LE1 Flashcards
What are the 4 number systems?
Binary
Decimal
Octal
Hexadecimal
What are the 5 data organizations starting from the smallest unit.
Bit (Binary Digit) Nibble [4 bits] Byte [8 bits, 2 nibbles] Word [16 bits, 2 bytes, 4 nibbles] Double Word [32 bits, 2 words, 4 bytes, 8 nibbles]
How many bits are there in a nibble?
4 bits
How many bits and nibbles are there in a byte?
8 bits, 2 nibbles
How many bits, nibbles, and bytes are there in a word?
16 bits, 2 bytes, 4 nibbles
How many bits, nibbles, bytes, and words are there in a double word?
32 bits, 2 words, 4 bytes, 8 nibbles
This complement negates the value of 1’s or 0’s
1’s complement
This complement applies the 1’s complement on the left side of the the least significant 1
2’s complement
What do you call the literal at the right side most of a term?
Least Significant Bit
What do you call the literal at the left side most of a term?
Most Significant Bit
A group of n bits that assume up to 2n distinct combinations of 1s and 0s, with each combination representing one element of the set being coded.
Binary codes
What is ASCII?
American Standard Code for Information Interchange
In signed binary numbers, what is the equivalent sign of 0 and 1?
0 - positive
1 - negative
It is a bit added to ASCII character for error detection
Parity bit
It may be defined with a set of elements, a set of operators, and a number of unproved axioms or postulates
Boolean Algebra