Computer Science AS Level (9618) Notes Review

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

1/18

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts from the Computer Science AS Level notes, focusing on data representation, multimedia, networks, and system software.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

What is the basis of any number system in data representation?

A base and place value for each digit.

2
New cards

What are the possible digits in the Binary System?

0 and 1.

3
New cards

How is a negative number represented in binary using Two's Complement?

By making the most significant bit a sign bit and inverting the bits, then adding 1.

4
New cards

What are the prefixes for denary and binary systems?

Kilo- (k), Mega- (M), Giga- (G), Tera- (T) for denary; Kibi- (Ki), Mebi- (Mi), Gibi- (Gi), Tebi- (Ti) for binary.

5
New cards

What is the maximum positive number in 8-bit binary representation?

255.

6
New cards

How many bits are used to represent each character in ASCII?

7 bits.

7
New cards

What is the difference between bitmap images and vector graphics?

Bitmap images are made of pixels; vector graphics use mathematically defined shapes.

8
New cards

What is the primary function of compression in data files?

To reduce file size without significant loss in quality.

9
New cards

What are the two types of compression?

Lossless and lossy compression.

10
New cards

What does a LAN (Local Area Network) connect?

Devices within a small geographical area.

11
New cards

What is a client-server model?

A model where a dedicated server provides applications to clients.

12
New cards

What is the purpose of a protocol in communication?

To ensure proper data transmission across networks.

13
New cards

What is the main difference between static and dynamic IP addresses?

Static IP addresses do not change; dynamic IP addresses change periodically.

14
New cards

What does normalization do in relational databases?

It organizes fields and tables to reduce redundancy and dependency.

15
New cards

What are the advantages of using a database management system (DBMS)?

Manages data efficiently, reduces redundancy, and enforces data integrity.

16
New cards

What is the role of an assembler in a computer system?

Translates assembly language into machine code for execution.

17
New cards

What is the function of an operating system?

To manage hardware and software resources and provide a user interface.

18
New cards

What type of signals are used in analogue sound data?

Continuous electrical signals.

19
New cards

What is the significance of user accounts and passwords?

To deny access to unauthorized users.