Lesson 1 Quiz Flashcards
Examples of high-level languages that can be used to create both procedure-oriented and object-oriented programs include C++c Visual Basic, _____, and C#.
a. BASIC
b. COBOL
c. Java
d. Fortran
c. Java
A(n) ____ is a set of step-by-step instructions that accomplish a task.
a. algorithm
b. assembler
c. mnemonic
d. flowchart
a. algorithm
____ make it possible for us to communicate with our personal computers.
a. programmers
b. hackers
c. sysadmins
d. engineers
a. programmers
The Windows environment typically uses ____ such as check boxes, list boxes, and buttons.
a. registers
b. objects
c. procedures
d. mnemonics
b. objects
The ____ structure makes a decision and then takes an appropriate action based on that decision.
a. selection
b. case
c. repetition
d. iteration
a. selection
Some high-level languages use an ____ rather than a(n) ____.
a. interpreter, compiler
b. assembler, interpreter
c. assembler, compiler
d. assembler, linker
a. interpreter, compiler
When hiring programmers, employers typically look for people who ____.
a. draw well
b. think logically
c. overlook details
d. use Windows
b. think logically
Programs written in a high-level language usually require a(n) ____, which also is a program, to convert the English-like instructions into the 0s and 1s the computer can understand.
a. compiler
b. assembler
c. interpreter
d. linker
a. compiler
____ structures or logic structures control the flow of a program’s logic.
a. programming
b. criteria
c. control
d. management
c. control
The process of translating a computer solution into a language the computer can understand is called ____.
a. deciphering
b. typing
c. coding
d. hacking
c. coding