Number Systems Flashcards

1
Q

What are bases?

A

The base of a number system is the number of different digits, including zero, that exist in the number system

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

What is our base system?

A

Decimal, base 10, 0-9

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

Computers perform their operations using what base system?

A

Binary, base 2 (0-1)

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

What kind of arithmetic does binary base 2 use?

A

Binary arithmetic (duh)

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

Can you convert from one base to another without changing its value?

A

Yes

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

What are some other common bases computers use?

A

Base 8, octal, or base 16, hexadecimal

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

Each digit in a binary number is called a what?

A

A bit, and can have only the values 0 or 1

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

A group of 8 bits is called what? 16? 32? 64?

A

Byte, halfword, word, doubleword

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

How to determine the maximum value determined by digits?

A

This formula range = base^n, range of a binary 16 bit number is 2^16.

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

How to add, subtract, multiply, and divide with the different bases?

A

There’s addition and multiplication tables, it is pretty straightforward, you can use them for subtraction and division too.

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

Shifting a number in any base left one digit does what?

A

Multiplies its value by the base

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

Shifting a number right one digit does what?

A

Divides its value by the base.

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

Signed vs unsigned

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

Binary coded decimal

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

Exponential notation/floating point

A
17
Q
A
17
Q

Ones complement representation and related math

A
18
Q

Twos complement representation and related math

A