Edit Game
Grade8
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




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   12  Close
what will be the output for this code:
Adult
Give Example of relational operators:
< less than, > greater than , == equal to , != not equal to
for this conditional statement what will be the result ? T or F?
False
what does this symbol mean in mathematical operation of python?
Exponent / power
For the following Code what is age data type?
Integer
mass= 70 , For this statement , what is the variable , and what is value?
Variable is mass, Value is 70
In Flowchart what does symboled "Arrow" mean?
Arrow: used to show flow of program
In programming what does "Variable" Mean?
data storage that you can use in programs they can store piece of information using either text,number or Boolean data types. A variable is like named container
In Flowchart what does this symbol used for?
used For START/ END
In flow chart what does this symbol used for?
used for INPUT/ OUTPUT
What Boolean mean ?
When have two options like (yes, No/ True, False)
What is the data type for the following: 954732.43
Float