computer systems Flashcards

1
Q

translate ,10101101 into denary …

A

173

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

state the mantissa and exponent of , 23454.333 x10^223

A

mantissa =23454.333

exponent= 223

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

what does ,ASCII, stand for ?

A

American Standard Code for Information Interchange.

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

what is the resolution of a picture ?

A

The total number of pixels in an image

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

what is the bit depth of an image ?

A

the number of colours that can be used in an image

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

state the name of all 4 vector graphics

A

rectangle, ellipse,line and polygon

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

state the attributes of a vector graphics

A

fill colour , coordinates ,line colour

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

what is a polygon vector graphic?

A

The polygon object can be any shape that has at least three sides and allows for a wide variety of common shapes to be stored in vector form

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

what is a line vector graphic?

A

The line object allows for the creation of lines.

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

what is a rectangle vector graphic?

A

Rectangle is actually a type of polygon but given the frequency of its use, most vector graphic file formats support a specific rectangle object.

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

what is a ellipse vector graphic?

A

Ellipse objects are like circles but you can alter the radius of the X co-ordinate so that it is a different value to that of the Y co-ordinate. This allows for the creation of oval shapes rather than circles

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

what is the processor in a computer system?

A

The processor is the part of the computer system that handles the instructions used to ensure that hardware and software respond as expected. Processors can handle millions of instructions per second

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

what is the ALU in a computer system?

A

All calculations and logical decisions are handled by the ALU

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

what is the register in a computer system?

A

temporary storage locations within the processor

stores addresses, data or instructions

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

what is the control unit in a computer system?

A

The control unit is responsible for managing the clock, read, write, reset and interrupt lines

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

what is the RAM in a computer system?

A

When a program is running, the data that will be processed by the processor is temporarily stored in RAM. RAM will hold data until it is needed by the processor

17
Q

what is an address bus ?

A

The address bus holds the address in RAM that the processor is accessing. It is uni-directional. This means the address can only be transmitted in one direction - from the processor to main memory (RAM).

18
Q

what is a data bus?

A

The data bus carries data between the processor and the memory. It is bi-directional. This means that it is possible to transfer data both to and from the processor and memory.

19
Q

what is a compiler ?

A

a compiler is a type of translator, this translator changes all coding into binary before executing it to the computer , this process ids faster than an interpreter

20
Q

what is an interpreter

A

an interpreter is a type of translator , this translator changes each line of coding one by one and executes it before translating another line of coding , its slower than a compiler however is more efficient.

21
Q

name at least 3 ways to reduce the energy use of a computer system

A

1.reduce the ‘brightness’ setting as much as possible
2.do not use a screen saver
3.activate efficiency mode if the monitor supports this setting
4.use energy efficient monitors:
often marked with the energy star sticker

22
Q

how do firewalls work?

A

Data is usually split into ‘packets’ before it is sent across a network.

This means that something like an image file is not sent as one single file. The image data is split into lots of different packets that can be reassembled to create the image file once they are received.

Firewalls are used to check data packets as they are sent to or received from a system or network.

23
Q

why do we use firewalls ?

A

Firewalls protect against unauthorized access to a computer system by those who might want to steal data, cause malicious harm or take control of the system.

24
Q

what is encryption?

A

Encryption is a security measure used to try to prevent unauthorized access to data during transmission from one system or network to another.

Encryption is designed to scramble data so that if an unauthorized person or organisation manage to steal data packets, they will be unable to understand the content