OCR GCSE Computer Science [Custom for my weaknesses]

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

1/162

flashcard set

Earn XP

Description and Tags

CUSTOM DONT USE THIS ONE

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

163 Terms

1
New cards

What is the purpose of the CPU?

to fetch, decode and execute an instruction

2
New cards

What is the purpose of a computer?

An electronic device that takes an input, processes data and delivers an output.

3
New cards

Fixed vs Stored-program

Fixed does not change, i.e. basically embedded, while stored-program does change.

4
New cards

3 (main) CPU performance factors

Clock speed, Cache size, Cores (number of cores)

5
New cards

Cache

Fast access to frequently used instructions and data

6
New cards

Primary storage

Instructions and data needed while CPU is running

7
New cards

Secondary storage

Long term storage of data

8
New cards

Characteristics of RAM?

  • OS, Programs and all data currently being used

  • Temporary storage

  • Volatile

  • Physically close to CPU

  • Orders of magnitudes faster than the fastest SSDs

  • Read and Write

9
New cards

Characteristics of ROM?

  • Holds the bootstrap

  • Small piece of read-only memory

  • On the motherboard

  • Non-volatile

  • Permanent software called firmware [UEFI used today]

10
New cards

What are the very first instructions for the computer called?

Bootstrap

11
New cards

BIOS full form

Basic Input Output System

12
New cards

How does the computer wake up all components

POST (Power On Self Test)

13
New cards

What is the name for the permanent software programmed into the ROM?

Firmware

14
New cards

What is it called when a SSD/HDD is overworked by moving information between the RAM and itself?

Disk Thrashing

15
New cards

Optical Storage Types

CD-R, CD-RW, DVD-R, DVD-RW, Blu-Ray

16
New cards

Optical storage advantages/disadvatanges

Advantages

  • Easy to mass produce

  • Thin lightweight and portable

Disadvantages

  • Low capacity

  • Slow to access data

17
New cards

Magnetic storage types

HDDs, Tape and Floppy Disks

18
New cards

Magnetic storage pros/cons

Advantages

  • Extremely affordable

  • High storage capacity

  • Faster than optical

Disadvantages

  • Moving parts, so not robust, will fail eventually and is noisy

  • Defragmentation needed to be done regularly to prevent slowdown

19
New cards

Solid state storage types

SSDs, USB Drives, Flash Memory like SD cards

20
New cards

Solid State storage pros/cons

Advantages

  • Extremely fast

  • No need to defragment

  • No noise

  • Low power

  • Very reliable (no moving parts)

Disadvantages

  • Expensive

  • Limited read-write cycles

21
New cards

SIX IMPORTANT PARTS FOR SUITABLE STORAGE

  • CAPACITY

  • SPEED

  • COST

  • PORTABILITY

  • DURABILITY

  • RELIABILITY

22
New cards

Why two states

  • Easy to manufacture

  • Therefore cheaper

  • and more reliable

23
New cards

How is data stored in optical storage?

Lands and pits (0s and 1s)

24
New cards

How is data stored in flash memory?

By trapping electrons (1) or not (0)

25
New cards

1 Terabyte

~10^12 bytes

26
New cards

1 Petabyte

~10^15 bytes

27
New cards

Data capacity formula

Total storage / File size

28
New cards

Text file size formula

Bits per character * Number of character

29
New cards

Calculating image file size (bitmap)

colour depth x height x width

30
New cards

Calculating sound file size

bit depth x sample rate x duration

31
New cards

Sample rate

Number of samples taken every second

32
New cards

Bit depth

Number of bits needed to store a sample

33
New cards

Colour depth

Number of bits needed to store a single colour

34
New cards

Binary → Denary

Add together all the values

35
New cards

Is 128 at the left or at the right? [L R]

LEFT

36
New cards

Addition rules

0 + 0 = 0
0 + 1 = 1
1 + 1 = 0 (carry 1)
1 + 1 + 1 = 1 (carry 1)

37
New cards

Overflow error

When the computer tries to store a bigger number than it can handle, resulting in data loss or accuracy loss.

38
New cards

Denary → Hexadecimal

Denary → Binary → Split in 2 nibbles → Hexadecimals

39
New cards

Binary shift right [L R]

Divides by 2

40
New cards

Binary shift left [L R]

Multiplies by 2

41
New cards

Define character set (2 marks)

A defined list of characters (1) recognised by the computer (2)

42
New cards

ASCII bit length

7 bits old, 8 bits extended/new

43
New cards

UNICODE

24 bits

44
New cards

Why use unicode?

So we can include symbols and other languages

45
New cards

Metadata

Additional data stored with the (image) file (e.g. define the width, height, colour depth and colour palette)

46
New cards

Compression

Reducing the number of bits in a file

47
New cards

Lossy compression PROS/CONS

PROS

  • Greatly reduces file size

  • Suitable for images, sound and video

CONS

  • Data loss (unrecoverable)

  • Reduces quality

  • Cannot be used for text or .exe files

48
New cards

Lossless compression

PROS

  • No data loss, differently encoded

  • Can be used on any file format

  • Can be reverted to original

CONS

  • Less effective than lossy compression

49
New cards

Networking pros

PROS

  • Users can share files

  • Share peripherals

  • Access files from other computers

  • Servers can control security, software updates and backup

  • Communcation

50
New cards

Networking cons

CONS

  • Increased security risks of malware

  • If central server fails, downs the entire network

  • Performance loss if lots of data on network

51
New cards

LAN (Local Area Network)

  • Small geographical area

  • All hardware owned by organisation

  • UTP cable, fibre optic or wifi

52
New cards

WAN (Wide Area Network)

  • Large geographical area

  • Connects LANs

  • Infrastructure owned by telecommunication companies

  • Connected with telephone lines, fibre optic cables or satellite

  • E.g. the Internet

53
New cards

5 factors affecting network speed

  • Bandwidth

  • Number of users

  • Transmission media

  • Error rate

  • Latency

54
New cards

Bandwidth

The amount of data that can be sent/received at any given time, measured in bit rate

55
New cards

Transmission medias

Wired (UTP (copper), Fibre optic) Wireless

56
New cards

Error rate

Percentage of packets lost in networking

57
New cards

Factors in error rate

  • Signal degredation (long cables/distances)

  • Grade of material for cables

  • Environmental factors

58
New cards

Client-server model

  • A server controls access and security to one shared file store

  • Server manages internet, printing jobs, emails, etc.

  • Client makes request to server

59
New cards

Peer-to-peer model

  • A peer is a computer on a network

  • Serve their own files to each other

  • Peer is responsible for own security and backup

  • Peers need to be on and able to communicate

60
New cards

Pros/Cons of p2p model

PROS

  • Easy to maintain

  • No dependency on single component

  • Cheap to setup

CONS

  • Less secure network

  • Users need to manage own security and backup

  • Difficult to maintain well ordered file storage

61
New cards

Pros/Cons of client-server

PROS

  • Central server managing files, security and backup

  • Central server manages internet, emails, etc.

  • Easy file storage, security and backup.

CONS

  • Specialist staff may be required for maintenance

  • Expensive cost

62
New cards

LAN Hardware

  • NIC

  • WAP

  • Router

  • Cables

63
New cards

Network Interface Controller (NIC)

Connects a device to a wired/wireless connection with a specific mac address. Uses a protocol to ensure successful communcation.

64
New cards

WAP

Allows wireless-enabled devices to access the network.

65
New cards

Switch

Uses NIC addresses to route traffic between devices

66
New cards

Router

Sends data between networks

67
New cards

Router’s need?

Needed to connect a LAN to a WAN

68
New cards

What does a router use to route traffic?

IP address(es)

69
New cards

UTP copper cable full form

Unshielded Twisted Pair (copper cable)

70
New cards

UTP vs Fibre optic

UTP is cheaper, Fibre optic has higher bandwidth and suffers from less interference

71
New cards

What does a DNS (Domain Name System) consist of?

Multiple Domain Name Servers

72
New cards

DNS resolver servers purpose

To translate a web address to an IP address

73
New cards

Where are websites’ web addresses stored and fetched from

A collection of DNS servers

74
New cards

What is web hosting?

When providers provide a place to host (make your website public) your website

75
New cards

What are the benefits of hosting?

  • 24/7 access

  • Greater security

  • Multiple users

76
New cards

Cloud storage

Servers that store data and programs remotely

77
New cards

Star network

  • Most popular wired network type

  • Central switch

  • All devices connect to the switch

  • Broken cable only affects one device

  • Intelligent switch only routes to desired device

78
New cards

Mesh network

  • Devices connected to other devices

  • If a break occurs, other connections available

  • More costly than star network

79
New cards

Full mesh

  • Every device connected to every other device

  • Very expensive

80
New cards

Partial mesh

  • Multiple connections

  • Compromise solution

81
New cards

Ethernet

  • network standard

  • includes a number of protocols

82
New cards

What does a network frame consist of?

  • Preamble of bits to sync

  • Start frame deliminator for start of frame

  • Source and destination MAC address

  • Actual data

  • CRC - Cyclic Redundancy Check

83
New cards

Wi-Fi advantages

  • Free movement

  • Convient

  • Easy setup

  • Can support large number of users

84
New cards

Problems with Wireless connectivity

  • Slower speed than wired

  • Obstructed signals

  • Less secure than wired

85
New cards

Bluetooth

  • Another wireless standard

  • ideal for connecting personal devices

  • very short range

  • low power consumption

86
New cards

Why do wireless modes of data transmission use encryption

Since they broadcast data, it must be encrypted to be secure against interceptors.

87
New cards

How is the data scrambled?

Scrambling the data using a master key created from the SSID and password

88
New cards

Encryption protocols:

WEP, WPA, WPA2

89
New cards

MAC addresses

  • used to route frames on a LAN

  • Unique to every NIC

90
New cards

IP addresses

  • used to route packets on a WAN as the destination

  • IPv4 and IPv6

91
New cards

IPv4

  • 4 partitions, e.g. 192.168.0.1

  • 0-255

  • Running out of IPv4 addresses

92
New cards

IPv6

  • 128 bits

  • 8 groups separated by colons

  • Uses hexadecimal 0000-ffff

93
New cards

What are standards?

  • set specification for Hardware and Software

  • makes it possible for products and services to be compatible with each other

94
New cards

Why do we need standards?

Without standards we would not be able to

  • successfully

  • communicate or interact

95
New cards

Give 4 standards

  • ASCII/UNICODE

  • IEEE (cables)

  • HTML

  • PDF, TXT, etc.

  • PNG, MP3, WAV, etc.

96
New cards

TCP

  • Transmission Control Protocol

  • Error free transmission between two routers

97
New cards

IP

  • Internet Protocol

  • Routes packets across a WAN

98
New cards

TCP/IP protocol stack

  • protocol stack used to connect a device to the internet

99
New cards

HTTP(S)

  • Hypertext Transfer Protocol (Secure)

  • A client-server method of requesting/delivering HTML web pages

  • HTTPS uses encryption for sensitive data

100
New cards

FTP

  • File Transfer Protocol