Zusammenfassung der Ressource
Frage 1
Frage
What does the code show ?
Antworten
-
Sequences
-
Iteration
-
Selection
-
User input
-
An Array
Frage 2
Frage
What data type would you use for 3.21?
Antworten
-
Real
-
Integer
-
Boolean
-
String
Frage 3
Frage
An integer has to be a whole number ?
Frage 4
Frage
What best describes the flow chart?
Antworten
-
Sequences
-
Selection
-
Iteration
-
Array
Frage 5
Frage
What data type would i use to represent gender as a M or F?
Antworten
-
Integer
-
String
-
Character
-
Boolean
Frage 6
Frage
What loop would you need to add to the code to make it loop 12 times?
Frage 7
Frage
What data type would you use for a card number ? e.g. 1234 1223 1133 2234
Antworten
-
String
-
Integer
-
Real
-
Boolean
Frage 8
Frage
What number would you need to enter to show the letter k using string indexing?
Frage 9
Frage
What symbol would you use to join (sting concatenation) to sting in pseudo code?
Frage 10
Frage
What best describes the code in the image?
Antworten
-
string slicing
-
Sting indexing
-
Sting traversal
-
Sting formatting