Computer Systems Flashcards

1
Q

Address Bus

A

Used to identify a memory location to be read from or written to.

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

Arithmetic Logic Unit

A

Part of the processor where calculations and decisions are made.

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

Bi-Directional

A

Transfers in both directions.

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

Control Unit

A

Includes timing/control logic and an instruction decoder. It sends signals to other parts of the computer to direct the fetch and execution of machine instructions.

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

Control bus

A

Separate functions include initiating a read or a write to/from memory

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

Data Bus

A

Used to transfer data to and from the CPU.

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

Fetch-Execute Cycle

A

The memory address of the next instruction is placed on the address bus, read line is activated on the control bus, the instruction is transferred to the processor on the data bus, and instruction is decoded and executed.

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

Read Line

A

A function of the control bus which transfers data from the main memory to the processor

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

Registers

A

Temporary storage areas within the processor

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

Uni-Directional

A

Transfers data in one direction only.

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

Write Line

A

A function of the control bus which transfers data from the process or to main memory

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

Clock

A

A function of the control bus which provides the internal timer to synchronize events between system components.

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

Clock speed

A

Frequency at which a CPU executes instructions, measured in GHz.

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

Multi-core processors

A

More than one processors on the same chip, which gives them the capability of executing separate instructions at the same time

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

Increase data bus width

A

More bits can be transferred in one clock cycle

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

Cache Memory

A

A small amount of SRAM that sits between the processor and RAM in order to speed up data transfer by requiring less fetch-executes

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

Decimal equivalent of 10101010

A

170

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

Binary equivalent of 102

A

1100110

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

Range of positive and negative numbers using 7 bits

A

-64 to 63

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

Range of positive and negative numbers using 9 bits

A

-256 to 255

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

Range of positive numbers using 6 bits

A

0 to 63

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

An advantage of ASCII

A

Less storage required

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

An advantage of Unicode

A

Can represent more characters

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

A way of representing text using 8 bits

A

ASCII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Number of characters extended ASCII can represent
256
26
Number of characters Unicode can represent
Up 65,536
27
A way of representing text using 16 bits
Unicode
28
What affects the range in Floating Point Representation
Exponent
29
The larger the mantissa
The more accurate (or precise) the number
30
The larger the exponent
The greater range of numbers that can be stored
31
What affects the accuracy in Floating Point Representation
Mantissa
32
What would the mantissa be for this denary number 26320
0.2632
33
What would the exponent be for this denary number 26320
5
34
What would the sign bit be for this binary number 0.0001011
0
35
What would the 15 bit mantissa be for this binary number 0.0001011
1.011E+14
36
What would the 8 bit exponent be for this binary number 0.0001011
11111101
37
Increasing the bit-depth (colour-depth) means
More realistic image & larger file size
38
Increasing the resolution of an image means
Better quality image & larger file size
39
Two's compliment equivalent of -67 is
10111101
40
The decimal equivalent of 10101111 in two's complement
-81
41
Vector graphics
Stores an image as list of objects and their attributes
42
Bit map graphics
Stores an image as a 2D grid of pixels
43
Advantages of vector graphics
Smaller file size and resolution independent
44
Advantages of bit map graphics
Can be edited at pixel level
45
Adding extra detail to a bit map graphic
Does not affect the file size
46
Adding extra detail to a vector graphic
Increases the file size
47
Intelligent heating system
Saves energy and money by sensing when the house is empty, being able to be controlled remotely etc.
48
Intelligent traffic control
Traffic lights with sensors r educes emissions by improving traffic flow etc.
49
Intelligent car management
Reduces emissions by automatically stopping a car engine when it is stationary etc.
50
Computer Misuse Act
A law which makes it illegal to: access computer material without permission; access computer material without permission with the intent of committing further offences; modify computer materials without permission
51
Tracking Cookie
Small files saved on your computer that can be used to track your path through a web site, the time you spend there, what links you click, usually for marketing purposes
52
Tracking cookie concerns
Can contain personal data that could be accessed by a third party without permission
53
Denial of Service attack
Cyber attack that involves flooding a web server with a large number of requests
54
Symptoms of a DoS attack
Website access is slow or website crashes
55
Effects of a DoS attack
Disruption to users and business
56
Costs of a DoS attack
Labour fixing fault, lost revenue
57
Reasons for a DoS attack
Financial, political or personal
58
Asymmetric encryption
Using a public key and a private key to encrypt and decrypt data
59
Public key
can be distributed to anyone who wishes to send you a message and is used key to encrypt the data.
60
Private key
is known only by you and is used to decrypt data created
61
Digital Signature
is a mechanism that is used to verify that a particular digital document or a message is authentic
62
Digital Certificate
uses the principles of public key cryptography and it can be used to verify that a particular public key belongs to a certain individual and is issued by a third party