1.1 Data Representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is binary?

A

Base 2 number system based on the values 0 and 1 only

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

What is bit?

A

Abbreviation for binary digit

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

What is hexadecimal?

A

A number system based on the value 16, uses 0-9 and A-F

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

What is a memory dump?

A

Contents of a computer memory output to a screen or printer

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

1 KB

A

1000 bytes

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

1 MB

A

One million bytes

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

1 GB

A

1 billion bytes

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

1 TB

A

1 trillion bytes

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

1 Petabyte

A

1 quadrillion bytes

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

1 Kibibyte (1 KiB)

A

2^10

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

1 mebibyte (1MiB)

A

2^20

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

1 gibibyte (1GiB)

A

2^30

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

1 tebibyte (1TiB)

A

2^40

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

1 pebibyte (1 PiB)

A

2^50

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

What do you need to interpret results of a memory dump?

A

Knowledge of computer architecture

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

What is one’s complement?

A

Each binary digit in a number is reversed to allow both negative and positive numbers to be represented.

17
Q

What is two’s complement?

A

Each binary digit is reversed and add 1 to the LSB to produce another method of representing negative numbers.

18
Q

What is BCD?

A

Binary coded decimal, a system that uses 4 bit code to represent each denary digit.

19
Q

Uses of BCD

A

Representation of digits on a calculator or clock display.
In cases like accounting, exact values are needed, so BCD is used to store data to prevent significant errors.

20
Q

ASCII code

A

American Standard Code for Information Interchange
The standard ASCII code character set has 7 bits, represents letters, number and characters on a standard keyboard.

21
Q

Unicode

A

Allows characters to represent all languages of the worlds, supports more operating systems and search engines globally.