Unit 2 Computer Systems - Data Representation Flashcards

1
Q

What is binary data?

A

Binary data is the system of representing information using only two states: on (1) and off (0), which is used in digital systems like computers.

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

Why do computers use binary?

A
  1. Simplicity – Transistors can only be on or off.
  2. Storage – Binary can be stored in magnetic charges, DVDs, or punched cards.
  3. Signal degradation resistance – Voltage drops don’t affect binary representation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the denary (decimal) number system?

A

A number system using base 10, where place values increase by powers of 10.

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

How does the binary number system work?

A

It uses base 2, where place values increase by powers of 2 (e.g., 1, 2, 4, 8, 16…).

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

What is floating point representation?

A

A method of storing real numbers in computers using a mantissa and an exponent.

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

What are the three key elements of floating point representation?

A
  1. Mantissa – The significant digits of the number.
  2. Base – The number system used (e.g., 2 for binary, 10 for decimal).
  3. Exponent – The power to which the base is raised.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is ASCII?

A

ASCII (American Standard Code for Information Interchange) is a character encoding system using 7 or 8 bits per character.

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

What is Unicode?

A

A character encoding system that uses 16 bits to support over 65,000 characters from multiple languages.

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

What are the two main types of computer graphics?

A
  1. Bitmap graphics – Stored as a grid of pixels.
  2. Vector graphics – Stored as mathematical instructions defining shapes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are vector graphics?

A

Graphics defined by objects such as rectangles, ellipses, and lines, each with attributes like position and color.

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

What is resolution in bitmap graphics?

A

The number of pixels in an image, often measured in:
- Pixels (width × height) (e.g., 1920×1080)
- Megapixels (e.g., 12 MP for cameras)
- Dots per inch (dpi) (used in scanning and printing)

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

What is bit depth in images?

A

The number of bits used per pixel, which determines the number of colors available:
- 1-bit = 2 colors (black and white)
- 2-bit = 4 colors
- 8-bit (GIFs) = 256 colors
- 24-bit (JPEGs, True Color) = 16.7 million colors

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

Why do bitmap images use compression?

A

To reduce file size since high-resolution images require large amounts of data storage.

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