Back to quiz

6. Data

  • Information
  • Raw data that has not been processed
  • Letters
  • Data that has been processed

7. Boolean operator 'OR' means?

  • True all the time
  • True if only both sides are true
  • True if eitherside is true OR both are true
  • Changes true to false and false too true

8. Array

  • Stuff
  • Random information
  • Ordered information that is referenced
  • Group of information

9. Integer

  • Whole numbers
  • A decimal
  • Characters
  • Data type with 1 or 2 values

10. What is the correct array definition?

  • Ordered arrangement of data elements that are accesed by referencing
  • I don't know

11. Boolean

  • Hello
  • True or false
  • 6.4
  • 4

12. Boolean operator 'AND' means?

  • True if only both sides are true
  • True if eitherside is true OR both are true
  • Changes true to false and false too true
  • True all the time