Study

Algorithms and Programming

  •   0%
  •  0     0     0

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