Autumn term 1 Mr Reid Flashcards

(53 cards)

1
Q

What is measured in Hertz?

A

Clock cycles per second

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

A standard desktop computer has a Gigahertz of…

A

336

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

A one gigahertz processor…

A

executes 1 billion instructions per second

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

What is the technical name for simultaneous processing in multi-core computers?

A

concurrent processing

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

What is threading?

A

process where dif cores work on the same problem by splitting instructions

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

What is cache?

A

very small+fast memory
intermediatry between processor+RAM

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

What is the internet?

A

the physical components that make up a network of networks

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

What is the longest section of the FDE cycle?

A

fetch

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

what happens in the Decode section of the FDE cycle?

A

CU decodes instructions from CR

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

what happens in the Execute section of the FDE cycle?

A

Execute the instruction

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

what happens in the fetch section of the FDE cycle?

A

-PC holds address of next operation
-copy contents of PC to MAR
-Increment PC
-Load instructions/data pointed to by MAR to MDR

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

How is the internet differnet from the WWW?

A

The WWW is the software that runs on the internet, eg websites

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

What is an IP address?

A

A unique address that each computer has in order to communicate.

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

What version of IP addresses are we currently using?

A

Currently we’re using IP v4, which is four sets of 3 digit numbers up to 225)

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

Why are v4 IP addresses “running out”?

A

Many big companies have bought too many addresses but not sold them.

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

What are the four different registers?

A

PC, MAR,MDR,CIR

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

What does PC stand for?

A

Program Counter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
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
19
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
20
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
21
Q

What does ALU stand for?

A

Arithmetic Logic Unit

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

What does ACC stand for?

23
Q

What does the PC do?

A

stores the address of the next instruction

24
Q

What does the MAR do?

A

stores the address of the data/instruction that has been found

25
empty card
ignore it i'll delete it at some point
26
What does the CIR do?
Holds the result of calculations
27
What does the ACC do?
holds the result of calculations from the ALU
28
What does the CU do?
Synchronises the other components. The only component that can decode instructions
29
what does URL stand for?
universal resource locator
30
what does DNS stand for?
Domain name system
31
What does DNS technology do?
translates URLS to IP addresses
32
What is Moore's law?
Every two years, computational power doubles
33
What are the different factors affecting network performance?
Bandwidth, latency, error rate,
34
what does latency mean?
latency is the amount of time a message takes to traverse a system, sometimes measured as the time taken for a data packet to be returned to sender, and sometimes from a to b
35
what does bandwidth mean?
The amount of data that can be transmitted in a fixed amount of time. Usually expressed in bits/bytes per second
36
What is error rate?
The degree of error encountered during a data transmission over a communication of data correction.
37
What is hosting?
network hosts are computers which may offer services, resources + apps to users. to have a website you need a host
38
What is a peer to peer network?
all equal status Each can act as client and server. All request+provide services
39
What is a server network?
network w/ a central server all clients request services from it need additional hardware
40
What do LAN and WAN stand for
Local/Wide Area Network
41
What is a LAN?
A network where computers are connected together over a small geographical ara such as a single building or site. It uses your own infrastructure
42
What is a WAN?
A network where computers are connected over a large geographical area. This could be several buildings/sites, townwide, countywide or even countrywide. Uses other people's infrastructure
43
Give some examples of LANs
School network, home network, network in a shop
44
Give an examples of a WAN
The Internet
45
What is topology?
the network's 'shape'-how computers are connected.
46
What are the advantages of a star topology?
-Each machine can share resources, such as printers, servers, routers, etc. -if one member fails the network still works.
47
What are the disadvantages of a star topology?
extra equipment/cabling is expensieve if the main computer fails, they all fail
48
What are the advantages of a mesh topology?
very quick to set up usually uses wifi technology can add or remove machines with ease great for ad hoc networks usually peer-to-peer
49
What are the disadvantages of a mesh topology?
not very secure more stations, slower network- could crash
50
What is encryption?
a method of scrmabling data to produce data that makes no sebse without access to the key.
51
Why is encryption used?
on an open or public wifi network, data can be intercepted. if encryption is used, intercepted data will have no meaning.
52
What is the difference between encryption and coding?
coding is merely shortening the amount of data, which encryption is making the data unreadable.
53
What is the encryption method used when using a secure site, eg amazon/your bank/etc?
SSL- secure socket layer