Hardware-Computer science wjec gcse yr11

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:16 PM on 5/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

45 Terms

1
New cards

Components of a cpu

ALU, CU, Registers and Cache memory

2
New cards

Control unit usage

Sends and receives signals from all parts of the computer, ensures all processes are in the right time and order

3
New cards

ALU usage

Simple calculations and comparisons on high level language

4
New cards

Register usage

Fast access temporary data store for data accessed so often

5
New cards

Cache memory usage

Fast memory access for the CPU of data often used

6
New cards

3 busses

Address bus, Control bus, Data bus

7
New cards

Address bus use

Storage address of data being saved and loaded always travels across the address bus

8
New cards

Data bus use

The path the data travels along

9
New cards

Control bus use

Sends control signals to different parts of the computer

10
New cards

Von Neuman architype

Von Neumann architecture is a computer design where program instructions and data are stored in the same memory and processed by the CPU using the fetch-decode-execute cycle.

11
New cards

FDE cycle explained

The Program Counter (PC) stores the address of the next instruction. This address is copied to the Memory Address Register (MAR). The instruction stored at that memory location is fetched from RAM and placed into the Current Instruction Register (CIR). The Control Unit (CU) decodes the instruction and carries out the appropriate action.

12
New cards

What is clock speed

FDE cycles in a second measured in hertz

13
New cards

What is overclocking

Purposefully increasing the clock speed further than its original design

14
New cards

Drawbacks of overclocking

More heat produced, More energy required and more heat can damage the CPU and cause lower lifespan

15
New cards

What is underclocking and why would it be used

Lowering the clock speed than its original design, this is used to extend the life cycle of the device

16
New cards

What is Dual core and how does it affect performance

Dual core is having two CPUs and are able to split tasks up making more efficient with parallelable code, however if the result of instruction 1 is needed before 2 can go it is not more efficient

17
New cards

RISC meaning and usage

Reduced instruction set computer and it can process relatively simple instructions

18
New cards

Benefits of RISC

Simple instructions are done quickly and have less power consumption therefore less heat generated

19
New cards

CISC meaning and usage

Complex instruction set computer and its usage is being able to process a large number of complex instructions with only a few instructions

20
New cards

Benefits of CISC And drawbacks

Doesn’t have to break complex instructions but more power consumption and therefore more heat

21
New cards

Definition for an input device

Allows data to be entered into a computer system

22
New cards

Definition for an output device

Outputs made by the computer for example sound or on screen data

23
New cards

What is RAM

Temporary volatile storage of the currently running program

24
New cards

What is Read only memory ROM

Used for the Permanent storage of data and cannot be changed (Non-volatile)

25
New cards

What is BIOS

Basic input output system a low level program that handles input and output operations

26
New cards

What is Flash memory

Used for permanent storage of data however memory can be changed (Non-volatile)

27
New cards

What is cache memory

Volatile very fast changeable data of frequently used data

28
New cards

What is secondary storage and what does it hold

Data is written from memory to secondary storage when data is no longer being used for retrieval at a later time and it takes longer to access this data

29
New cards

What are frequently used backing storage media

Flash drive, External hard drive, CD/DVD, Magnetic tape

30
New cards

Flash drive information

Small files from work to home, 2gb-64gb, Good durable, portable, Good speed

31
New cards

External hard drive information

Backing up a home computer system, 500mb-4TB, Not durable, Portable, Good speed

32
New cards

CD/DVD/Blu-ray information

Storing multimedia files, 650mb (CD), 9GB (DVD), 50GB (Blu-ray), Good durability, Portable, Decent speed

33
New cards

Magnetic tape information

Backing large commercial servers on multiple tapes, 200GB-400GB, Decent durability, Portable, Slow

34
New cards

Optical storage information

Use lasers and if light is projected back it counts as 1 and if no light it counts as a 0, lasers are used to read and write information to a disk

35
New cards

Magnetic storage information

Used in hard disks and tapes, stored in a magnetic medium which can be a disk or tape by writing using a write head, data can then be read by the read head

36
New cards

Solid state storage information

Does not have any moving parts such as a read head in magnetic storage, low power consumption and high speed

37
New cards

Storage in the cloud information

A contemporary data storage facility on third party servers

38
New cards

Advantages for storage in the cloud

Maintenance tasks, backups and data replication, when buying a new device it is the responsibility of the cloud storage service provider

39
New cards

Disadvantages of the cloud

Internet connection is required to access the data, might be held somewhere with lack of adequate data protection legislation

40
New cards

Motherboard

Main circuit of the computer

41
New cards

GPU

Produces graphic images

42
New cards

Integrated GPU

Uses the computers RAM, it uses less power and produces less heat, perfect for general graphics processing

43
New cards

Dedicated GPU

Dedicated cards to provide the best visual experience, they use more power and require a good cooling system

44
New cards

Sound cards

Enable the computer to output sound through speakers, to record sound from microphone and manipulate sound stored on a disk, convert analogue input signals into digital data and reverse for output

45
New cards

What are embedded systems

A combination of software and hardware to perform a specific task, meant to be small to have a low cost, they are often reactive and have little hardware and the instructions are stored in ROM or flash memory with no peripherals