Data Representation Flashcards

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

1/22

flashcard set

Earn XP

Description and Tags

Flashcards generated from lecture notes on binary, denary, hexadecimal conversions, data representation, and file compression.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Binary

Base number 2 (represented by 0 and 1)

2
New cards

Denary

Base number 10 (represented by 0 to 9)

3
New cards

Hexadecimal

Base number 16 (represented by 0 to 9 and A to F)

4
New cards

Binary to Denary Conversion

Adding weightings of all the 1s to convert binary to denary.

5
New cards

Denary to Binary Conversion

Divide denary by 2 until it results in 0, remainders are read from bottom to top.

6
New cards

Binary to Hexadecimal Conversion

Split binary into 4-bit groups (start from the right), and assign each group a hexadecimal value.

7
New cards

Hexadecimal to Binary Conversion

Convert each hexadecimal value to its corresponding binary value.

8
New cards

Hexadecimal to Denary Conversion

Multiply hexadecimal digit by heading value then add to convert to denary.

9
New cards

Denary to Hexadecimal Conversion

Carry out successive divisions by 16 until result is 0, remainders are read from bottom to top.

10
New cards

Error Codes

Memory locations where an error occurs are shown automatically by the computer.

11
New cards

Media Access Control (MAC) Address

Identifies devices on a network.

12
New cards

Internet Protocol (IP) Address

A device given when joining a network.

13
New cards

HTML Colour Codes

Pixels on screen made of RGB.

14
New cards

Overflow Error

Adding 8-bits but sum has a 9th bit.

15
New cards

Logical Binary Shifts

Shift from left to right (divide by 2 per shift) or shift from right to left (multiply by 2 per shift).

16
New cards

Two’s Complement

Allows the possibility of representing negative integers.

17
New cards

Character Set

A collection of symbols, letters, and characters that are used to represent information.

18
New cards

Sampling

Converts analogue sound waves into digital format by taking measurements.

19
New cards

Pixel

Smallest identifiable part of an image.

20
New cards

Lossy File Compression

Eliminates unnecessary data but original file cannot be reconstructed.

21
New cards

Lossless File Compression

data from original uncompressed can be reconstructed

22
New cards

Run Length Encoding

reduces size of a string adjacent, identical data items

23
New cards

Calculation of File Size

image resolution (# of pixels) * color depth (in bits)