Paper 2 Flashcards

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

Peer to Peer

A

Each computer has equal status
- can act as both a client and a server
Resources stored on or shared from any computer
No centralised management of security
- security can be managed individually on a computer
Same resources can be made available or shared from multiple computers
Hardware and software on computers are general purpose

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

Parallel Data Transmission

A

Multiple bits transferred simultaneously
Each simultaneous bit send down a different wire

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

Advantage of Serial Transmission rather than Parrallel

A

Hardware required is cheaper
Serial Transmission does not suffer from cross talk
Does not suffer from data skewing

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

Purpose of Start bit

A

Start receiver clock ticking
Synchronise clock in receiver to the transmitting one

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

Purpose of Stop bit

A

Provides time for receiver to process the recieved data
Allows for next start bit to be recognised

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

System Software

A

Software used in the management of a computer system
Software that provides a platform for other software to use

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

Functions of an OS

A

Hide Complexities from the user
Handle interrupts - calls interrupt handler
Allocate processes - decide which processes to carry out when
Allocate memory/ RAM to processes - only allow for writing to allocated memory
Allocate I/O devices to processes
Manage power consumption

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

Floating Point Numbers- why normalised form ?

A

Maximise Precision in a given number of bits
Unique representation of each value

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

Absolute Error

A

Actual Error - Closest Représentable

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

Relative Error

A

(Absolute Error / Closest Representable) X100

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

Why assembly language over high level

A

Execute quicker
Less memory once translated
Programmer have complete control over machine code once translated

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

RFID

A

Tag contain transmission circuitry and data
Memory on tag to store data
RFID reader transmits / sends signal
Signal activates / induces current in RFID tag
Tag transmits via Radio wave
Reader converts wave into binary

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

Relationship between Assembky language instruction and machine code instruction

A

1 to 1 mapping
Assembly language instruction translates into machine code instruction

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

Advantage of using MIDI

A

more compact representation
Easy to modify
Simple methods to compose algorithmetically
Musical score can be generated directly from MIDI file
No data lost through sampling

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

Client Server

A

1 or more computers nominated as server
Client access resources from server
- resources stored on server
Centralised management of security
- must login
Resources cannot be accessed if server turned off
Hardware and Software can be optimised for providing services

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

DNS

A

Translates Fully Qualified Domain Named (FQDN) into IP addresses
DNS store database containing FQDN and IP address
- organised in a hierarchy
- distributed database of mappings

Individual mappings sometimes only known to 1 DNS , If one DNS cannot resolve lookup, query is passed onto next DNS.

17
Q

Convert from Binary to Hex

A

Split data into nibbles
Convert these nibbles into hex values

18
Q

Why is Hex used in preference to Binary

A

More compact when displayed
- can be displayed with fewer digits
Low likelihood of error when typing data
Saves programmer time when writing data