Computing Flashcards

1
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
2
Q

What is the purpose of the control unit?

A

Controls the order of execution and timing of instructions

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

What is the purpose of the ALU?

A

Preforms all calculations and carries out logical calculations

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

What is the purpose of the registers?

A

Temporary storage locations within the processor

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

What is addressability?

A

Each memory location is unique and will have a unique address that is used to access it

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

What does the address bus do?

A

Carries the address of the memory location from processor to memory and goes in one direction

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

What does the data bus do?

A

Carries the data to and from memory locations and processor and goes in both directions

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

What are examples of ways to reduce the energy usage of computer system?

A

Use energy efficient monitors, reduce brightness, use stand-by / power saving mode, avoid using screen savers

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

What is the purpose of a firewall?

A

A firewall protects against people trying to hack into your computer

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

How does a firewall work?

A

By packet filtering, by using IP blocking

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

Why is encryption used?

A

Data is encrypted to stop hackers from reading your information

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

What does an interpreter do?

A

Translates and executes a single line at a time, provides error feedback line by line

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

What does a compiler do?

A

Translates the whole code, only needs to be translated once, the program can then be ran at a later time

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

How is a vector graphic stored in a computer?

A

Stored as shapes with attributes that define the shape

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

What is meant by color depth?

A

The number of colors that can be represented in an image

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

How is text stored in a computer?

17
Q

How are decimal/ large number stored in a computer?

A

Stored a floating point representation which has a mantissa and exponent

18
Q

What are some advantages of using a vector graphic?

A

Does not lose quality/become pixellated when zoomed in, less storage required and can separate objects from each other

19
Q

What does RAM and ROM stand for?

A

RAM: Random access memory
ROM: Read-only memory

20
Q

What are some advantages of using a bit mapped graphic?

A

Can edit each individual pixel and have more realistic images

21
Q

What are some examples of control characters?

A

Return, backspace, escape and bell