ANSWERS ALREADY SCORED A+
1 of 125
Term
Before a list can be used in a program,_.
Give this one a try later!
the list must be converted to a the list must be displayed on the
string screen
, the list must be the list must be created
sorted by making a list
alphabetically variable
Don't know?
2 of 125
Term
It is possible for the programmer to write their own function in
Alice.
Give this one a try later!
two False
True three
Don't know?
3 of 125
Term
How many times is a penguin in the below list?
Give this one a try later!
0 times 2 times
, 3 times 1 time
Don't know?
4 of 125
Term
An If/Else statement makes a decision based on_____.
Give this one a try later!
the value of a condition
the time taken to execute as a program is running
the output generated
by the program the input from the user
Don't know?
5 of 125
Term
Write a method and test it, write a method and test it, until the
program is completed. The previous sentence describes a
program development strategy known as _.
Give this one a try later!
, agile methodology incremental development
waterfall model spiral model
Don't know?
6 of 125
Term
A penguin and kangaroo are standing in the same place. The
following methods are written. How far does the penguin
walk when the following code is run?
Give this one a try later!
the penguin walks 1 meter the code is an infinite loop
the penguin walks 5 meters the penguin walks 3 meters
Don't know?