computer systems Flashcards

1
Q

how are floating point numbers stored

A

mantissa and exponent

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

how many bits does extended ASCII use

A

8 bits

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

what are controllable character and printable character

A

controllable = signals that do not appear as printed symbols in the text
printable = letters, numbers and symbols that you see on the screen.

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

how to calculate the space needed to store the message in bits

A

no of letters x 8 bits
to convert into bytes = no of letters x 8 bits / 8

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

how is a bitmap graphic stored

A

in a grid of pixels where each pixel has a colour associated to it

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

how is vector graphic stored

A

in vector graphic image is made up of shapes called objects and each object has a list of attributes

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

registers

A

small amount of temporary memory inside the processor, holds data and instructions while they are being processed

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

arithmetic and logic unit

A

does all calculations and logic/comparisons

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

control unit

A

decodes and executes instructions.
Keeps all of the other parts of the processor in time with its clock

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

main memory

A

divided into memory locations. Each location has a unique memory address. Connected to the processor by address and data buses.

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

processor

A

dos all the thinking of the computer - 3 parts ALU, control unit and registers

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

address bus

A

carries addresses in one direction from processor to main memory

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

data bus

A

carries data and instructions in both directions between memory and processor

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

state the part of the processor that keeps other parts in time using the clock

A

control unit

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

state the bus that carries addresses from the processor to main memory

A

address bus

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

explain how memory is organised in the computer

A

memory is organised into separate locations or addresses and each is unique

17
Q

why are programs translated

A

computer only understands machine code. Before the program can be run, it has to be translated into machine code by an interpreter or a compiler.

18
Q

advantages of interpreter

A
  1. translates a line of code at a time highlighting the errors in the line. therefore being easy to fix errors
  2. you can run the interpreter without leaving the editor
19
Q

advantages of compiler

A
  1. translates code all at once then tells u if theres any errors
  2. saves time as it doesnt need to be translated everytime its been run
  3. takes less memory to run since it doesn’t need to be translated everytime

disadvatage - cant be edited, if selling compiled version wont be able to see orginial or edit original version

20
Q

state which translator type makes it easier to test the code without leaving the editor

A

interpreter

21
Q

explain the role of machine code when writing and running a program you have written

A

communicates the programmes instructions in a way that the computer understands

22
Q

3 ways to save computer energy

A
  1. turn brightness down on monitor
  2. standby/rest mode when not using
  3. set to power down at a certain time of day
  4. excess tabs can be deleted
23
Q

firewalls

A

a software or hardware that restricts access to your network and decides what data is allowed through the connection. protect you against hackers not virus

24
Q

encryption

A

a way to protect data. the encrypt data becomes coded, or unreadable, so that only the intended recipient can understand it.

25
Q

two precautions that can be used to secure data

A

encryption and firewall

26
Q

state which security precaution would be used to protect a network from hackers

A

firewalls

27
Q

Explain how encrypting data can make it secure

A

the data would be unreadable so only the intended recipient can understand it

28
Q

anti virus software

A

scans computer to detect and remove viruses

29
Q

JPEG advantages

A

lossy compression
greater colour depth
compression rate can be changed

30
Q

GIF advantages

A

lossless compression
can change colour depth
animated
transparency

31
Q

why are low-fidelity prototypes used when designing a website

A
  • gives potential end users of the
    finished product an indication of
    how the product will look
  • allows navigation structure to be
    tested
  • confirm the position of page
    objects are acceptable to the user