Computer Science Data Representation and Transmission Vocabulary

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/29

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers essential terms related to number systems, data representation of text, sound and images, and data transmission methods including error detection and encryption.

Last updated 11:26 AM on 8/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Bit

The most fundamental unit of computing data, short for 'binary digit', which takes the value of either 00 or 11.

2
New cards

Byte

A standard unit of computer memory consisting of exactly 88 bits.

3
New cards

Nibble

A unit of data consisting of 44 bits, or half of a standard byte.

4
New cards

Binary number system

A base-22 numerical system that uses only two digits, 00 and 11, to represent all values.

5
New cards

Hexadecimal number system

A base-1616 numerical system that utilize sixteen distinct symbols: denary digits 00 to 99 and letters AA to FF.

6
New cards

Overflow error

A computer error that occurs when a calculation produces a numerical value that exceeds the storage capacity of the allocated bit register.

7
New cards

Logical binary shift

An operation where the bits in a sequence are moved left or right; shifting left usually multiplies the value by 22, while shifting right divides it by 22.

8
New cards

Two’s complement

A method for representing both positive and negative integers in binary, where the most significant bit holds a negative weight, such as 128-128 in an 88-bit system.

9
New cards

ASCII

Standing for American Standard Code for Information Interchange, this system uses 77-bit or 88-bit codes to represent characters on a keyboard.

10
New cards

Unicode

A universal character encoding standard designed to represent all writing systems and languages in the world, often using 1616-bit or 3232-bit codes.

11
New cards

Pixel

Abbreviated from 'picture element', this is the smallest individual component that makes up a digital bitmap image.

12
New cards

Colour depth

The specific number of bits used to represent the variety of colours available for a single pixel in an image.

13
New cards

Resolution

In images, this refers to the total number of pixels that constitute the image; in sound, it refers to the number of bits used per sample.

14
New cards

Sampling rate

The frequency at which sound amplitude measurements are taken per second, measured in hertz (HzHz).

15
New cards

Lossy compression

A data reduction method that removes unnecessary information, permanently altering the file so the original cannot be perfectly reconstructed.

16
New cards

Lossless compression

A compression technique that reduces file size without losing any original data, allowing the file to be fully restored to its original state.

17
New cards

Packet

A discrete unit of data, typically around 64KiB64KiB, used for transmitting information over a network.

18
New cards

Packet switching

A data transmission method where a message is divided into packets that are routed independently across a network to their destination.

19
New cards

Simplex transmission

A mode of data transmission where information can only travel in one fixed direction.

20
New cards

Half-duplex transmission

A mode of data transmission where information can travel in both directions, but not simultaneously.

21
New cards

Full-duplex transmission

A mode of data transmission where information travels in both directions at exactly the same time.

22
New cards

Serial data transmission

The process of sending data bits one at a time sequentially over a single communication channel or wire.

23
New cards

Parallel data transmission

The process of sending multiple data bits simultaneously over several distinct channels or wires.

24
New cards

USB

Universal Serial Bus; a standard asynchronous serial data transmission method used for connecting peripheral devices to a computer.

25
New cards

Parity check

An error detection technique that uses an additional bit to ensure the total number of 11-bits in a byte is either even or odd.

26
New cards

Checksum

An error-checking value calculated from a block of data using an algorithm and sent alongside the data to verify transmission integrity.

27
New cards

Check digit

A final digit appended to a code, such as an ISBNISBN or barcode, used to detect manual data entry errors.

28
New cards

ARQ

Automatic Repeat Request; an error control method that uses acknowledgments and timeouts to request the re-sending of data.

29
New cards

Symmetric encryption

A form of encryption where the sender and receiver use the same secret key to both encrypt and decrypt the information.

30
New cards

Asymmetric encryption

An encryption method involving a pair of mathematically linked keys: a public key for encryption and a private key for decryption.