Game Preview

Grade8

  •  English    12     Public
    Review
  •   Study   Slideshow
  • What is the data type for the following: 954732.43
    Float
  •  5
  • What Boolean mean ?
    When have two options like (yes, No/ True, False)
  •  5
  • In flow chart what does this symbol used for?
    used for INPUT/ OUTPUT
  •  5
  • In Flowchart what does this symbol used for?
    used For START/ END
  •  5
  • 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
  •  5
  • In Flowchart what does symboled "Arrow" mean?
    Arrow: used to show flow of program
  •  5
  • mass= 70 , For this statement , what is the variable , and what is value?
    Variable is mass, Value is 70
  •  5
  • For the following Code what is age data type?
    Integer
  •  10
  • what does this symbol mean in mathematical operation of python?
    Exponent / power
  •  5
  • for this conditional statement what will be the result ? T or F?
    False
  •  10
  • Give Example of relational operators:
    < less than, > greater than , == equal to , != not equal to
  •  5
  • what will be the output for this code:
    Adult
  •  10