Deck 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates

Full screen (f)
exit full mode
Question
Pitch is the highness or lowness of a sound.
Use Space or
up arrow
down arrow
to flip the card.
Question
The sum-of-products algorithm always produces an optimal circuit.
Question
An arithmetic overflow is an error condition that occurs when an operation in a computer produces a number that exceeds the maximum allowable value.
Question
To construct an OR gate, two transistors are connected in parallel.
Question
In an analog representation, objects can take on any value.
Question
A decoder has only 1 output line.
Question
A stark black/white image has greater storage requirements than an image represented using a gray scale.
Question
Analog signals must first be digitized to be stored in the computer.
Question
A byte consists of 16 bits.
Question
Information is stored in the memory of a computer using the decimal numbering system.
Question
The way information is stored in the memory of a computer is known as the magnetic core of information.
Question
Two's complement is a signed integer representation that does not suffer from the problem of two zeros.
Question
After we normalize a number, its first significant digit is immediately to the left of the binary point.
Question
Sequential circuits contain feedback loops.
Question
Every Boolean expression can be represented pictorially as a circuit diagram, and every output value in a circuit diagram can be written as a Boolean expression.
Question
To construct an AND gate, two transistors are connected in parallel.
Question
The binary-to-decimal algorithm is based on successive divisions by 2.
Question
ASCII mapping is the process of assigning a printable letter in our alphabet a unique number.
Question
A multiplexor has 2N output lines.
Question
The Boolean AND is a unary operator.
Question
There are ____ stable states in a bistable environment.

A) two
B) three
C) four
D) five
Question
An integrated circuit, also known as a chip, is mounted on a circuit board.
Question
A multiplexor chooses one specific input by using an additional set of lines called ____ lines.

A) control
B) decision
C) selector
D) feedback
Question
ASCII encodes a total of ____ different characters.

A) 64
B) 256
C) 512
D) 65,536
Question
Today, magnetic cores are the most popular storage technology.
Question
A multiplexor is a circuit that has 2 N input lines and ____ output line .

A) 1
B) 2
C) N
D) 2N
Question
The outputs in the full adder are the sum digit and the new ____ digit.

A) remainder
B) carry
C) addend
D) adder
Question
UNICODE uses ____ bits to represent each character.

A) 4
B) 8
C) 16
D) 32
Question
A ____ is an electronic device that operates on a collection of binary inputs to produce a binary output.

A) magnetic core
B) byte
C) pixel
D) gate
Question
A(n) ____ is a circuit that performs binary addition on two unsigned integers.

A) adding circuit
B) compare-for-equality
C) full adder
D) calculator
Question
The ____ of a sound wave is a measure of its loudness.

A) amplitude
B) frequency
C) period
D) wavelength
Question
The emitter and collector are the two input lines of a transistor.
Question
Boolean logic fits well with computer design because it deals with the manipulation of two logical values.
Question
Transistors are constructed from ____, such as silicon and gallium arsenide.

A) magnetic cores
B) semiconductors
C) ionic crystals
D) chips
Question
There is no theoretical reason why one could not build a "decimal" computer, but computers use binary representation because it is more reliable.
Question
The True-Color scheme uses ____ bits.

A) 8
B) 16
C) 24
D) 64
Question
The ____ is the number of bits used to encode each sample.

A) digital rate
B) pixel rate
C) bit rate
D) bit depth
Question
A(n) ____ is a single point sampled from a photographic image and stored in the digital format.

A) pitch
B) amplitude
C) pixel
D) bit
Question
UNICODE encodes a total of ____ different characters.

A) 64
B) 256
C) 512
D) 65,536
Question
ASCII uses ____ bits to represent each character.

A) 4
B) 8
C) 16
D) 32
Question
The two digits, ____, are frequently referred to as bits.

A) 0 and 1
B) 1 and 2
C) 1 and -1
D) 3 and 7
Question
Any whole number that can be represented in base 10 can also be represented in base 2, although it may take ____ digits.

A) 2
B) 10
C) more
D) fewer
Question
What are the four steps of the sum-of-products algorithm?

A) compare for equality, sub-expression construction, sub-expression addition, sub-expression multiplication
B) select input column, add inputs, multiply inputs, select output column
C) add sub-expressions, multiply sub-expressions, add gates, repeat as necessary
D) truth table construction, sub-expression construction, sub-expression combination, circuit diagram production
Question
The way information is represented by humans and entered at the keyboard is known as the ____ of information.

A) external representation
B) internal representation
C) user input
D) user output
Question
Using the leftmost bit of a number to represent the sign, with 0 meaning positive and 1 meaning negative is known as ____ notation.

A) one's complement
B) two's complement
C) sign/magnitude
D) unsigned
Question
MP3 and JPEG are examples of compression schemes that use ____, which permits significantly greater compression ratios, while not guaranteeing that all information is fully and completely recreated.

A) randomized compression
B) decompression
C) lossy compression
D) repeat sampling
Question
In a ____, the values of the outputs depend only on the current values of the inputs.

A) multiplexor
B) decoder
C) circuit
D) transistor
Question
Which of the following is an example of a circuit construction algorithm?

A) sum-of-products
B) compare-for-equality
C) full adder
D) circuit optimizer
Question
The total number of ____ per second is called hertz.

A) bits
B) bytes
C) periods
D) cycles
Question
The ____ operation complements the value of a Boolean expression.

A) NOR
B) OR
C) NOT
D) AND
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates
1
Pitch is the highness or lowness of a sound.
True
2
The sum-of-products algorithm always produces an optimal circuit.
False
3
An arithmetic overflow is an error condition that occurs when an operation in a computer produces a number that exceeds the maximum allowable value.
True
4
To construct an OR gate, two transistors are connected in parallel.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
In an analog representation, objects can take on any value.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
A decoder has only 1 output line.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
7
A stark black/white image has greater storage requirements than an image represented using a gray scale.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
Analog signals must first be digitized to be stored in the computer.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
A byte consists of 16 bits.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
Information is stored in the memory of a computer using the decimal numbering system.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
The way information is stored in the memory of a computer is known as the magnetic core of information.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
Two's complement is a signed integer representation that does not suffer from the problem of two zeros.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
After we normalize a number, its first significant digit is immediately to the left of the binary point.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
14
Sequential circuits contain feedback loops.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
Every Boolean expression can be represented pictorially as a circuit diagram, and every output value in a circuit diagram can be written as a Boolean expression.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
16
To construct an AND gate, two transistors are connected in parallel.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
17
The binary-to-decimal algorithm is based on successive divisions by 2.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
18
ASCII mapping is the process of assigning a printable letter in our alphabet a unique number.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
A multiplexor has 2N output lines.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
20
The Boolean AND is a unary operator.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
21
There are ____ stable states in a bistable environment.

A) two
B) three
C) four
D) five
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
An integrated circuit, also known as a chip, is mounted on a circuit board.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
23
A multiplexor chooses one specific input by using an additional set of lines called ____ lines.

A) control
B) decision
C) selector
D) feedback
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
ASCII encodes a total of ____ different characters.

A) 64
B) 256
C) 512
D) 65,536
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
Today, magnetic cores are the most popular storage technology.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
26
A multiplexor is a circuit that has 2 N input lines and ____ output line .

A) 1
B) 2
C) N
D) 2N
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
The outputs in the full adder are the sum digit and the new ____ digit.

A) remainder
B) carry
C) addend
D) adder
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
UNICODE uses ____ bits to represent each character.

A) 4
B) 8
C) 16
D) 32
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
29
A ____ is an electronic device that operates on a collection of binary inputs to produce a binary output.

A) magnetic core
B) byte
C) pixel
D) gate
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
30
A(n) ____ is a circuit that performs binary addition on two unsigned integers.

A) adding circuit
B) compare-for-equality
C) full adder
D) calculator
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
31
The ____ of a sound wave is a measure of its loudness.

A) amplitude
B) frequency
C) period
D) wavelength
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
32
The emitter and collector are the two input lines of a transistor.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
Boolean logic fits well with computer design because it deals with the manipulation of two logical values.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
34
Transistors are constructed from ____, such as silicon and gallium arsenide.

A) magnetic cores
B) semiconductors
C) ionic crystals
D) chips
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
35
There is no theoretical reason why one could not build a "decimal" computer, but computers use binary representation because it is more reliable.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
The True-Color scheme uses ____ bits.

A) 8
B) 16
C) 24
D) 64
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
37
The ____ is the number of bits used to encode each sample.

A) digital rate
B) pixel rate
C) bit rate
D) bit depth
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
38
A(n) ____ is a single point sampled from a photographic image and stored in the digital format.

A) pitch
B) amplitude
C) pixel
D) bit
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
39
UNICODE encodes a total of ____ different characters.

A) 64
B) 256
C) 512
D) 65,536
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
40
ASCII uses ____ bits to represent each character.

A) 4
B) 8
C) 16
D) 32
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
41
The two digits, ____, are frequently referred to as bits.

A) 0 and 1
B) 1 and 2
C) 1 and -1
D) 3 and 7
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
42
Any whole number that can be represented in base 10 can also be represented in base 2, although it may take ____ digits.

A) 2
B) 10
C) more
D) fewer
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
43
What are the four steps of the sum-of-products algorithm?

A) compare for equality, sub-expression construction, sub-expression addition, sub-expression multiplication
B) select input column, add inputs, multiply inputs, select output column
C) add sub-expressions, multiply sub-expressions, add gates, repeat as necessary
D) truth table construction, sub-expression construction, sub-expression combination, circuit diagram production
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
44
The way information is represented by humans and entered at the keyboard is known as the ____ of information.

A) external representation
B) internal representation
C) user input
D) user output
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
45
Using the leftmost bit of a number to represent the sign, with 0 meaning positive and 1 meaning negative is known as ____ notation.

A) one's complement
B) two's complement
C) sign/magnitude
D) unsigned
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
46
MP3 and JPEG are examples of compression schemes that use ____, which permits significantly greater compression ratios, while not guaranteeing that all information is fully and completely recreated.

A) randomized compression
B) decompression
C) lossy compression
D) repeat sampling
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
In a ____, the values of the outputs depend only on the current values of the inputs.

A) multiplexor
B) decoder
C) circuit
D) transistor
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
Which of the following is an example of a circuit construction algorithm?

A) sum-of-products
B) compare-for-equality
C) full adder
D) circuit optimizer
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
49
The total number of ____ per second is called hertz.

A) bits
B) bytes
C) periods
D) cycles
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
The ____ operation complements the value of a Boolean expression.

A) NOR
B) OR
C) NOT
D) AND
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 50 flashcards in this deck.