NEW
Font size
WorksheetsCrash Course Review
Total questions: 75
Worksheet time: 38mins
On this abacus, with rows representing powers of ten, what number is shown?
2,512
1,521
1,251
5,121
Which number system uses "1" and "0" to represent "true" and "false", respectively?
binary
decimal
hexadecimal
ASCII
Which number system has ten possible values, 0 through 9, for a single digit?
binary
decimal
hexadecimal
ASCII
The decimal system is also known as ___
base-two notation
base-ten notation
base-sixteen notation
ASCII
The binary number 101, when converted to base-10 is ___
2
5
10
11
The binary number 100111, when converted to base-10 is ___
4
23
39
43
The binary number 101010, when converted to base-10 is ___
28
30
36
42
When adding 1 + 1 in binary, you need to ___
use the symbol 2
put 0 as the sum and carry the 1
put 1 as the sum and carry the 1
put 1 as the sum and carry the 0
Each of the binary digits 1 or 0 is called ___
a bit
a byte
a base-ten digit
a pixel
For 8-bit numbers, the lowest value is 0 and highest value is ___
127
128
255
256
A unit of digital information that consists of eight bits is called ___
an octobit
a byte
a nibble
a chunk
The metric prefix for a million is mega (M). What is the prefix for a billion?
beca (B)
kilo (k)
giga (G)
tera (T)
For data storage and retrieval, computers must label locations in their memory known as ___
bit locations
addresses
ZIP codes
box numbers
In a 32-bit floating-point number, what is the first bit is used for?
the address of the number
the sign of the number
the parity check
the decimal location
Which 7-bit code, invented in 1963, was developed to represent characters?
binary
hexadecimal
ASCII
Unicode
What was the major limitation of the 7-bit ASCII system?
it could only store 64 values
it was only designed for English
it didn't include capital letters
it didn't include punctuation
What encoding scheme, devised in 1992, was developed to include many languages?
7-bit ASCII
8-bit ASCII
16-bit Unicode
32-bit Windows OS
The binary number 00101010, when converted to decimal is ___
24
32
42
48
The acronym ALU stands for a computer's ___
accepted language utility
advanced logarithmic unit
arithmetic and linguistic utility
arithmetic and logic unit
The handling of all numerical operations in a computer is done by ___
the logic unit
the arithmetic unit
the linguistics unit
random access memory
The addition of binary numbers can be described using four logic gates; ___
XAND, OR, NOT and XOR
AND, OR, NOT and ELSE
AND, OR, NOT and XOR
AND, IF, NOT and OR
Remember that in binary, 1 and 0, respectively, are the same as ___
up and down
left and right
go and stop
true and false
The circuit that sums A and B, and has two outputs, sum (S) and carry (C), is called ___
a half adder
a full adder
a simple summer
a digital combiner
A digital circuit that sums two numbers, and includes a carry bit (C) as input is called ___
a half adder
a full adder
a partial compiler
a complete compiler
In an 8-bit adder, which component is used for the addition of the first bits?
a half adder
a full adder
a full compiler
a partial summer
In an 8-bit adder, which component is used when there's a carry bit from a previous operation?
a half adder
a full adder
a full compiler
a partial summer
Which level of the original Pac-Man arcade game caused an overflow in the 8-bit ALU?
Level 64
Level 128
Level 256
Level 512
What operations are not included in simple ALUs?
negate and pass-through
increment and decrement
subtract and borrow
multiplication and division
Simple numerical tests, like checking if a number is negative, are performed by ___
the arithmetic unit
the logic unit
the addition unit
the linguistic unit
As another level of abstraction, an 8-bit ALU is represented by a symbol which looks like ___
a big Y
a big X
a big V
a big A
Which type of memory, denoted RAM, stores values only when the power is on?
Regular Arbitrary Memory
Rarely Accessible Memory
Readily Accessed Memory
Random Access Memory
The action of putting data into memory is called ___
reading
writing
inputting
displaying
The action of getting data out of memory is called ___
grasping
reviewing
reading
displaying
How many bits can be held in memory by a 16 x 16 grid of latches?
16 bits
32 bits
64 bits
256 bits
A reference to a specific memory location is called ___
an intersection
an address
a ZIP code
a box number
RAM is like a human’s ___
long-term (lifetime) memory
short-term (working) memory
unconscious (implicit) memory
conscious (explicit) memory
This RAM can store 8 million bits, otherwise known as ___
1 kilobyte
8 kilobytes
1 megabyte
8 megabytes
The _____, also called a processor, is located inside the computer case on the motherboard. It is sometimes called the brain of the computer, and its job is to carry out commands.
CPU (Central Processing Unit)
PUC (Processing Unit Central)
CUP (Central Unit Processing)
Center Process Unification
The ______ is where your software, documents, and other files are stored. It long-term storage, which means the data is still saved even if you turn the computer off or unplug it.
RAM
USB
Hard Drive
Storage Drive
