Edit Game
Algorithms and Programming
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   7  Close
which datatype must be surrounded by quotation marks.""
 
Srting
 
Float
 
Integer
what is a datatype that used to store decimal number?
 
Float
 
Integer
 
String
what is the datatype that used to store whole numbers ?
 
Integer
 
String
 
Float
What is the datatype used to store text?
 
string
 
Integer
 
float
.................is breaking a problem down into sub-problems and smaller parts
 
decomposition
 
flowchart
 
Algorithm
____________ are a basic method of data storage that you can use in programs. They can store a piece of information using either text, number or Boolean data types.
 
variables
 
values
 
string
A compound conditional is a type of selection that uses statements with ______ or more logical conditions
 
two
 
one
 
three