Paper 1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Control Unit (CU)

A

¬ executes program instructions by following FDE cycle
- controls data flow inside CPU to registers and outside CPU
- Overall control of CPU

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

Program Counter (PC)

A

holds memory address of the instruction for each cycle

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

cache

A

¬ very fast memory but slower than registers.
- Stores regularly used data to access quickly.
- low capacity but expensive
- which means more cache improves the performance of the CPU
- the bigger the cache size,the more data can be stored closer to the CPU.

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

Memory Address Register (MAR)

A

holds the memory address about to be used by the CPU, which can point to specific data or CPU instructions

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

Memory Data Register (MDR)

A

holds the data or instructions fetched from memory or waiting to be written to memory

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

Arithmetic Logic Unit (ALU)

A

¬ carries out calculations and logical operations.
- contains accumulator which is used to store intermediate results and calculations

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

clock speed

A

¬ the speed which instructions are executed in cycles per second.
- measured in hertz

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

higher rate of clock speed

A

the higher the rate clock speed, the greater the number of instructions that can be carried out per second

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

core

A

-it can independently perform or process all computational tasks.
- more cores = the more instructions it can carry out at once so the faster it can process a batch of data

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

Random Access Memory (RAM)

A

¬ main memory
- volatile (loses data when off)
- more RAM = better performance
- more programs can run at the same time -multitaksing
- stores: applications, GUI, OS

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

Read Only Memory (ROM)

A

¬ CPU reads instructions from ROM
- non-volatile (keeps data when off)
- smaller capacity
- stores: BIOS

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

virtual memory

A

Area of secondary storage used by the OS as extra RAM

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

Fetch-Decode-Execute cycle (fetch)

A

1# copy memory address from PC to MAR
2# copy instructions stored in MAR to MDR
3# increment PC to point to address for next instruction

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

decode

A

the instruction in the MDR is decoded by the CU . The CU may then prepare for the next step

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

execute

A

the instructions is performed this could be load data from memory, write data to memory ,do a calculations or logic operation

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

secondary storage

A

¬ where data is stored when not in use
- non- volatile
- (HDD, SSD)
- read / write speeds much slower than primary storage

17
Q

why secondary storage used

A

Secondary storage is non-volatile , long-term storage. It is used to keep programs and data indefinitely.

18
Q

magnetic storage
advantages and disadvantages

A

Advantages
- LARGE capacity (3TB)
- low cost
- fast read / write time
Disadvantages
- not very portable
- can be damaged

19
Q

Hard Disk Drive (HDD)

A
  • portable HDDs back up and transport large data amounts
  • long lasting (reliable)
  • can be damaged by dropping
    ¬ traditional internal storage for laptops / PCs
20
Q

SSD advantages

A
  • don’t need defragmentation
    -faster
    -more shock- proof
    -don’t make any noise
21
Q

optical discs advantages and disadvantages

A
  • cheap per GB
  • portable
  • robust (can easily be scratched though)
  • slow transfer speed compare to SSD
22
Q

Local Area Network (LAN)

A

¬ covers small geographic area located on a single site
LAN has own infrastructure

23
Q

Wide Area Network (WAN)

A

¬ covers large geographical areas , WAN uses external/shared infrastructure

24
Q

cloud backup storage

A

Advantages
Data Protection: Keeps your data safe from loss.
Accessibility: Access backups from anywhere.
Automatic Backups: No manual effort needed.
Cost-Effective: Reduces need for physical storage.
Scalability: Easily adjust storage as needed.
Quick Recovery: Fast data restoration.

Internet Dependency: Needs a stable connection.
Cost: Ongoing fees can add up.
Security Risks: Potential for data breaches.
Speed: Large backups/restores can be slow.
Limited Control: Less control over data management.
Compliance: Possible issues with sensitive data.

25
Q

what affects wireless network performance

A

-distance from Wireless Access Point (WAP
-physical objects (walls)
- interference from other devices
- weather

26
Q

Wireless Access Point (WAP)

A

allows devices to connect to WAN using WiFi

27
Q

router

A

connects two networks together (LAN and WAN) transmits data between them
* Receive packets
* transmitting packets
Assign IP addresses to nodes/

28
Q

Network Interface Card (NIC)

A

internal piece of hardware that allows a device to connect to a network

29
Q

fibre optic

A

data transmitted as light , fast but expensive. Longer distance = less interference

30
Q

switch

A

connect devices on a LAN. Switches receive data from one device and transmit this data to the device on the network with the correct MAC address

31
Q

virtual network

A

Non-physical network
 A private network that runs on a public/existing network.
make use of software to divide devices on a LAN into smaller groups

32
Q

user access level

A

User access levels
o Prevents accidental changes
o Limits data users can access

33
Q

Anti malware

A

Anti-malware
o Scans for / identifies virus/spyware
o Quarantines/deletes virus/spyware
o Stops the download of virus/spyware

34
Q

software security methods

A

encryption
firewall
Anti malware
user access level

35
Q

examples of utility programs

A

.Compression
* Firewall
* Anti-virus