CSC- Chapter 1 Quiz Questions

  1. When a program runs on a computer, the part of the computer that carries out the instructions is called the...
    CPU
  2. Monitors, printers, status lights are all examples of _____ devices.
    output
  3. A bit is
    a binary digit, like 0 or 1
  4. A byte in memory is identified by a unique number called its _______. In modern computer systems, a byte consists of ______ bits.
    address, 8
  5. A binary digit is...
    zero or one
  6. The code that a programmer writes is called _____ code.
    source
  7. Compilers translate the instructions written by the programmer into _____ code.
    object
  8. The rules that govern the correct order and usage of the elements of a language are called the _____ of the language.
    syntax
  9. Words that have a special meaning in a programming language are called _____.
    key words
  10. A location in memory used for storing data and given a name in a computer program is called a ______ because the data in the location can be changed.
    variable
  11. Before a variable is used it must be
    defined, or declared
  12. An error in a program that involves a violation of language rules will be detected at __________ time.
    compile
  13. Division by zero when the program is executing is an example of a ______ error.
    runtime
Author
GoBroncos
ID
364152
Card Set
CSC- Chapter 1 Quiz Questions
Description
Updated