Computer Science IGCSE 0478 C3

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

1/136

flashcard set

Earn XP

Description and Tags

Chapter 3

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

137 Terms

1
New cards

What is the primary role of the CPU in a computer?

Processes instructions and data for output. It's the device's brain.

2
New cards

Name three types of devices that have a CPU.

Laptops, Desktops, Mobile Devices.

3
New cards

Describe the data flow involving the CPU when a user interacts with a computer.

User inputs data; CPU processes it; results outputted.

4
New cards

What are the key components that make up a CPU?

Control Unit (CU), Arithmetic and Logic Unit (ALU), Registers, Buses, System Clock.

5
New cards

What are the three main purposes of the CPU?

Processes data/executes instructions, carries out calculations, performs logical operations.

6
New cards

Which computer architecture model includes the CPU as a central component?

Von Neumann architecture.

7
New cards

What is a microprocessor?

An integrated circuit on a single chip containing the CPU and sometimes other components, for compact data processing.

8
New cards

What are the common applications for microprocessors?

General-purpose computer systems and embedded systems.

9
New cards

Who introduced the Von Neumann Architecture and when?

John von Neumann, mid-1940s.

10
New cards

What are the main features of the Von Neumann Architecture?

CPU concept, direct CPU memory access, stored programs/data in memory, ordered instruction execution. It shows how memory, I/O, and processor work together.

11
New cards

What is the function of the Arithmetic and Logic Unit (ALU) within the CPU?

Performs arithmetic and logical operations (AND, OR, NOT).

12
New cards

Describe the function of the Control Unit (CU) in the CPU.

Coordinates and controls CPU activities, decodes/executes instructions, directs timing.

13
New cards

What are Registers in a CPU, and what is their general purpose?

Small storage locations holding data for the fetch-execute cycle.

14
New cards

What is the specific role of the Program Counter (PC) register?

Stores address of next instruction to fetch.

15
New cards

What is the specific role of the Memory Address Register (MAR)?

Stores address of data being fetched/written to memory.

16
New cards

What is the specific role of the Memory Data Register (MDR)?

Stores data fetched from/being written to memory.

17
New cards

What is the specific role of the Current Instruction Register (CIR)?

Stores current instruction being decoded/executed.

18
New cards

What is the specific role of the Accumulator (ACC) register?

Stores ALU calculation results.

19
New cards

What is the purpose of the System Clock in the CPU?

Synchronizes CPU operations using timing signals.

20
New cards

What is the general function of System Buses?

Transfer data and control signals.

21
New cards

Name the three common types of system buses and state their directionality.

Address bus (unidirectional), Data bus (bidirectional), Control bus (bidirectional).

22
New cards

What is RAM (Random Access Memory) in terms of primary memory?

Volatile, primary memory holding current data/instructions, directly accessed by CPU.

23
New cards

Describe the steps in the Fetch Stage of the Fetch-Decode-Execute cycle.

PC sends address to MAR via address bus; MAR sends address to RAM via address bus; RAM sends data to MDR via data bus; MDR sends data to CIR via data bus.

24
New cards

What happens during the Decode Stage of the Fetch-Decode-Execute cycle?

CU decodes instruction using machine code instruction set.

25
New cards

What happens during the Execute Stage of the Fetch-Decode-Execute cycle?

CU sends instructions; ALU performs arithmetic (results to ACC) if needed, using control bus.

26
New cards

What is a Core in a CPU and how does it affect performance?

A processor unit. More cores = more multitasking.

27
New cards

What is Cache in a CPU and how does it affect performance?

Small, fast memory inside CPU. Larger cache = faster data access.

28
New cards

What is Clock Speed in a CPU and how does it affect performance?

CPU speed in GHz. Higher speed = more instructions per second.

29
New cards

What is an instruction set for a CPU?

A list of all commands a CPU can process, in machine code.

30
New cards

What are Opcode and Operand in the context of an instruction set?

Opcode is the operation, Operand is its location.

31
New cards

What is the primary purpose of an embedded system?

To perform a dedicated function.

32
New cards

Name three characteristics of an embedded system.

Has microprocessor, built into larger device, works automatically, user can't reprogram, real-time, small, low power, low cost.

33
New cards

Provide three examples of devices that commonly use embedded systems.

Washing machines, cars, security systems.

34
New cards

How does an embedded system differ from a general-purpose computer?

Embedded performs specific function; general-purpose performs many.

35
New cards

What is an input device and why is it required?

Hardware allowing user interaction, converts inputs to digital data for processing.

36
New cards

What is a barcode scanner and where is it commonly used?

Reads 1D parallel lines; used in supermarkets, warehouses, libraries.

37
New cards

Why are barcode scanners used?

Quick, accurate retrieval of product details for stock/checkout.

38
New cards

What is a digital camera and where is it commonly used?

Captures photos/videos digitally; used in photography, smartphones, webcams.

39
New cards

Why are digital cameras used?

For high-quality visual content.

40
New cards

What is a keyboard and how does it input data?

Inputs text/commands by pressing keys, converting to digital signals.
Q

41
New cards

Where are keyboards commonly used?

Computers, tablets, laptops.

42
New cards

Why are keyboards used?

To type, enter data, control software.

43
New cards

What is a microphone and how does it work?

Captures analogue sound, converts to digital signals for input.
Q

44
New cards

Where are microphones commonly used?

Recording studios, smartphones, computers.

45
New cards

Why are microphones used?

Audio recording, voice communication.

46
New cards

What is an optical mouse and how does it work?

Moves cursor based on hand movements, uses red LED/CMOS sensor.

47
New cards

Where are optical mice commonly used?

Computers, laptops.
Q

48
New cards

Why are optical mice used?

Precise control and navigation.

49
New cards

What is a QR (Quick Response) code scanner and what are QR codes?

Reads 2D matrix of squares (QR codes) for information access.

50
New cards

Where are QR code scanners commonly used?

Retail shops, mobile phones.

51
New cards

Why are QR code scanners used?

Quickly retrieve data (e.g., website links).

52
New cards

How does a Resistive Touch Screen detect touch?

Pressure connects two conductive layers, completing a circuit.

53
New cards

Where are resistive touch screens commonly used?

ATMs, older smartphones/tablets.

54
New cards

Why are resistive touch screens used?

Direct device interaction.

55
New cards

How does an Infra-red Touch Screen detect touch?

Touch interrupts invisible infrared light beams across the screen.
Q

56
New cards

Where are infra-red touch screens commonly used?

Kiosks, large touch displays.
Q

57
New cards

Why are infra-red touch screens used?

Accurate touch detection, good in various lighting.

58
New cards

How does a Capacitive Touch Screen detect touch?

Changes in electrical charge on the screen surface from touch.

59
New cards

Where are capacitive touch screens commonly used?

Modern smartphones, tablets, touch monitors.
Q

60
New cards

Why are capacitive touch screens used?

Smooth, responsive multi-touch experience.

61
New cards

What is a Two-Dimensional (2D) Scanner and what is its purpose?

Captures flat 2D images, digitizes hard copy documents/photos.

62
New cards

Where are 2D scanners commonly used?

Offices, libraries, schools.

63
New cards

What is a Three-Dimensional (3D) Scanner and what is its purpose?

Captures detailed 3D shapes/dimensions, creates digital object models.

64
New cards

Where are 3D scanners commonly used?

Manufacturing, design, medical imaging.

65
New cards

What is an output device and why is it required?

Hardware receiving info from computer to present to user, enables communication of processed data.

66
New cards

What is an Actuator and what is its function?

Converts energy to motion, performs physical tasks based on instructions.
Q

67
New cards

Where are actuators commonly used?

Factories, robotics.

68
New cards

Why are actuators essential?

Essential in any system requiring movement.

69
New cards

How does an Inkjet Printer work and where is it commonly used?

Sprays tiny ink droplets from a moving print head; used in homes, schools, offices.

70
New cards

What is an advantage of an inkjet printer?

Low cost.

71
New cards

How does a Laser Printer work and where is it commonly used?

Heat from laser fuses toner onto paper; used in offices, schools.

72
New cards

What are the advantages of a laser printer?

High-quality prints, fast speed.

73
New cards

What is a Light Emitting Diode (LED) Screen and how does it display images?

Displays images/video using tiny LEDs, brightness controlled by current.

74
New cards

Where are LED screens commonly used?

Televisions, computer monitors, smartphones.

75
New cards

What are the advantages of an LED screen?

High-quality, bright, energy efficient, thin.

76
New cards

What is a Liquid Crystal Display (LCD) Screen and how does it work?

Uses liquid crystals with a backlight to display images.

77
New cards

Where are LCD screens commonly used?

Televisions, monitors, smartphones, laptops.

78
New cards

What are the advantages of an LCD screen?

Energy efficient, thin, sharp images, lightweight, low power consumption.

79
New cards

What is a Speaker and what is its purpose?

Converts electrical signals to analogue sound waves; essential for sound output.

80
New cards

Where are speakers commonly used?

Televisions, radios, smartphones.

81
New cards

What is a 3D Printer and how does it work?

Adds thin layers of plastic to form 3D objects, based on inkjet/laser tech.

82
New cards

Where are 3D printers commonly used?

Manufacturing, medicine.

83
New cards

Why are 3D printers used?

Create prototypes, custom parts.

84
New cards

What does an Acoustic sensor measure and what is a typical use?

Sound levels; industrial machinery sound changes, noise pollution, security.

85
New cards

What does an Accelerometer measure and what is a typical use?

Acceleration rate, tilt, vibration; vehicle safety features, mobile device orientation.

86
New cards

What does a Flow sensor measure and what is a typical use?

Rate of gas/liquid/powder flow; detecting flow changes in water pipes.

87
New cards

What does a Gas sensor measure and what is a typical use?

Presence of a gas (e.g., carbon monoxide); gas levels in confined spaces, leak fixing.

88
New cards

What does a Humidity sensor measure and what is a typical use?

Levels of water vapour; monitoring humidity in greenhouses.

89
New cards

What does an Infra-red sensor measure and what is a typical use?

Motion or heat source; security systems, emergency services detecting people.

90
New cards

What does a Level sensor measure and what is a typical use?

Liquid levels; petrol in car tank, water in tank, leak detection.

91
New cards

What does a Light sensor measure and what is a typical use?

Light levels; automatically switching on streetlights/headlights.

92
New cards

What does a Magnetic field sensor measure and what is a typical use?

Presence/strength; anti-lock braking, monitoring rotating machinery.

93
New cards

What does a Moisture sensor measure and what is a typical use?

Presence/levels of moisture; soil moisture, dampness in buildings.

94
New cards

What does a pH sensor measure and what is a typical use?

Acidity or alkaline; monitoring soil for growing, chemical processes.

95
New cards

What does a Pressure sensor measure and what is a typical use?

Gas, liquid, or physical pressure; tire pressure, manufacturing pipe pressure.

96
New cards

What does a Proximity sensor measure and what is a typical use?

Distance; object position in robotics, safety systems preventing collisions.

97
New cards

What does a Temperature sensor measure and what is a typical use?

Temperature; maintaining pool temperature, controlling chemical processes.

98
New cards

What is primary storage?

Holds data/instructions CPU needs immediately, volatile (except ROM), small capacity, direct CPU access.

99
New cards

What is secondary storage?

Stores programs/data long-term (even when off), non-volatile, large capacity, not directly CPU accessible.

100
New cards

Is primary storage generally volatile or non-volatile? What's the exception?

Volatile, except for ROM.