J277 Section 2 Data Representation

studied byStudied by 1 person
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 46

47 Terms

1

Binary

A base-2 numeral system that uses two symbols, typically 0 and 1, to represent data. It is the foundational language of computers and digital systems.

New cards
2

Bit

is the smallest unit of data in a computer, representing a binary value of either 0 or 1.

New cards
3

Nibble

a four-bit binary value, which can represent 16 different values ranging from 0 to 15.

New cards
4

Byte

a group of eight bits, commonly used to represent a single character of data in computing.

New cards
5

kB

A unit of digital information equal to 1000 bytes.

New cards
6

MB

A unit of digital information equal to 1000 kilobytes or 1,000,000 bytes.

New cards
7

GB

A unit of digital information equal to 1000 megabytes or 1,000,000,000 bytes.

New cards
8

TB

A unit of digital information equal to 1000 gigabytes or 1,000,000,000,000 bytes.

New cards
9

PB

A unit of digital information equal to 1000 terabytes or 1,000,000,000,000,000 bytes.

New cards
10

Denary

A base-10 numbering system used in everyday counting and mathematics, consisting of digits from 0 to 9.

New cards
11

Hexadecimal

A base-16 numbering system that uses digits 0-9 and letters A-F to represent values.

New cards
12

Binary to Denary Conversion

The process of converting numbers from the binary system (base-2) into the denary system (base-10) by calculating the sum of each binary digit multiplied by its corresponding power of two.

New cards
13

Denary to Binary Conversion

The process of converting numbers from the denary system (base-10) into the binary system (base-2) by repeatedly dividing the number by 2 and recording the remainders.

New cards
14

Binary to Hexadecimal Conversion

The process of converting numbers from the binary system (base-2) to the hexadecimal system (base-16) by grouping binary digits into sets of four and replacing each set with its hexadecimal equivalent.

New cards
15

Hexadecimal to Binary Conversion

The process of converting numbers from the hexadecimal system (base-16) to the binary system (base-2) by replacing each hexadecimal digit with its four-digit binary equivalent.

New cards
16

Denary to Hexadecimal Conversion

The process of converting numbers from the denary system (base-10) to the hexadecimal system (base-16) through repeated division by 16 and recording the remainders (or via conversion to binary first)

New cards
17

Hexadecimal to Denary Conversion

The process of converting numbers from the hexadecimal system (base-16) to the denary system (base-10) by multiplying each digit by 16 raised to the power of its position and summing the results.

New cards
18

Binary Addition

The process of adding binary numbers by carrying over values just like in decimal addition, following the rules of binary arithmetic.

New cards
19

Overflow

A condition that occurs in binary arithmetic when the result of an operation exceeds the maximum value that can be represented with a given number of bits, leading to incorrect results.

New cards
20

Binary Shift

A type of operation in binary arithmetic that involves shifting the bits of a binary number to the left or right, effectively multiplying or dividing the number by two.

New cards
21

Character set

A collection of characters that can be used in computing, including letters, numbers, and symbols, each represented by a unique binary code.

New cards
22

ASCII

A character encoding standard that uses 7 or 8 bits to represent text in computers, allowing for 128 or 256 different characters, including letters, numbers, and symbols.

New cards
23

Unicode

A character encoding standard that supports a vast range of characters from different languages and symbols, allowing for consistent representation and manipulation of text across different platforms.

New cards
24

Bitmap image

A type of image representation that uses a grid of pixels, where each pixel's color is defined by binary data, allowing for detailed images.

New cards
25

Vector image

A type of image representation that uses mathematical equations to define shapes and lines, allowing for scalable images without loss of quality.

New cards
26

Pixel

The smallest unit of a digital image or display, representing a single point of color. Pixels are combined to form images in raster graphics.

New cards
27

Resolution

The amount of detail an image holds, typically measured in pixels per inch (PPI) or dots per inch (DPI). Higher resolution means more detail and clarity in the image.

New cards
28

Image size

The dimensions of an image, usually measured in pixels, indicating its width and height. Image size can affect loading times and quality on different displays.

New cards
29

Colour depth

The number of bits used to represent the color of a single pixel in an image. Higher color depth allows for more colors and better image quality.

New cards
30

Factors affecting image quality

Elements such as resolution, image size, and color depth that influence the overall clarity, detail, and visual appeal of an image.

New cards
31

Image file size

The amount of digital storage space an image file occupies, typically measured in bytes, kilobytes, or megabytes. It is influenced by factors like image size and color depth.

New cards
32

Metadata

Information embedded in an image file that provides details about the image, such as its size, resolution, and colour depth. It can also include details about the camera settings, date taken, and location. .

New cards
33

Analogue sound

Sound represented by continuous waveforms, as opposed to digital signals. It captures sound in its natural form, often used in vinyl records and cassette tapes.

New cards
34

Digital

Representing data using discrete values, typically in binary format, allowing for easy manipulation and storage.

New cards
35

Analogue to Digital Converter

A device that converts analogue signals into digital data, enabling the processing and storage of sound or video in a digital format.

New cards
36

Amplitude

The height of a wave, representing the maximum extent of a vibration or oscillation, which correlates to the loudness of sound.

New cards
37

Frequency

The number of times a wave oscillates per second, measured in Hertz (Hz), which affects the pitch of sound.

New cards
38

Sample

The process of taking discrete measurements of an analogue signal at regular intervals to convert it into a digital format.

New cards
39

Sample Resolution

The detail or accuracy of a sample, determined by the number of bits used to represent each sample in digital audio, affecting sound quality.

New cards
40

Sample Rate

The number of samples taken per second from an analogue signal, typically measured in Hertz (Hz), which determines the quality and fidelity of the digital representation.

New cards
41

Sound file size

The amount of digital storage required for a sound file, determined by sample rate, sample resolution, and duration of the audio.

New cards
42

Compression

The process of reducing the size of a image or sound file by eliminating redundant data, which can affect quality depending on the compression method used.

New cards
43

Lossy Compression

A type of data compression that reduces file size by permanently eliminating certain information, particularly in audio and image files, which can result in a loss of quality.

New cards
44

Lossless Compression

A type of data compression that reduces file size without losing any information, ensuring that the original data can be perfectly reconstructed from the compressed data, commonly used for text and some image formats.

New cards
45

Lossy file types

File formats that utilize lossy compression, such as JPEG for images and MP3 for audio, resulting in reduced quality.

New cards
46

Lossless file types

File formats that use lossless compression, such as PNG for images and FLAC for audio, preserving original quality.

New cards
47
New cards

Explore top notes

note Note
studied byStudied by 11 people
980 days ago
5.0(1)
note Note
studied byStudied by 39 people
956 days ago
5.0(3)
note Note
studied byStudied by 7 people
398 days ago
5.0(1)
note Note
studied byStudied by 17 people
853 days ago
5.0(1)
note Note
studied byStudied by 11338 people
656 days ago
4.6(36)
note Note
studied byStudied by 116 people
488 days ago
5.0(1)
note Note
studied byStudied by 30 people
700 days ago
5.0(1)
note Note
studied byStudied by 20 people
828 days ago
5.0(1)

Explore top flashcards

flashcards Flashcard (83)
studied byStudied by 57 people
770 days ago
5.0(2)
flashcards Flashcard (40)
studied byStudied by 10 people
728 days ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 2 people
607 days ago
5.0(2)
flashcards Flashcard (59)
studied byStudied by 46 people
273 days ago
5.0(1)
flashcards Flashcard (54)
studied byStudied by 14 people
422 days ago
5.0(1)
flashcards Flashcard (71)
studied byStudied by 35 people
492 days ago
5.0(1)
flashcards Flashcard (352)
studied byStudied by 46 people
399 days ago
5.0(1)
flashcards Flashcard (114)
studied byStudied by 2 people
8 minutes ago
5.0(1)
robot