Computer Systems Flashcards

1
Q

What is the range of numbers of 8 bit

A

-128 to 127

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

What is the range of numbers of 12 bits

A

-2048 to 2047

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

What is the range of numbers of 16 bits

A

-32768 to 32767

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

How many characters can ASCII represent

A

256

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

How many bits does a character have in ASCII

A

8

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

How many characters can Unicode represent

A

65336

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

How many bits does a character have in Unicode

A

16

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

What is an advantage and disadvantage of using ASCII

A

Uses up less space but can only represent english alphabet

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

What is an advantage and disadvantage of using Unicode

A

Can represent more symbols and letters but uses up more space

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

How are things stored in bitmap graphics

A

As a grid of pixels, they are resolution dependant meaning if resized it will become blurry and the quality will go down

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

What is bitdepth

A

The amount of bits in a pixel which determines the colour

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

How are things stored in Vector graphics

A

Stores the object attributes of shapes, resolution independant meaning if resized the quality will the stay the same

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

What are the advantages and disadvantages of using Bitmap

A

More realistic images and can be edited in fine detail
Take up more storage space and are resolution dependant meaning if they are resized the image will become pixelated

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

What are the advantages and disadvantages of using Vector

A

They are resolution independant meaning they will not become pixelated when resized
You can change the order of them so positioning objects behind each other
They are not suitable for storing realistic photographic images

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

What are the 3 types of buses

A

address bus
data bus
control bus

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

What does the address bus do

A

Carries address info from processor to main memory
Uni-directional

17
Q

What does the data bus do

A

Carries data to and from the processor
Bi-directional

18
Q

What is the fetch execute cycle

A

The processor sets up the address bus with the required address.
The processor activates the read line on the control bus
An instruction is fetched from the memory location using the data bus and stored in the memory data register
The instruction in the instruction register is then translated and executed

19
Q

How could you increase system performance

A

Increase clock speed
Increase amount of cores
Increase data bus width
Increase cache

20
Q

How can intelligent systems reduce environment impact in heating systems

A

Use sensors to detect if people in room and turn on when motion detected
Learn from previous days, time the heating should turn on
use smartphone apps to turn on/off

21
Q

How can intelligent systems reduce environment impact in traffic systems

A

satnav can be used to guide people away from congestion to stop constant stopping and starting which burns fuel

22
Q

How can intelligent systems reduce environment impact in car management systems

A

Intelligent sys control engine, turn off when not moving and back on when you stop braking
Sensors optimise engine performance by controlling air to fuel ratio

23
Q

What are the symptoms, effects and motives of a DOS attack

A

Can’t access site, the system is very slow
Actual users can’t access to their accounts or info they need on the site
Personal - attacker may have been fired by company
Political - may be state sponsored
Financial - attacker may want ransom money

24
Q

What is encryption

A

Encryption encodes data making it scrambled and unintelligible
Data is encrypted with Public Key and Decrypted with Private Key

25
Q

What is a digital signature

A

Code attached to message that identifies sender, it authenticates the sender, ensures data that has been sent isn’t altered

26
Q

What is a digital certificate

A

Package of info that identifies user, includes user’s name, email, country and name of organisation that issued certificate and Public Key
Certificate acts as a middle man, both users trust and confirms identity of users
When sender sends data, they send certificate, receiver can check certificate that sender is legit