- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
10 Cards in this Set
- Front
- Back
|
What is the base of a positional number system?
|
The radix
|
|
What is the system in which the value or magnitude of a number is defined not only by its digits or symbol value, but also by its position?
|
Positional notation
|
|
How many binary digits equal one octal digit?
|
3
|
|
What is binary-coded decimal?
|
A coding system used in some microprocessors that uses a correction factor to correct invalid numbers.
|
|
What is the statement that represents the inputs and outputs of logic gates?
|
Boolean expression
|
|
What type of gate requires one or both inputs to be high in order to produce a high output?
|
OR
|
|
What gate functions as an OR gate with an inverted output?
|
NOR
|
|
What is the best method of determining the outputs of logic gates in combination?
|
Find the output one gate at a time
|
|
Boolean algebra is based on the concept that most quantities have what two possible conditions?
|
True and false
|
|
What is the law of identity?
|
A term that is true in one part of the expression will be true in all parts of the expression (A = A or A = A)
|