Study

Grade8-1

  •   0%
  •  0     0     0

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