CSIS 354 Quiz 1
In a computer, what component is known as the
"processor"? a.
CPU
b.
motherboard
c.
RAM
d.
basic input/output devices
What processor was contained in the rst mass-produced personal
computer? a.
AMD486
b.
Motorola 88000
c.
NEC V20
d. Intel 8080
Ancient mathemacians developed the rst algorithms.
a. True
b. False
Each individual instrucon in an algorithm is well dened.
a. True
b. False
An algorithm describes a process that may or may not halt aer arriving at a soluon to a
problem.
a. True
b. False
When using IDLE for Python programming, what color is used to disnguish built-in funcon
names?
a.
purple
b.
red
c.
green
d.
blue
CSIS 354 Quiz 1
A programmer typically starts by wring high-level language statements in a text editor.
a. True
b. False
Informally, a compung agent is like a recipe.
a. True
b. False
What language was designed based on a theory of recursive funcons and is considered to be
an ideal language for solving dicult or complex problems? a.
LISP
b.
COBOL