computer systems Flashcards

(36 cards)

1
Q

how to work out range of values in twos complement

A

-2⁸-¹ to (2⁸-¹)-1

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

twos complement from negative denary

A

find positive number

flip 1’s and 0’s

flip 1’s and 0’s from right most 0

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

twos complement from binary

A

flip 1’s and 0’s

flip 1’s and 0’s from right most 0

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

determining whether exponent positive or negative

A

mantissa decimal moved left = positive

mantissa decimal moved right = negative

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

side of padding of floating point representation

A

sign- 1 bit

mantissa- 15 bit

exponent- 8 bit

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

what does the mantissa determine?

A

dictates precision of a number

more bits allocated, more precise number

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

what does the exponent determine?

A

dictates range of numbers that can be represented

more bits added, bigger the range

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

increased mantissa, decreased exponent means…

A

increased precision

decreased range

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

decreased mantissa, increased exponent means…

A

decreased precision

increased range

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

disadvantage of extended ASCII

A

only 8 bit code meaning maximum of 256 characters can be represented

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

3 advantages of unicode

A

16 bit code per character with maximum of 65,536 characters

first 128 characters of unicode are identical to ASCII, allowing for compatibility

universally accepted by computing platforms

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

disadvantage of unicode

A

uses more storage space per character for non- ASCII characters

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

advantage and disadvantage of bitmapped graphics

A

great for representing realistic images

images become blurred (pixelated) with scaling

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

advantage and disadvantage of vector graphics

A

not blurred by scaling

cant create photo realistic images very well

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

4 factors that can improve performance of computer system

A

number of processors (cores)

width of data bus

cache memory

clock speed

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

how can the number of processors improve performance of a computer system?

A

more cores a processor has, more sets of instructions the processor can receive and process at the same time

17
Q

how can the width of data bus improve performance of a computer system?

A

increasing data bus from 32 to 64 bit means computer can transfer twice as much information in a single operation

18
Q

how can cache memory improve performance of a computer system?

A

more cache memory, the more data that can be stored closer to the CPU, providing faster access time

19
Q

how can clock speed improve performance of a computer system?

A

higher the clock rate, the faster the computer may complete

20
Q

fetch execute cycle
(memory read operation)

A

processor sets up address bus with required address

processor activates READ line on control bus

address on RAM is located and opened, instruction put onto the data bus

instruction then interpreted by decoder and executed

21
Q

fetch execute cycle
(memory write operation)

A

processor sets up address bus with required address

processor activates WRITE line on control bus

address on RAM is located and opened

instruction to be written is loaded onto data bus, sent to the RAM and stored

22
Q

3 ways heating systems are energy efficient

A

remote control settings allows heating to be changed outside the home

adjusts heating depending on room usage

can be adjusted in comparison to weather

23
Q

3 ways traffic control systems reduce effect on environment

A

smart traffic lights

smart motorways

satellite navigation

24
Q

2 car management systems that reduce the effect on the environment

A

start stop systems

engine control units

25
3 acts of the computer misuse act 1990
unauthorised access to computer material unauthorised access with intent to commit a further offence unauthorised modification of programs or data on a computer
26
what are tracking cookies?
small text files that websites store on your device to track your online activity
27
what is a DOS attack?
denial of service attack perpetrated by single attacker disrupt normal functioning of a computer by overwhelming system with a flood of requests or data
28
what is a DDOS attack?
distributed denial of service attack is the same as a DOS attack, yet uses a network of computers to attack a single system much more powerful
29
3 symptoms of a DDOS attack
slow or unresponsive system inability to access services internet disconnection
30
3 effects of a DDOS attack
opportunity for other attacks customers may choose competitor business suffer reputational damage
31
3 types of DDOS attacks
bandwidth consumption- consumes available bandwidth by overloading system with excessive amounts of data resource starvation- exhausts things in system like CPU, memory space etc, resulting in system crashes domain name service- DNS server translates domain names into IP addresses, disrupting the usual translating process
32
3 reasons for a DOS attack
financial political personal
33
what is encryption?
converting data into secret code to keep it secure, using both public and private keys
34
what are public and private keys?
public key is freely shared and used to encrypt data private key kept secret and used to decrypt data
35
what is a digital certificate?
secure electronic document that verifies the authenticity and identity of an entity
36
what is a digital signature?
unique digital stamp that ensures integrity and authenticity of electronic data