Chapter 1 Flashcards

(18 cards)

1
Q

Bit

A

1 or 0 (True or False)

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

Stream

A

Long string of bits

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

Byte

A

A collection of 8 bits

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

Boolean operation

A

Operations that manipulate true and false values.

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

Gate

A

A device that produces the value of a boolean operation. Constructed out of small electronic switching circuits.

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

Hexadecimal notation

A

Used to make bit patterns easier to read. Converts a 4 bits into a single character.

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

Main memory

A

Organized in cells, where each cell can store 8 bits.

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

Addresses (memory cell)

A

Each cell is assigned an address, the cells are arranged in a single row which means that that by using two consecutive memory cells, one can store a bit pattern that requires 16 bits.

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

Memory cell

A

Cell that stores 8 bits, where the left most bit is the most significant.

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

Random Access Memory (RAM)

A

(Main memory) Called RAM because you can access individual cells in the main memory using addresses

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

Representing text

A
  • Character encodings – mapping bit patterns to characters.
  • ASCII (American Standard Code for Information Interchange).
  • 7-bit ASCII: 128 characters.
  • 8-bit ASCII: 256 characters (non-standardized).
  • ISO-Latin-1: 256 characters including West European characters.
  • ISO-Latin-2: 256 characters including Central European characters.
  • Unicode is able to represent all characters in all languages.
  • UTF-8 (Unicode Transformation Format 8-bit) uses 8 or more bits per character.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Pixel (Black and White)

A

Black and white represented by 1 or 0

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

Bit map

A

Collection of pixels

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

RGB

A

Each color is represented by 8 bits. Requires a total of 24 bits to represent one pixel

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

Representation of sound

A

The amount of samples done each second affects the quality of the sound that is recorded. Voice communication has a sample rate of 8000 samples per second.

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

Sample rate

A

How many samples per second. ex. 44100 hz in a CD

17
Q

Sample depth

A

How many bits per sample. CD 32 bits per sample, 16 bits per channel.

18
Q

Overflow

A

When two bit patterns combined or subtracted from each other is to large for the bit pattern to represent