Ch.2: Number Systems And Data Formats Flashcards
Binary, hexadecimal, decimal
What are the bases used?
Binary, octal, hexadecimal
4 bits word?
Nibble
8 bits word?
byte (B)
16, 32 and bigger bits?
word
How to convert from Decimal to Binary?
Use the positional system and convert using 2 as the base for a notation
2^5?
32
10 en hexadecimal?
A
2^8?
256
BCD stands for?
Binary Coded Decimal
Addition in BCD. if the result is greater than 9, what should you do?
add 6 in BCD notation
Fixed Point Representatiom components
Sign, exponent, mantissa
What is CPU?
Central Processing Unit
Which are the 3 system buses?
Address, Data and Control
What is a bus?
Group of lines that perform a similar function. Each line carries a bit of info. an the group of bits may be interpreted as a whole
How many data transitions are needed if the data consists of 4 bytes and the Data Bus width is 16 bits?
2 data transitions are needed