LOW LEVEL OPERATIONS Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Digital computers are made up of what?

A

Tiny switches called transistors that can be either on or off.

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

What is two’s complement?

A

twos complement is the system used for representing negative integer values

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

What are the four steps to convert a negative decimal into twos complement?

A

1) Establish the bit length required
2) convert the positive version of the number to binary
3) convert all 0’s to 1’s and all1’s to 0’s
4) Add 1

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

A floating point number takes up more what and requires what?

A

A floating point number takes up more memory and requires more processing power to calculate than a two’s complement number

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

The numbers of bits allocated to the exponent determines what?

A

The range of numbers you can store

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

The number of bits allocated to the mantissa determines what?

A

The accuracy with which they are stored

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

Text can be stored as what?

A

ASCII or Unicode

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

How many characters can both ASCII and Unicode represent?

A
ASCII = 256 characters
Unicode = 65536 characters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a disadvantage of Unicode?

A

One Unicode character takes up more memory than an ASCII code character

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

What is one disadvantage of ASCII?

A

One disadvantage of ASCII code characters is that they are limited to 256 possible symbols

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

What are the two methods for storing graphics?

A

Bitmapped graphics and vector graphics

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

What is a bitmap?

A

A bitmap is a representation of a graphic using a grid of bits to store information about the colour of each pixel in an image

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

What does bit-depth mean?

A

the bit depth of an image refers to the number of bits used to store the colour information for each pixel

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

Colours on a screen can be displayed by mixing what colours and where the overlap they create what other colours?

A

Red, Green, Blue

Overlap Colours = Cyan, Magenta, Yellow and White

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

RGB colour uses how many bits to represent the colour of each pixel?

A

24

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

What does the term resolution mean?

A

The total number of pixels which are used to store the image

17
Q

Why are bitmapped graphics easy to edit?

A

Each individual pixel can be changed from one colour to another.

18
Q

What might happen when a bitmapped image is enlarged?

A

It might become grainy because the resolution cannot be increased by only changing the size of the graphic.

19
Q

How are vector graphics stored?

A

They are stored as a description of shapes.