Unit 1: Information Representation and MultiMedia

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

flashcard set

Earn XP

Description and Tags

Comprehensive practice flashcards covering Unit 1: Information Representation and MultiMedia, including number systems, binary calculations, bitmap vs vector graphics, sound sampling, and compression techniques.

Last updated 8:17 PM on 9/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

What is the base of the Denary number system?

Base 10, using digits 0 through 9.

2
New cards

What is the base of the Binary number system?

Base 2, using digits 0 and 1.

3
New cards

What is a bit in computing?

A binary digit, which is the smallest unit of data in computing.

4
New cards

What do the binary digits 1 and 0 represent in a computer processor's transistors?

They represent the on and off states of a transistor switch.

5
New cards

What is a byte?

A group of 8 bits.

6
New cards

What is a nibble?

Half a byte, which consists of 4 bits.

7
New cards

According to internal memory conversion rules, how many Bytes make up a Kilobyte, Megabyte, and Gigabyte?

1 Kilobyte is 1024 Bytes, 1 Megabyte is 1024 Kilobytes, and 1 Gigabyte is 1024 Megabytes.

8
New cards

According to the IEC convention for internal memories, how many Bytes are in 1 Kilobyte and 1 Megabyte?

1 Kilobyte is 1,000 Bytes and 1 Megabyte is 1,000,000 Bytes.

9
New cards

How is a positive binary number identified in its most significant bit?

It always starts with 0.

10
New cards

How is a negative binary number identified in its most significant bit?

It always starts with 1.

11
New cards

What is One's Complement?

A system where each digit in a binary number is inverted.

12
New cards

What is Two's Complement?

A system where a binary digit is added into the One's Complement.

13
New cards

What causes an overflow error in binary arithmetic?

When the largest number that a register can hold is exceeded.

14
New cards

What is meant by word size?

The number of bits that a register can handle.

15
New cards

What is a Bitmap image?

A system that uses pixels to create an image.

16
New cards

What are pixels?

The smallest picture elements that are grouped together to make an image.

17
New cards

What is Colour Depth?

The number of bits used to represent colors in a pixel.

18
New cards

What is Image Resolution?

The number of horizontal and vertical pixels that make up an image.

19
New cards

What is Screen Resolution?

The number of horizontal and vertical pixels that make up a screen display.

20
New cards

What is Pixel Density?

The number of pixels in a square centimetre.

21
New cards

What are Vector Graphs?

Images that use 2D shapes to represent lines and curves and their properties to form geometric shapes.

22
New cards

What is Sampling Resolution?

The number of bits used to represent a sound sample.

23
New cards

What is Sampling Rate?

The number of sound samples per second.

24
New cards

What is Frame Rate?

The number of video frames that make up a video per second.

25
New cards

Why does picture quality decrease when zooming in on a bitmap image?

The pixels are stretched into larger dots.

26
New cards

What information is included in an image file header?

Information such as file size, number of colors, image resolution, color depth, and type of compression.

27
New cards

What is the formula for calculating Total Pixels in an image?

Total Pixels=Width×Height\text{Total Pixels} = \text{Width} \times \text{Height}

28
New cards

What is the formula for calculating Image File Size?

File Size=Total Pixels×Colour Depth\text{File Size} = \text{Total Pixels} \times \text{Colour Depth}

29
New cards

How are 24-bit coloured images typically coded?

They use 8 bits for Red, 8 bits for Green, and 8 bits for Blue RGB.

30
New cards

Why do vector images tend to have smaller file sizes than bitmap images?

Vector images only store mathematical formulas, whereas bitmap images store color information for each individual pixel.

31
New cards

What is SVG?

Scalable Vector Graphics, a markup language format that maintains quality regardless of zoom level.

32
New cards

What is a Drawing List in vector graphics?

A set of commands used to define a vector image.

33
New cards

What happens when a monitor or printer displays a vector image?

It is rasterised, meaning it is converted into a grid of pixels.

34
New cards

What is the speed of a sound wave spreading out in air as given in the notes?

3.4×102 m/s3.4 \times 10^2\,\text{m/s} or 340 m/s340\,\text{m/s}

35
New cards

What are the two components of a sound encoder?

The Band limiting filter (to remove high-frequency components) and the ADC (Analogue-to-digital converter).

36
New cards

What are the steps involved when sound is captured through a microphone?

  1. Microphone measures change in air pressure. 2. Microphone translates air pressure into electrical voltage. 3. ADC digitises the electrical voltage to bytes. 4. Computer displays the digitised sound.
37
New cards

What formula calculates Audio Bit Rate?

Bit Rate=Sampling Rate×Sampling Resolution\text{Bit Rate} = \text{Sampling Rate} \times \text{Sampling Resolution}

38
New cards

What is Lossless Compression?

A compression method where file size is reduced while audio quality remains the same, allowing data to be perfectly reconstructed.

39
New cards

What is Run-Length Encoding?

A lossless compression technique in which sequences with the same data value in consecutive positions are stored as a single data value and count.

40
New cards

What is Lossy Compression?

A compression method that permanently removes data to reduce file size, making it impossible to recreate the original file.

41
New cards

What is Perceptual Coding?

A lossy coding technique that reduces certain parts of a sound that are less audible to human hearing.