OCR GCSE computer science paper 1

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

1/228

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

229 Terms

1
New cards

what is the purpose of the CPU?

to process data by following the fetch-decode-execute cycle, it's incharge of searching, sorting, calculating and decision making

2
New cards

what happens at the fetch stage?

the CPU fetches data and instructions from RAM and then stores them in it's own temporary memory called registers

3
New cards

what happens at the decode stage?

the CPU understands what the instructions mean, the CPU decodes the instructions and gets to the next step

4
New cards

what happens at the execute stage?

the CPU carries out the instructions on the data

5
New cards

define bus

information travels along a bus from one part of the CPU to another

6
New cards

define address bus

a one way bus that requires data from an address in memory

7
New cards

define data bus

moves data in both directions as data is both read and written to memory

8
New cards

define control unit

responsible for timing on the CPU, uses the clock to ensure operations happen in the correct sequence

9
New cards

define arithmetic logic unit

does all arithmetic calculations and logical operations

10
New cards

define registers

Small temporary storage spaces inside the CPU

11
New cards

define accumulator

stores the results from the ALU temporarily until they're written to memory

12
New cards

define program counter

stores the memory address of the next instruction, is incremented by 1 at each new cycle

13
New cards

define instruction register

current instruction is stored in this register

14
New cards

define memory address register

stores the memory address of the current instruction being executed

15
New cards

define memory data register

stores the data that was read/written to memory

16
New cards

what is the function of the ALU?

performs basic arithmetic operations (addition, subtraction, multiplication, and dividion) and logical operations (AND, OR, NOT).

17
New cards

what is the function of the control unit?

manages and monitors hardware, manages the input and output signals, uses clock signals to synchronise the running of the fetch-decode-execute cycle

18
New cards

what is the function of the cache?

a small amount of storage that temporarily holds instructions that the CPU is likely to reuse, it's close to the CPU and so is fast to access

19
New cards

what are the 3 factors affecting CPU performance?

clock speed, cache size, number of cores

20
New cards

How does clock speed affect CPU performance?

the speed of the f-d-e cycle is determined by the CPU's clock chip, the clock speed is measured in hertz (cycles per second), the greater the clock speed, the more instructions are processed per second

21
New cards

what's the issue with increasing clock speed?

the CPU can overheat (overclocking), so you need to use heat syncs

22
New cards

How does cache size affect the performance of the CPU?

if the cache is larger it's more likely the next required instruction has already been transferred from the RAM to the CPU, improving process time

23
New cards

how does the number of cores affect the CPU?

they can carry out parallel processing - the same program can have two instructions carried out at once. they can carry out multi-tasking - different program's instructions are carried out at the same time

24
New cards

what is an embedded system?

An embedded system is a small computer that forms part of a larger system. it takes input, processes data and delivers an output. it doesn't need an operating system, the input is just a button or set a control, makes devices easier to use and increases reliability

25
New cards

what is primary storage? and examples

memory areas that the CPU can access very quickly, has fastest read/write speeds, mostly volatile. eg. CPU registers, cache, RAM, ROM

26
New cards

what is secondary storage? and examples

non-volatile where all data is stored when not in use, read/write speeds are much slower. eg. solid state, CD, SD cards

27
New cards

what is tertiary storage?

used for long term data storage, mainly used for archives and backups of massive amount of data

28
New cards

what is RAM needed for?

stores programs currently in use, helps to enable 'multi-tasking' (by copying data needed so it's passed through the CPU), stores all instructions from open programs

29
New cards

properties of RAM?

volatile (loses data when no power), faster than hard drive, internal

30
New cards

how does RAM store data?

uses capacitors and transistors, capacitor is a 1 or 0, transistors tell computer what's in capacitors

31
New cards

properties of dynamic RAM?

1 transistor, 1 capacitor per bit, limit to how fast data can be read, power is always needed

32
New cards

properties of static RAM?

4-5 transistors wired together for each bit data, doesn't lose its charge, much faster, but more expensive, needs constant power

33
New cards

what is the purpose of ROM?

stores BIOS and boot up program

34
New cards

what are the properties of ROM?

it's a memory chip, non-volatile (stores data without power), primary storage (directly accessed by the CPU), fast access rates

35
New cards

what type of memory do modern ROM chips use?

flash memory

36
New cards

how does flash memory work?

a large electrical current forces electrons through a barrier into fixed positions, the different arrangements give data

37
New cards

what is virtual memory?

a small portion of secondary storage which acts as RAM in the event of the RAM becoming full

38
New cards

Why is virtual memory needed?

it allows the computer to continue to function even though the RAM is full (albeit much slower)

39
New cards

what happens to the performance of the CPU with smaller/larger amounts of RAM?

smaller = limited multitasking and greater use of slower virtual memory

larger = greater storage of programs, faster performance, effective multi-tasking

40
New cards

what is cache memory?

a small amount of memory located next to the CPU, it stores frequently used instruction, it supplies the CPU with data at high speeds

41
New cards

properties of cache?

small capacity, volatile, used in f-d-e cycle

42
New cards

how does magnetic storage work?

it uses different patterns of magnetisation in a magnetisable material to store data. magnetised points represent 1 and demagnetised points represent 0

43
New cards

how does optical storage work?

a laser is used to burn 'pits' into shiny surfaces. a laser is used to read it, when it hits 'land' the beam is reflected (0), when it hits a 'pit' it isn't reflected (1)

44
New cards

how does solid storage (flash) work?

a large electrical current forces electrons through a barrier into fixed positions, the different arrangements give data

45
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for hard disk (hard drive)?

desktop computers to store large files, programs and operating systems; 750GB - 3TB (large); fast read/write speeds; heavy; dropping can cause damage; can be reused but has has a limited life; quite cheap

46
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for magnetic tape?

backing up vast amounts of data;; 1 - 5TB (very large); fast write speeds but slow read speeds; small and light but reading device is heavy; fairly durable; can be used again and again; cheap

47
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for CD-ROM?

storage of small media files and documents; 650MB (small); moderate read/write speeds; portable and light; can be scratched/snapped but fairly durable; CD-R are written ones but CD-RW can be reused; very cheap

48
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for blu-ray/DVD-ROM?

storage of larger media files and documents; 4.37GB (DVD) 25GB(blu-ray) (small); moderate read/write speeds; very portable and light; fairly durable but can be scratched; DVD-Rs are written once but can be re-read; very cheap

49
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for solid state drive?

desktop computers, laptops and tablets store large files, programs and operating systems; 64GB - 480GB (moderate); super fast read/write speeds; very small and lightweight; no moving parts so is durable; can be reused many times; very expensive

50
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for flash SD cards?

in phones, cameras - can function on the move; 16GB-64GB, super fast read-write speeds; extremely portable; no moving parts so is durable; can be reused many times; expensive

51
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for flash memory stick?

backing up/transferring documents and small media files from computer to computer; 1GB-64GB, super fast read/write speeds; extremely portable; no moving parts so is durable; expensive

52
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for a NAS drive?

a stand alone external hard drive at the centre of a network allows users to read/write files; 750GB-3TB (large); high read/write speeds but the network can cause slow access speeds; very heavy; dropping causes damage; can be reused; hard disk = cheap SS drive = expensive NAS enclosure = expensive

53
New cards

what is the use, capacity, speed, portability, durability, reliability and cost for cloud storage?

stores documents and media files; unlimited capacity if you pay; depends on bandwidth/network speeds; isn't physical; durable and reliable if payments are made and company looks after deives; can be issues with data protection laws; expensive depending on the service but is usually free for a few GB

54
New cards

how many bits are in a nibble?

4

55
New cards

how many nibbles are in a byte?

2

56
New cards

how many bits are in a byte?

8

57
New cards

how many bytes are in kilobyte?

1024 (1000 in calculations)

58
New cards

how many kilobytes are in a megabyte?

1024 (1000 in calculations)

59
New cards

how many megabytes in a gigabyte?

1024 (1000 in calculations)

60
New cards

how many gigabytes in a teabyte?

1024 (1000 in calculations)

61
New cards

what is a network?

where two or more computers/devices are connected to share resources

62
New cards

what devices can be in a network?

PC, laptop, tablets, smart phones, servers, printers, smart TV

63
New cards

what is a LAN?

local area network; a collection of computers and peripheral devices connected together over a small geographical area, all the hardware is owned by the company who use it

64
New cards

how are devices connected into a LAN, who's responsible for the cost and maintenance?

using copper Ethernet cables or wi-fi; the company

65
New cards

advantages of a LAN?

files can be shared as they're stored on a file server; peripheral devices can be shared; user profiles can be managed centrally; software can be installed centrally; files can be backed up centrally

66
New cards

disadvantages of a LAN?

viruses can be spread easily; server failure can cause network failure; costly to install as you need cables and specialist staff

67
New cards

what devices do you need to make a LAN?

2+ computers (each with an NIC), data transfer media, hub/swuitch, router, WAP

68
New cards

pros of WAP

can add new nodes easily, public can access network with permission

69
New cards

cons of WAP

can suffer interference, security threats

70
New cards

what is the purpose of a router?

to manage the data packets enabling them to be sent between networks, over the internet

71
New cards

what is the purpose of a switch?

to connect nodes, it's intelligent as it can create and connect to different segments of the network, reducing traffic as the packets aren't broadcast to the whole network

72
New cards

what is the purpose of a NIC?

convert the data signals from nodes into data signals that can be transferred across the network

73
New cards

define client server network

managed by a server, connected devices are called clients, files and software are centrally stored on the server rather than individual computers, the server processes and responds to requests from clients, server stores users profile passwords

74
New cards

pros of a client server network?

faster and easier to centrally update and backup, easier to manage network security centrally, easier to find files as they're centrally stored

75
New cards

cons of a client server network?

expensive to set up, need specialists to maintain, if the server goes down clients loses their work, server can be overloaded if too many clients are accessing at once

76
New cards

define peer to peer network

all the devices are equal, connecting to one another without the need of a serve, store files on individual devices and can share them with other

77
New cards

pros of a peer to peer network?

easy to maintain, don't need expertise or expensive hardware, if one device fails the whole network isn't lost, cheaper to set up

78
New cards

cons of a peer to peer network?

no centralised management, devices need updates and backup individually, peer machines are less reliable

79
New cards

what does a topology of a network affect?

cost, performance, ease of set-up

80
New cards

star topology

knowt flashcard image
81
New cards

pros of star topology

fast network as few collisions, can add new PCs easily without disturbing the network

82
New cards

cons of star topology

expensive as lots of cables and extra hardware, if server/switch fails the network may go down

83
New cards

definition of mesh topology

a fully connected network where every node is connected to all others

84
New cards

mesh topology

knowt flashcard image
85
New cards

pros of mesh topology

there's multiple routes for the data if there's heavy traffic or a cable break

86
New cards

cons of mesh topology

expensive due to all the cabling but they can be wireless

87
New cards

what three factors affect network performance?

bandwidth, latency, errors in transmission

88
New cards

what is bandwidth?

how much data can be sent in a second, higher it is faster the data is transferred

89
New cards

what is latency?

the delay between a signal being sent and received

90
New cards

what are transmission errors?

how reliable packets are transmitted, noise and distortion can cause data to be retransmitted

91
New cards

how does number of devices/users affect network performance?

maximum bandwidth is shared between all connected devices so more devices = less everyone gets

92
New cards

how does transmission media affect network performance?

wifi results in slower transfer speeds

93
New cards

how does interference affect network performance?

wireless and some wired networks are prone to electromagnetic interference which can corrupt data

94
New cards

how do obstacles affect network performance?

such as thick brick walls, can prevent radio waves from travelling

95
New cards

what is a WAN?

a collection of computers and networks (LANs) connected together over a wide geographical area, connected using resources from a third party

96
New cards

how are WANs connected?

fibre optic cables, leased telephone lines, satellites, radiowaves

97
New cards

pros of WANs?

allows workers to collaborate when far away, enables LANs to be connected, enables data to be shared between LANs

98
New cards

cons of WANs?

expensive to hire bandwidth from telecom operator, cables can go wrong, the organisation doesn't own the transmission media so is reliant on external suppliers to fix issues

99
New cards

what is the internet?

the largest WAN, the name given to the infrastructure

100
New cards

what are three key elements of the internet?

DNS, hosting, the cloud