CS Paper 1 Review

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

1/27

flashcard set

Earn XP

Description and Tags

Flashcards for key concepts and vocabulary from CS Paper 1 to aid in exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Denary

A base 10 number system consisting of digits 0 through 9.

2
New cards

Binary

A base 2 number system consisting of digits 0 and 1, used by computers to process data.

3
New cards

Hexadecimal

A base 16 number system including digits 0-9 and letters A-F, used for a more human-readable representation of binary.

4
New cards

Overflow Error

An error that occurs when the computed value exceeds the maximum representable value in the register.

5
New cards

Logical Shift

A binary shift operation that moves bits left or right, multiplying or dividing the number by two.

6
New cards

Two’s Complement

A method for representing negative binary numbers by inverting the bits of the positive number and adding one.

7
New cards

ASCII

American Standard Code for Information Interchange, a character encoding standard using 7-bits or 8-bits for extended ASCII to represent characters.

8
New cards

UNICODE

A character encoding standard that uses 16 bits to represent a wide range of characters from multiple languages.

9
New cards

Sample Rate

The number of samples taken per second in sound recording.

10
New cards

Sample Resolution

The number of bits used for each sample in sound recording, affecting accuracy and file size.

11
New cards

Color Depth

The number of bits used to represent the color of a pixel in an image, impacting the number of possible colors.

12
New cards

Lossy Compression

A data compression method that permanently removes some data, reducing the file size at the expense of quality.

13
New cards

Lossless Compression

A data compression method that allows the original data to be perfectly reconstructed from the compressed data.

14
New cards

Parity Check

A simple error detection method that adds an extra bit to indicate if the number of 1s in a binary string is even or odd.

15
New cards

Checksum

A method of error detection that involves calculating a small-sized datum from a block of digital data to verify integrity.

16
New cards

Echo Check

An error detection method where the receiver sends back the received data to ensure it matches the original.

17
New cards

IP Address

A unique identification number assigned to each device on a network for data routing.

18
New cards

MAC Address

A unique identifier assigned to a network interface card for communication within a network.

19
New cards

Symmetric Encryption

An encryption method where the same key is used for both encryption and decryption.

20
New cards

Asymmetric Encryption

An encryption method that uses a pair of keys (public and private) for encryption and decryption.

21
New cards

FDE Cycle

Fetch-Decode-Execute cycle, the basic operational process of a CPU.

22
New cards

RAM

Random Access Memory; volatile memory used for temporarily storing data being processed.

23
New cards

ROM

Read Only Memory; non-volatile memory used for permanently storing instructions.

24
New cards

Cloud Storage

Remote storage accessed over the internet, allowing data to be stored offsite.

25
New cards

DDoS Attack

Distributed Denial of Service attack that overwhelms a server with excessive traffic.

26
New cards

Firewall

A security system that monitors and controls incoming and outgoing network traffic based on security rules.

27
New cards

Artificial Intelligence (AI)

A branch of computer science that simulates intelligent behavior in computers.

28
New cards

Machine Learning

A subset of AI that enables machines to learn from data and improve over time without being explicitly programmed.