Quiz #3

This quiz deals mostly with questions from chapter #1 and chapter #2 in the text.

Question #1: The program statements you write using a programming language are known as ___________ code.

Question #2: The translated code in machine language is known as _____________ code.

Question #3: A ______________ is the name for data stored in a named memory location.

Question #4: ans = ans + 1 is called an __________________ statement.

Question #5: What your book calls ____________ can also be refered to as subroutines, procedures, functions or methods.

Question #6: The mainline logic of most procedural computer programs consists of four distinct parts. Name these parts.

Question #7: True or False: Grocer Rule: When programming and developing you should not use embedded spaces when you give something a name.