Ch.2: Number Systems And Data Formats Flashcards

Binary, hexadecimal, decimal

1
Q

What are the bases used?

A

Binary, octal, hexadecimal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

4 bits word?

A

Nibble

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

8 bits word?

A

byte (B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

16, 32 and bigger bits?

A

word

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to convert from Decimal to Binary?

A

Use the positional system and convert using 2 as the base for a notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

2^5?

A

32

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

10 en hexadecimal?

A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

2^8?

A

256

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

BCD stands for?

A

Binary Coded Decimal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Addition in BCD. if the result is greater than 9, what should you do?

A

add 6 in BCD notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fixed Point Representatiom components

A

Sign, exponent, mantissa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is CPU?

A

Central Processing Unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which are the 3 system buses?

A

Address, Data and Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a bus?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How many data transitions are needed if the data consists of 4 bytes and the Data Bus width is 16 bits?

A

2 data transitions are needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If the address bus has 20 lines, what is the max number of addresses that the CP
U may reach?

A

m bits, 2^m different memory locations.

20 lines, 2^20 memory locations