Past Paper 2022/23 Flashcards

1
Q

What does EB stand for?

A

One Exabyte

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

What does a typical motherboard contain?

A

CPU, Connectors for Peripheral devices, Storage, Memory, Fans, Battery, Processor Socket

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

What are the 3 types of bus?

A

Control, Address, Data

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

3 examples of volatile memory

A

Registers, RAM, Cache

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

What is commonly included on a processor die?

A

Display processor, Cache, Cores

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

3 examples of a peripheral device

A

Mouse, Keyboard, Printer

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

Advantages of Flash Storage

A

Speed, Portability, Reliability, Efficiency, Drive performance, Durability

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

Disadvantages of Flash Storage

A

Cost, Effectiveness, Physical damages, Lifetime, Editing, Capacity

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

PCI Express is commonly used for

A

Graphics card and Solid State Storage

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

What is typically used for internal connections?

A

Serial ATA and PCIe

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

What is not a key operating system feature?

A

Network Scheduling

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

What specialised software does the Device Management OS feature interact with?

A

Device Driver

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

What does Scheduling do in the Operating Systems?

A

Managing what processes cores are running

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

The BIOS is an example of

A

Firmware

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

What is the most common type of consumer user interface?

A

Graphical

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

List the types of networks in ascending order?

A

LAN, MAN, WAN, GAN

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

A star topology network usually

A

Uses a switch to send data only to a destination and is suitable for home networks

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

Which is the usual protocol for wireless networks?

A

CSMA/CA

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

What are the most common network media for home networks?

A

WLAN and Cat5e/Cat6

20
Q

In most networks, an IP address is assigned automatically, what device or software does this?

A

DHCP Server

21
Q

What hardware may be used to extend a single network outside its physical range?

22
Q

What is a distributed system?

A

A system that runs across multiple machines

23
Q

What kind of network is the Internet?

24
Q

Which connection type has the highest real world speed?

A

Fibre-optic

25
Which 2 protocols form a part of the Transport Layer?
TCP and UDP
26
What does HTML stand for?
Hyper Text Markup Language
27
What language do most websites use?
CSS
28
4 types of Malware
Trojan, Virus, Spyware, Worm
29
The Distributed Denial of Service Attacks....
Can disable websites or other online services and are usually launched through a botnet
30
An antivirus system is effective against...
Viruses and other malwares
31
In a database of cars, a Record refers to....
All the data on one car
32
What languages are used with SQL?
Data Query Language (DQL), Data Manipulation Language (DML), Data Definition Language (DDL), Data Control Language (DCL)
33
Which data type is used for entering Text?
String
34
What are advantages of a relational databases?
They help prevent data duplication and are easier to get complicated data subsets
35
Large datasets about people are often desired by companies for...
Targeted Advertising and Recruitment
36
Examples of 3rd generation languages
Java, C++, Basic, Pascal, Fortran
37
What are flowcharts used for in algorithm design?
Visualising how a program works and Demonstrating to stakeholders
38
What are the 2 types of iteration?
Loop and Recursion
39
What is the name for the process of turning high level code into machine code
Translation
40
What are the differences between a Tier 1 and Access ISP?
There's only a small number of T1, it connects directly to internet backbone and usually deals with other ISPs. Access connects to end users and businesses and it uses standard home delivery connections
41
Benefits on virtual memory
More active programs, prevents errors from lack of memory, Faster than restarting applications
42
Drawbacks of virtual memory
Slower than memory, Poor memory management creates large delays, Wear on storage drives
43
What is the role of ICANN?
Handing out IP address blocks, Domain name registration, Managing Top Level Domains
44
Give 3 types of attacks, what defences are effective at preventing them?
Malware and Antivirus. Phishing and Firewall. Hacking and Proxy Server.
45
In OOP, what's the difference between a Class and an Object? How does inheritance affect this?
Class is a template and an Object is an instance of that class. An object will include all the method and features the class inherited.
46
Explain the Hidden Terminals problem in CSMA/CA
One terminal can see some but not all other terminals. It indicates and begins to transmit data. Another terminal that cannot see it does the same thing. Terminals which can see both receive incoherent data.
47
Explain the Fetch-Execute Cycle
Fetch: Retrieves the instruction from Memory Decode: Instruction is decoded and stored in instruction register Execute: Performed by the ALU, using relevant register Program Counter usage