Game Preview

Grade8-1

  •  English    11     Public
    Review
  •   Study   Slideshow
  • Give example "Char" data type?
    "A", "B", "C" "D" , etc..
  •  5
  • What does this shape represent in Flow Chart?
    Used for Start / End
  •  5
  • What does this shape represent in Flow Chart
    input/ output
  •  5
  • in the following code, What is the value ? age= 34
    34 is value
  •  5
  • what is the variable in the following code? student= "Nora"
    student is variable
  •  5
  • what is the data type does have (1.45)
    Float
  •  5
  • which data type this value represent ( "Mohammed37")?
    String
  •  5
  • What data type grade have? grade= int (grade)
    integer
  •  5
  • x=10
 x< 20
    True
  •  5
  • score=35    if score> 30:           print ("You Win!") ,                     what is the output for the code?
    You Win!
  •  5
  • What is the output for the code if user enter (9)?
    Lower
  •  5