What does the code show ?
Sequences
Iteration
Selection
User input
An Array
What data type would you use for 3.21?
Real
Integer
Boolean
String
An integer has to be a whole number ?
What best describes the flow chart?
Array
What data type would i use to represent gender as a M or F?
Character
What loop would you need to add to the code to make it loop 12 times?
What data type would you use for a card number ? e.g. 1234 1223 1133 2234
What number would you need to enter to show the letter k using string indexing?
What symbol would you use to join (sting concatenation) to sting in pseudo code?
,
&
=
+
What best describes the code in the image?
string slicing
Sting indexing
Sting traversal
Sting formatting