GCSE key terms Flashcards

1
Q

What does the ALU stand for?

A

Arithmetic Logic Unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the ALU do?

A

The part of the CPU where data is processed.
This is normally arithmetic operations/logical comparisons so a program can make decisions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what does the CU do?

A

manages execution of instructions.
Fs, Ds and Es instructions by sending control signals to other components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is a register?

A

tiny, fast memory in cpu,
designed for a specific purpose
temporarily stores 1 piece of data/control info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what does the PC do?

A

Holds the address of the next instruction to be executed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is the ACC?

A

register in the ALU
holds data currently being processed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does PC stand for?

A

Program Counter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does ACC stand for?

A

Accumulator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the MAR contain?

A

the address of the memory location in use.

in fetch it’s the instruction being loaded
in excecute it’s the address of the data being used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the memory data register (MDR) do?

A

holds the data/instruction ready for transfer to or from memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the CIR?

A

A register in the CU that stores the address of the instruction currently being executed and decoded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does MAR stand for?

A

Memory Address Register

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does MDR stand for?

A

Memory Data Register

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does CIR stand for?

A

Current Instruction Register

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a bus?

A

A common physical pathway, a wire, shared by signals to and from several components of a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a data bus?

A

The part of a bus that carries data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is an address bus?

A

The part of a bus that
carries identification about where the data’s being sent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is a control bus?

A

A bus that carries command and control signals to and from every component of a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the Fetch-Decode-Execute cycle?

A

The complete process of recieving an instruction from store, decoding it and carrying it out

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the instruction cycle?

A

Another name for the FDE cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the CPU?

A

The central processing unit: the main part of the computer that consists of registers, ALU and control unit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is clock speed?

A

the frequency at which the internal clock generates pulse. higher clock speed, faster computer.
the clock is the component that synchronises other components by generating regular pulses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is clock speed measured in?

A

Hertz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What are cores?

A

A part of a multi-core processor (single components with at least independant CPUs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

What is Von Neumann architecture?

A

Traditional computer architecture where one CU manages program control flow following a linear sequence of FDE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

what are embedded systems?

A

A small computer-hard and software- part of a larger device
allows users to interact w/ the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Give some examples of embedded systems

A

Central heating systems, dishwashers, washing machines, engine management systems in cars

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What is RAM?

A

fast, volatile main memory.
When used as main memory, RAM typically can be thought of as containing the OS, programs in use, and data used by those programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

What does RAM stand for?

A

Random Access Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

What are the contents of RAM?

A

The OS
current instructions / data
any open files / software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

What is ROM?

A

Memory where the contents can be read but not changed.
Software is fixed during manufacturing.
Typically holds system boot up instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

Can ROM be written to?

A

No, but more modern versions- *(PROM, EPROM and EAROM) *can

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

What does ROM stand for?

A

Read Only Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

What is stored in the ROM?

A

POST and BIOS (power on self test and basic input output system)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

What is virtual memory?

A

where part of secondary storage is allocated to be used as if it were main memory when RAM is full.
very slow, so the software will attempt to use RAM if possible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

What is Flash Memory?

A

A type of very fast-access non-volatile memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

What does POST stand for, and what does it do?

A

Power On Self Test- detirmines if all components are connected and running correctly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

What does BIOS stand for?

A

Basic Input and Output System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What does volatile mean?

A

Memory that loses its contents when the computer is turned off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

What is a bootstrap loader?

A

first program loaded to RAM when the device turns on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

What does speed refer to? (storage)

A

The relative speed at which data can be accessed by each type of device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

What is magnetic storage?

A

Uses surfaces coated with a layer of magnetic material
data stored by setting arrangement of the mag. material.
done by electromagnetic r/wr heads

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

What is flash storage?

A

A collection of memory chips controlled by their own software to make the chips act like a hard drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

What is optical storage?

A

Storage medium that uses plastic discs on which data is stored in pits and lans/falls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

What is a lan? (not LAN)

A

A “bump” in optical storage, as opposed to a pit. also called a fall

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

What is capacity?

A

The amount of data a device can store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

What is capacity measured in?

A

Bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

What is robustness?

A

The amount of physical damage a device can take before it breaks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

How do you measure how expensieve a storage device is?

A

In cost per gigabit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

What do you call the way to compare how much physical damage a device can take?

A

robustness

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

What is a sector?

A

A subdivision of the magnetic disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

What is a platter?

A

A circular disk on which magnetic data is stored. They spin quickly so the read head can recieve the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

What is a track?

A

a circular path on the surface of the disk where data is stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

what is speed(referring to different storage devices)

A

the relative access speed of each device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

What are the different ways of measuring the effectiveness of different storage devices?

A

Capacity, durability, robustenss, speed, cost per gigabit, portability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

What does HDD stand for?

A

Hard Disk Drive (magnetic)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

What does SSD stand for?

A

Solid State Drive , uses flash memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q

What is an SD card?

A

Small, portable devices that use flash memory to store data, used in phones, cameras, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q

What is a data pen/stick?

A

A small device that uses flash memory to store data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q

What type of memory do data sticks use?

A

flash memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

What does DVD stand for?

A

Digital Versatile Disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
62
Q

What type of storage is a DVD?

A

optical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
63
Q

What does CD stand for?

A

Compact Disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
64
Q

What type of storage do CDs use?

A

optical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
65
Q

what type of storage do blu-rays use?

A

optical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
66
Q

what is a bit?

A

a single unit of data; a 1 or a 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
67
Q

what is a byte?

A

8 bits of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
68
Q

what is a nibble?

A

4 bits of data, or half a byte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
69
Q

how many bytes are there in a kilobyte?

A

1,000 or 10 ^3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
70
Q

how many bytes are there in a terabyte?

A

1,000,000,000,000 or 10^12

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
71
Q

how many bytes are there in a gigabyte?

A

1,000,000,000 or 10^9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
72
Q

how many bytes are there in a petabyte?

A

1,000,000,000,000,000 or 10^15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
73
Q

how many bytes are there in a megabyte?

A

1,000,000 or 10^6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
74
Q

what is the order of the standard form prefixes, going up in 10^3s?

A

kilo,mega,giga,tera,peta

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
75
Q

what is a number base?

A

the positional number system
using unique digits to display quantities,
digits are resused and their position represents higher or lower values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
76
Q

what is denary?

A

base 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
77
Q

what is binary?

A

base 2- 0 and 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
78
Q

what is hexadecimal?

A

base 16, uses denary and A,B,C,D,E to represent 10-15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
79
Q

what is a left shift?

A

By shifting a binary number to the left and placing a zero in the least significant column. this doubles the number (as a left shift in denary would multiply the number by 10)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
80
Q

what is a right shift?

A

the reverse process of a left shift, divides the number by 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
81
Q

what is a character set?

A

the collection of letters, symbols and digits that a computer can represent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
82
Q

what does ASCII stand for?

A

American Standard for Information Interchange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
83
Q

How many bits does ASCII use?

A

7/8 (uses 7, stored as 8)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
84
Q

What is an uppercase A in ASCII?

A

65

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
85
Q

What is a lowercase a in ASCII?

A

97

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
86
Q

What does pixel stand for?

A

Picture Element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
87
Q

What is metadata?

A

the information at the beginning of a file, usually the length and height, colour depth, type of file, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
88
Q

what is colour depth?

A

the number of colours used in an image
(3 bit = 2^3 = 8 colours)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
89
Q

how many colours would you get in 6 bit colour depth?

A

2^6 or 64 colours

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
90
Q

What is resolution?

A

the number of dots per inch used in the image file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
91
Q

what is sampling rate?

A

how many times the computer records the amplitude of the sound per second, eg X times per second

92
Q

what is sampling?

A

a computer records the amplitude of a sound at certain intervals and stored as binary
(Frequency is taken from the amplitude)

93
Q

What is bit depth?

A

The number of bits avaible for each sample (again, 3 bit = 2x2x2 =2^3 = 8 values)

94
Q

what does analogue mean?

A

a value that can take any value between an upper and lower limit

95
Q

what does digital mean? (referring to storage)

A

Values that have to stick to certain numbers

96
Q

what does compression mean?

A

reducing file size

97
Q

what does lossy mean?

A

reducing the file size with permenant loss of data

98
Q

what does lossless mean?

A

reducing a file size without losing any data

99
Q

what is a dictionary file?

A

used to store common words/phrases from the compressed file (eg the “i have a dream” example mr white showed us)

100
Q

what is run length?

A

a technique used to find repeated data and code it

101
Q

what is a LAN?

A

A Local Area Network- two or more connected computers in one geographical site, using owned infrastructure

102
Q

what is a WAN?

A

A Wide Area Network- two or more connected computers, on more than one geographical site and using someone else’s infrastructure, eg phone lines

103
Q

what is latency?

A

how long data takes to reach its destination

104
Q

what is error rate?

A

how many transmission errors occur in a set amount of time

105
Q

what is bandwidth?

A

the rate at which data can be trasnmitted in a network, measured in Gigabytes per second

106
Q

what does peer-to-peer mean?

A

a network where all devices have equal status

107
Q

what does client-server mean?

A

a type of network in which one computer, the server, has overall control

108
Q

what do “peer to peer” and “client-server” refer to?

A

networks

109
Q

What is a wireless access point?

A

Also called a wireless router,
sends/recieves WiFi transmissions from devices & the network

110
Q

what is a router?

A

connects a network to the interne
by sending/receving data packets
to/from other routers on other networks
using IP addresses.

111
Q

What is a switch?

A

device that sends data packets to/from their destination on a network using MAC addresses

112
Q

What is a hub?

A

Broadcasts data to all other devices connected to the hub

113
Q

What is a domain name server?

A

the set of servers containing all URLs and corresponding IPs,
so users can type URLs and find the target computer w/ the website

114
Q

What is transmission media?

A

the physical connection between devices- copper wire, wifi, fibre optic

115
Q

what does wifi stand for?

A

Wireless Fidelity

116
Q

what does DNS stand for?

A

Domain Name Server

117
Q

what is hosting?

A

allowing a website space on a computer and remote users to access that data

118
Q

what is the Cloud?

A

a collection of computers you can rent space on, usually in a server farm

119
Q

what is a virtual network?

A

a sub-network using the same infrastructure but reserved for a few members

120
Q

What is a network interface card?

A

A device that provides a device with a MAC address so it can connect to a network

121
Q

What is an ethernet cable?

A

copper wire, also called a twisted pair

122
Q

What does IaaS stand for?

A

Infrastructure as a Service

123
Q

What does SaaS stand for?

A

Software as a Service

124
Q

What is infrastructure as a service?

A

providing hardware resources for rent
eg HDD space

125
Q

what is software as a service?

A

providing applications for users to use online, eg onedrive

126
Q

what is the internet?

A

A collection of devices networked together to provide the network of networks

127
Q

what does WWW stand for?

A

World Wide Web

128
Q

what is the world wide web?

A

the web pages that sit upon the internet and can be accessed by remote users

129
Q

What is an IP address?

A

the address that identifies a computer on a network

if the network is the internet, the address is unique in the world.
if the network is behind a router, it is unique in that network

130
Q

what does URL stand for?

A

Universal Resource Locator

131
Q

What is a url?

A

the web address of a webpage, eg ecosia.org

132
Q

What is an MAC address?

A

a unique identifier for a machine connecting to a network
built into the hardware and can’t be changed.

each manufacturer is assigned a group of MAC addresses to be used for their devices.
they come in the form of 1A:7C:2F:3A:9B:12

133
Q

what does MAC stand for?

A

media access control

134
Q

what does SID stand for?

A

Service Set Identifier

135
Q

what is an SID?

A

uniquely identifies a wireless LAN- usually you need a password to connect to WiFi

136
Q

what does wired mean?

A

devices connected with copper/optic cables

137
Q

what does wireless mean?

A

devices connected via electromagnetic signals

138
Q

what type of waves does wifi use?

A

microwaves

139
Q

how does bluetooth work and what type of wave does it use?

A

transmits/recieves data using radiowaves

140
Q

What is encryption?

A

disguising data so it can only be read with the key

141
Q

what is an IP address?

A

a number assigned to a device by a network so it can connected to a network
each IP address on a network is unique, and computers can have different IP addresses on different networks

142
Q

what are standards?

A

rules set out so computers can communicate

143
Q

what does IP stand for?

A

Internet Protocol Address

144
Q

What is TCP/IP?

A

a set of protocols that allow for communication on the internet

145
Q

what is https?

A

encrypted transmission of webpages
(hypertext transfer protocol secure)

146
Q

what is http?

A

hypertext transfer protocol- used for transmitting and recieving webpages

147
Q

what is FTP?

A

file transfer protocol- for transmitting large files across computers

148
Q

what is POP?

A

post office protocol- takes a copy of emails from the webserver and deletes any files on the webserver

149
Q

what is IMAP?

A

creates a copy of emails on the webserver on the local machine
(internet message access protocol)

150
Q

what is SMTP?

A

simple mail transfer protocol-
used to send emails

151
Q

What are layers?

A

Using protocols in layers so they can be replaced/edited without affecting other layers

152
Q

what is malware?

A

hostile or intrusive software that may change, monitor or delete data without permission

153
Q

what is phishing?

A

a technique used to try and gather personal details under false pretences,
a form of social engineering

154
Q

What is social engineering?

A

using hmuan weakness or gullibility to obtain data

155
Q

what is shoulder surfing?

A

(literally) looking over someone’s shoulder as they read their password

156
Q

what are brute force attacks?

A

trying every possible combination to work out a password

157
Q

what is a DDOS attack?

A

Intentionally paralysing a network by flooding it with many individual users’ data

158
Q

what is data interception?

A

stealing data from an organisation

159
Q

what is an SQL injection?

A

uses structured query language, *written at the end of a URL, *to change the state of a database

160
Q

what is a virus?

A

software designed to harm data or a computer, can usually replicate itself

161
Q

what is a worm?

A

malware that can replicate without being part of another piece of software

162
Q

what is a zombie?

A

software that allows someone to remotely use a computer without permission

163
Q

what do keyloggers do?

A

record the keys pressed on a computer and send them back to the owner to try and learn a password/account details

164
Q

what is ransomware?

A

encrypts the data on a computer and charges a fee for the key

165
Q

what is a trojan?

A

malware that disguises itself as another type of software, for instance a musical file

166
Q

what is eavesdropping?

A

intercepting data packets

167
Q

what is a network policy?

A

rules an organisation creates to govern how people use their system, usually there is an Acceptable Use Policy

168
Q

What is network forensics?

A

using audit trails to find wrongdoing on a network

168
Q

What is penetration testing?

A

Asking white hat hackers to try access your network “without” permission to try to find vulnerabilities

169
Q

what is anti-malware software?

A

software that looks for malware
can warn about/disable
software/files identified as dangerous

170
Q

what is a password?

A

a way of restricting access to a system with usernames and an associated code

171
Q

what are firewalls?

A

a combination of soft and hardware that inspect packets as they leave/enter a computer to prevent unauthorised access

172
Q

what are user access levels do?

A

determine the rights a user has on a computer/network,
usually:read only, r/wr, full and administrative access

173
Q

what is encryption?

A

a method of disguising data so it can only be read with the key

174
Q

what are white hat hackers?

A

Hackers that access a system with permission to help with it security

175
Q

What are black hat hackers?

A

hackers that access systems without permission

176
Q

what are grey hat hackers?

A

Hackers who find vulnerabilities in an organisation’s system without permission to report to them

177
Q

What is black box testing?

A

asking someone to test a system’s vulnerabilities knowing no more info than a hacker would

178
Q

What is white box testing?

A

To ask someone to test a system’s vulnerabilities, giving themthe information an insider might have

179
Q

what is ethical hacking?

A

Hackers put their expertise into finding vulnerabilities in an organisation’s system without permission to report it to the organisation

180
Q

what are audit trails?

A

A log of activity on a network

181
Q

what is a proxy server?

A

acts as an intermediatry between web browser and internet, blocking or allowing data packets

182
Q

what does an OS do?

A

manages the general running of a computer,
so a user can interact w/ it

183
Q

what is a user interface?

A

provides a method for the computer & user to share information

184
Q

what is memory management?

A

the OS manages how much memory is being used by any running process

185
Q

what is multitasking?

A

a computer’s ability to run several processes simultanesouly or to simulate concurrent processing

186
Q

what is a peripheral?

A

a device that is plugged into a computer, eg printer

187
Q

what are drivers?

A

software that allows computers to run and interact with a peripheral device

188
Q

what is user management?

A

the allocation of usernames, files and permissions for the user

189
Q

what is file management?

A

the control of
names,
structure
and permissions
allowed on files

190
Q

what is a buffer?

A

a system of transferring & temporarily storing data
when fast and slow devices communicate

191
Q

what are access rights?

A

the type of access that a user has to data, usually read only, read and write or full control

192
Q

what is file structure?

A

the way in which files are linked to each other?

193
Q

what is a kernel?

A

the program at the core of the computer
allows the OS full control

194
Q

what is a platform?

A

the combination of OS and hardware that allows the computer to run apps

195
Q

what is utility software?

A

used to analyse, manage, configure and maintain a computer system

196
Q

what is encryption software?

A

software that encrypts data so it can only be read with the key

197
Q

What does defragmentation software do?

A

organises data on an HDD so it’s contiguous

198
Q

what is compression?

A

reducing file size

199
Q

What are ethics?

A

the moral code agreed by an organisation

200
Q

what is legislation?

A

the legal framework

201
Q

what is privacy?

A

keeping one’s data / actions to oneself

202
Q

what is the data protection act/DPA?

A

protects people from unreasonable use of their personal data

203
Q

When was the DPA?

A

1998

204
Q

What are the three levels of the CMA?

A

-Access without permission
-access without permission with intent to change
-access and change without permission

205
Q

What is the CMA?

A

defines electronic vandalism,
unathorised access to computer systems
&information theft

206
Q

What is the CDPA?

A

Legislation to give creators the right to control how their artistic works are used

207
Q

What does CDPA stand for?

A

Copyright Design and Patents Act

208
Q

What does RIPA stand for?

A

The Regulation of Investigatory Powers Acts

209
Q

When was the CMA?

A

1990

210
Q

When was the CDPA?

A

1988

211
Q

When was the RIPA?

A

2000

212
Q

What is the RIPA?

A

Legislation to regulate the powers of public bodies to carry out surveillance/investigation
covers interception of communications

213
Q

give some examples of ethical issues surrounding computing

A

losing jobs to automation
unequal IT access (digital divide)
invasion of privacy
irresponsible internet content

214
Q

give some examples of legal issues surrounding computing

A

digital content ownership and copyright
different laws in different countries
(crime may be comitted in a certain country but the people may be physically living in another country) hacking
piracy

215
Q

give some examples of environmental issues surrounding computing

A

manufacturers use fossil fuels,
non-renewable resources eg gold,
data centers use 2% of global energy,
computers contain hazardous materials which are shipped to other countries for disposal

216
Q

give some examples of cultural issues surrounding computing

A

censorship to provide political unrest and preserve culture,
a country’s geography/economy affects access network/power access
increased mobile technology impacts communication,
cyberbullying

217
Q

what does open source mean?

A

Software that users can modify/distribute
support provided by the community.
users have access to source code
may not be fully tested

218
Q

what does proprietary mean?

A

users can’t modify the software
copyright protected, usually paid for
licensed per user/computer
users can’t access source code
fully tested&supported by devs

219
Q

what is computational thinking?

A

the thought processes involved in formulating a problem and expressing its solutions in a way that a computer- human or machine- can carry them out

220
Q

what word do you use when describing whether files are next to each other (related to defragmentation)

A

contiguous

221
Q

what are the words for encrypted/non encrypted text

A

cipher/plain text

222
Q

What is the first network layer?

A

passes data as electrical signals over the physical network

223
Q

What is the second network layer?

A

Involves making connections between networks and directing data

224
Q

What is the third network layer?

A

Involves splitting data into packets and checking data is sent (tcp is an example of this)

225
Q

What is the fourth network layer?

A

turns data into apps / websites and vice-versa

226
Q

What is Transmission Control Protocol?

A

Sets rules for how devices connect on the network.
Splits data into packets+reassembles them.
Checks data is sent+delivered