A computer in an Amazon building accessed by thousands of people for online
shopping.
a. Embedded
b. Server
c. PC
A terabyte is one _____ bytes.
a. Thousand
b. Million
c. Billion
d. Trillion
The collection of software on a computer that provides services to application software.
a. System software
b. Application software
c. Compiler
The ISA includes anything programmers need to know to make a binary machine
language program work correctly, including instructions, I/O devices, and so on.
a. True
b. False
"Bit" is short for "binary digit."
a. True
b. False
Computers use binary because binary is more powerful than decimal numbers.
a. True
b. False
Operating system and compiler are central to every computer system.
a. True
b. False
Although binary's alphabet contains only two "letters", 0 and 1, the binary alphabet can
represent as much information as the English alphabet's 26 letters.
, a. True
b. False
The number 12 can be represented in binary as 1100. If a computer's memory location
contains 00001100, then that location contains the number 12.
a. True
b. False
The corresponding binary representation of number 5C in hexadecimal is ___.
a. 10101110
b. 01011101
c. 01011100
d. 10111100
An advantage of a high-level language (HLL) is allowing a programmer to ________
a. Think more naturally
b. Think like a machine
The following could be an assembly language instruction: 1000110010100000.
a. True
b. False
Computer A requires 10 seconds to compress a file. Computer B requires 5 seconds.
Which computer has the higher performance?
a. A
b. B
Computer A: 2GHz, 10s CPU time. In order to design a computer B with 6s CPU time
and 2.4 times clock cycles (CPI) of computer A assuming both use the same amount of
instruction count, how fast must computer B clock be?
a. 2 GHz
b. 4 GHz
c. 6 GHz
d. 8 GHz
e. None of above
To determine how many times faster Computer C is than Computer D, which is the
correct calculation?
a. PerfC / PerfD
b. PerfD / PerfC
A given application written in Java runs 15 seconds on a desktop processor. A new
Java compiler is released that requires only 0.6 as many instructions as the old