Digital Data Flashcards

Digital Data

1
Q

Decimal System

A

A numbering system that uses ten digits, 0 through 9.

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

Binary System

A

A numbering system that uses two digits, 0 and 1.

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

Hexadecimal System

A

A numbering system that uses sixteen digits, 0 through 9, and A through F.

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

Bit

A

The smallest unit of digital information, represented by a 1 or 0.

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

Byte

A

A group of eight bits joined together.

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

Digital Data

A

A physical signal, such as text, numbers, graphics, or sound, interpreted by converting it into binary numbers.

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

Encoded Integers

A

The representation of integers using a group of bytes. Normally, one bit in one of the byes represents the sign, 1 for negative and 0 for positive. The remaining 31 bits are used to encode the number itself using binary digits.

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

Encoded Text

A

The representation of text by assigning a unique binary code to each character.

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

Processor Speed

A

The speed at which a computer processes information, as measured by the number of cycles per second (Hertz) that the computer’s CPU operates at. Processor speed is measured in kilohertz, megahertz, and gigahertz.

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

Storage Space

A

The measurement in bytes of the volume that a storage device can contain. Storage space is measured in kilobytes (1024 bytes), megabytes (1024 kilobytes), gigabytes (1024 megabytes), and terabytes (1024 gigabytes).

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

Throughput

A

The measurement in bits per second that information is transferred through a network from one computer to another. Throughput is measured in Kbps (kilobits per second), Mbps (megabits per second), and Gbps (gigabits per second).

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

ASCII

A

Pronounced ask-ee and short for American Standard Code for Information Interchange, the most common format for text files in computers on the internet where each character is represented by a unique 7-bit binary code. Extended ASCII uses an 8-bit binary code and allows for international characters.

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

Unicode

A

An international 16-bit encoding standard that accommodates character sets from multiple languages, with each letter, digit, or symbol being assigned a unique numeric value.

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