CAIE AS Level Computer Science Flashcards

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

1/26

flashcard set

Earn XP

Description and Tags

A comprehensive set of flashcards aimed at preparing students for the CAIE AS Level Computer Science exam by reviewing key concepts and definitions.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

Data Representation

The method used to represent information in a computer system, including formats like denary (base 10) and binary (base 2).

2
New cards

Binary System

A system that uses two digits, 0 and 1, to represent data and information.

3
New cards

ASCII

A character encoding standard that represents English characters using numbers, with values between 0 and 127.

4
New cards

Extended ASCII

An extension of ASCII that includes additional characters to represent most European languages' alphabets.

5
New cards

Unicode

A character encoding standard that can represent characters from multiple languages, supporting a wide range of character sets.

6
New cards

Bitmap Images

Images created by assigning colors to individual pixels using a grid of bits.

7
New cards

Image Resolution

The number of pixels that make up an image, affecting the clarity and detail.

8
New cards

Colour Depth

The number of bits used to represent the color of a single pixel in an image.

9
New cards

Analogue vs Digital Data

Analogue data consists of continuous signals, while digital data consists of discrete signals.

10
New cards

Sampling Rate

The number of samples taken per unit of time to convert an analogue signal into a digital signal.

11
New cards

Lossless Compression

Compression that allows the original data to be perfectly reconstructed from the compressed file.

12
New cards

Lossy Compression

Compression that irreversibly eliminates some data, resulting in reduced file sizes but lowered quality.

13
New cards

Client-Server Model

A computing model where a dedicated server provides resources and services to client devices.

14
New cards

Peer-to-Peer Network Model

A decentralized network where each connected computer operates independently, acting as both client and server.

15
New cards

Network Topologies

The layout of connected devices in a network, including bus, star, and mesh topologies.

16
New cards

Cloud Computing

On-demand access to computing resources and services over the internet.

17
New cards

Public Cloud

Cloud services provided by third-party vendors and shared among multiple users.

18
New cards

Private Cloud

Cloud infrastructure owned and operated by a single organization, providing exclusive access to its users.

19
New cards

IP Address

A unique address assigned to each device on a network to allow for communication.

20
New cards

Static IP Address

An IP address that does not change and is often used for devices that need consistent access.

21
New cards

Dynamic IP Address

An IP address that changes periodically, typically assigned by a DHCP server.

22
New cards

Operating System (OS)

Software that manages computer hardware and software resources and provides common services for application programs.

23
New cards

Antivirus Software

Programs designed to detect and remove malware from a computer.

24
New cards

Database Management System (DBMS)

Software that allows for the creation, manipulation, and management of databases.

25
New cards

Data Normalization

The process of organizing data to reduce redundancy and improve data integrity.

26
New cards

SQL (Structured Query Language)

A programming language used to manage and manipulate relational databases.

27
New cards

Encryption

The process of converting information into a secure format to prevent unauthorized access.