Computer Systems Flashcards

You may prefer our related Brainscape-certified 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
Q

Number of characters extended ASCII can represent

A

256

26
Q

Number of characters Unicode can represent

A

Up 65,536

27
Q

A way of representing text using 16 bits

A

Unicode

28
Q

What affects the range in Floating Point Representation

A

Exponent

29
Q

The larger the mantissa

A

The more accurate (or precise) the number

30
Q

The larger the exponent

A

The greater range of numbers that can be stored

31
Q

What affects the accuracy in Floating Point Representation

A

Mantissa

32
Q

What would the mantissa be for this denary number 26320

A

0.2632

33
Q

What would the exponent be for this denary number 26320

A

5

34
Q

What would the sign bit be for this binary number 0.0001011

A

0

35
Q

What would the 15 bit mantissa be for this binary number 0.0001011

A

1.011E+14

36
Q

What would the 8 bit exponent be for this binary number 0.0001011

A

11111101

37
Q

Increasing the bit-depth (colour-depth) means

A

More realistic image & larger file size

38
Q

Increasing the resolution of an image means

A

Better quality image & larger file size

39
Q

Two’s compliment equivalent of -67 is

A

10111101

40
Q

The decimal equivalent of 10101111 in two’s complement

A

-81

41
Q

Vector graphics

A

Stores an image as list of objects and their attributes

42
Q

Bit map graphics

A

Stores an image as a 2D grid of pixels

43
Q

Advantages of vector graphics

A

Smaller file size and resolution independent

44
Q

Advantages of bit map graphics

A

Can be edited at pixel level

45
Q

Adding extra detail to a bit map graphic

A

Does not affect the file size

46
Q

Adding extra detail to a vector graphic

A

Increases the file size

47
Q

Intelligent heating system

A

Saves energy and money by sensing when the house is empty, being able to be controlled remotely etc.

48
Q

Intelligent traffic control

A

Traffic lights with sensors r educes emissions by improving traffic flow etc.

49
Q

Intelligent car management

A

Reduces emissions by automatically stopping a car engine when it is stationary etc.

50
Q

Computer Misuse Act

A

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
Q

Tracking Cookie

A

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
Q

Tracking cookie concerns

A

Can contain personal data that could be accessed by a third party without permission

53
Q

Denial of Service attack

A

Cyber attack that involves flooding a web server with a large number of requests

54
Q

Symptoms of a DoS attack

A

Website access is slow or website crashes

55
Q

Effects of a DoS attack

A

Disruption to users and business

56
Q

Costs of a DoS attack

A

Labour fixing fault, lost revenue

57
Q

Reasons for a DoS attack

A

Financial, political or personal

58
Q

Asymmetric encryption

A

Using a public key and a private key to encrypt and decrypt data

59
Q

Public key

A

can be distributed to anyone who wishes to send you a message and is used key to encrypt the data.

60
Q

Private key

A

is known only by you and is used to decrypt data created

61
Q

Digital Signature

A

is a mechanism that is used to verify that a particular digital document or a message is authentic

62
Q

Digital Certificate

A

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