OCR GCSE Computer Science Paper One Revision

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

1/57

flashcard set

Earn XP

Description and Tags

Flashcards generated from a lecture on OCR GCSE Computer Science Paper One.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

58 Terms

1
New cards

What is the job of the CPU?

To carry out program instructions using data.

2
New cards

What is the ALU?

Arithmetic Logic Unit. It carries out the maths and logic needed to carry out instructions.

3
New cards

What is the role of the Control Unit in a CPU?

It coordinates the fetch-execute cycle and decodes instructions.

4
New cards

What is Cache memory?

A small, fast type of memory that holds frequently accessed items.

5
New cards

What are Registers?

Very small and very fast memory where the workings out of the CPU goes.

6
New cards

What does the Memory Address Register (MAR) do?

Stores the address of the location in memory being accessed.

7
New cards

What does the Memory Data Register (MDR) do?

Stores the actual data or instruction that has just been fetched or will be written to memory.

8
New cards

What is the purpose of the Program Counter?

Stores the address of the next instruction to be fetched from memory.

9
New cards

What is the function of the Accumulator?

Holds the results of ALU calculations.

10
New cards

What is Von Neumann architecture?

A CPU structure executing a fetch-execute cycle.

11
New cards

What are the three stages of the fetch-execute cycle?

Fetch, Decode, Execute

12
New cards

What is the clock speed of a CPU?

The rate at which the fetch-execute cycle is carried out, measured in gigahertz.

13
New cards

What is the benefit of having multiple cores in a CPU?

Multiple cores allow instructions to be executed at the same time.

14
New cards

What are Embedded systems?

Computers held inside other devices, typically with a single, specific purpose.

15
New cards

What does primary storage consist of?

RAM and ROM

16
New cards

What is secondary storage?

Storage where the vast majority of programs and data are stored long term. It is non-volatile.

17
New cards

What is virtual memory?

The operating system uses part of secondary storage as an extension of RAM when RAM is full.

18
New cards

What program does ROM contain?

Contains the program that runs as soon as you boot up your computer, which loads the operating system into RAM.

19
New cards

What are the three main types of secondary storage?

Magnetic, optical, and solid-state.

20
New cards

What is an example of magnetic storage?

A hard disk drive (HDD).

21
New cards

What is an example of optical storage?

A DVD.

22
New cards

What is an example of solid-state storage?

Solid State Drives (SSDs).

23
New cards

What is a bit?

A zero or a one.

24
New cards

What is a nibble?

Four bits.

25
New cards

What is a byte?

Eight bits.

26
New cards

What is a kilobyte?

A thousand bytes.

27
New cards

What do we use to represent characters in binary?

Character sets.

28
New cards

What are two big character sets?

ASCII and Unicode.

29
New cards

What is a pixel?

A block of colour.

30
New cards

What is the resolution of an image?

The number of pixels in an image.

31
New cards

What is metadata?

Data about data.

32
New cards

What is sample rate?

The number of samples taken per second of an audio signal.

33
New cards

What does compression do?

Reduces filesize.

34
New cards

What are two types of compression?

Lossy and lossless compression.

35
New cards

What are LANs and WANs?

LAN is a local area network over a small area, a WAN is a wide area network over a bigger area.

36
New cards

What happens in a client-server network?

A client requests something and the server responds.

37
New cards

What are the two types of network topologies?

Star and mesh.

38
New cards

What does a Wireless Access Point (WAP) do?

Provides a wireless signal.

39
New cards

What does a router do?

Forwards packets between networks.

40
New cards

What does a Network Interface Card (NIC) do?

Enables you to plug in things like Ethernet cables.

41
New cards

What is the cloud?

It's where we're holding computer files or some software, and we access it through the internet.

42
New cards

What are protocols?

A set of rules enabling devices to communicate.

43
New cards

What does TCP do?

It splits data into packets and also handles errors.

44
New cards

What are POP, IMAP, and SMTP?

POP and IMAP are for emails being received, whereas SMTP is for sending mail.

45
New cards

What is SQL injection?

The attacker tries to put in some SQL code into usually a user input form to try and interact with the database behind the scenes.

46
New cards

What is a brute force attack?

The attacker tries every combination of something like a password.

47
New cards

What is a denial of service attack (DoS attack)?

The attacker tries to deny service to legit users by flooding a device with lots and lots of new traffic, causing it to crash.

48
New cards

What are social engineering attacks?

Attacks that target humans, not the actual computer. They're trying to gain information or money from the poor person involved.

49
New cards

What is malware?

Malicious software.

50
New cards

What is penetration testing?

Where an organization will often pay somebody else to try and attack their system.

51
New cards

What does a firewall do?

Checks packets coming into and going out of the network.

52
New cards

What is encryption?

Where you scramble data so that only those with a key who are authorized can decrypt the data and understand the text.

53
New cards

What is the operating system?

Software which manages hardware and other programs on the computer.

54
New cards

What are GUIs?

Graphical User Interfaces.

55
New cards

What does defragmentation software do?

This only works on magnetic hard drives; you would not really use it on an SSD because it doesn't have the same weakness, which is where you've got the data stored on the disk affects how fast it is to access.

56
New cards

What is the Data Protection Act?

This is all about personal data and the responsibility of organizations to look after it.

57
New cards

What is the Computer Misuse Act?

This is the law which makes both of these things (hacking and malware) illegal.

58
New cards

What is the Copyright, Designs and Patents Act?

This is all about intellectual property, so ideas people have—things which are quite easy to steal unless you've got a law like this one.