Data Representation

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts from the lecture on data representation, including binary systems, data units, compression methods, and encoding systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What number system do digital devices typically use for counting?

Binary system.

2
New cards

What is the most basic unit of data in digital devices?

Bit (represented as '0' or '1').

3
New cards

How many bits are in one byte?

8 bits.

4
New cards

What is the value of 1 Megabyte (MB) in Bytes?

1 MB = 1024 KB = 1024 × 1024 Bytes.

5
New cards

What does the term bitrate refer to?

The amount of data transferred per unit time.

6
New cards

How is a binary number represented?

Using only the digits '0' and '1'.

7
New cards

In binary to decimal conversion, what does the binary number 11012 equal in decimal?

13 in decimal.

8
New cards

How do you convert a decimal number to binary?

By repeatedly dividing the number by 2 and recording the remainders.

9
New cards

What are the two types of integers in digital representation?

Unsigned integers and signed integers.

10
New cards

What is the two’s complement representation?

A method for representing signed integers that can include negative values.

11
New cards

What is the range of a 4-bit two’s complement representation?

From -8 to 7.

12
New cards

What is the ASCII code used for?

To represent characters in the English language with a 7-bit binary number.

13
New cards

What is lossless compression?

Compression in which no data is lost and the original data can be perfectly reconstructed.

14
New cards

What is the frame rate of a video measured in?

Frames per second (fps).

15
New cards

What does the colour depth of an image represent?

The number of bits used to represent the color of a pixel.

16
New cards

What type of image format is BMP?

Bitmap format, typically uncompressed.

17
New cards

What is a QR code?

A two-dimensional barcode that represents a text string, usually a URL.

18
New cards

What happens when an overflow error occurs in digital representation?

The result of a calculation exceeds the maximum value that can be represented.

19
New cards

What is the main purpose of digitalisation?

To convert analog data into digital data.

20
New cards

What is the significance of sampling rate in audio files?

The number of audio samples taken per second.

21
New cards

What is a common format for compressed audio files?

MP3.