Game Preview

Algorithms and Programming

  •  English    7     Public
    Algorithms and Programming
  •   Study   Slideshow
  • A compound conditional is a type of selection that uses statements with ______ or more logical conditions
    two
    three
    one
  •  20
  • ____________ 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.
    values
    variables
    string
  •  20
  • .................is breaking a problem down into sub-problems and smaller parts
    Algorithm
    decomposition
    flowchart
  •  20
  • What is the datatype used to store text?
    float
    Integer
    string
  •  20
  • what is the datatype that used to store whole numbers ?
    String
    Integer
    Float
  •  20
  • what is a datatype that used to store decimal number?
    Float
    Integer
    String
  •  20
  • which datatype must be surrounded by quotation marks.""
    Integer
    Float
    Srting
  •  20