Lesson 1 Quiz Flashcards

0
Q

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

A

c. Java

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

A(n) ____ is a set of step-by-step instructions that accomplish a task.

a. algorithm
b. assembler
c. mnemonic
d. flowchart

A

a. algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

____ make it possible for us to communicate with our personal computers.

a. programmers
b. hackers
c. sysadmins
d. engineers

A

a. programmers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The Windows environment typically uses ____ such as check boxes, list boxes, and buttons.

a. registers
b. objects
c. procedures
d. mnemonics

A

b. objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The ____ structure makes a decision and then takes an appropriate action based on that decision.

a. selection
b. case
c. repetition
d. iteration

A

a. selection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Some high-level languages use an ____ rather than a(n) ____.

a. interpreter, compiler
b. assembler, interpreter
c. assembler, compiler
d. assembler, linker

A

a. interpreter, compiler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When hiring programmers, employers typically look for people who ____.

a. draw well
b. think logically
c. overlook details
d. use Windows

A

b. think logically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

a. compiler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

____ structures or logic structures control the flow of a program’s logic.

a. programming
b. criteria
c. control
d. management

A

c. control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The process of translating a computer solution into a language the computer can understand is called ____.

a. deciphering
b. typing
c. coding
d. hacking

A

c. coding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly