Untitled Deck Flashcards

(93 cards)

1
Q

On a shape what do the handles do?

A

Resize and rotate the shape

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

When referring to shapes, the word ‘stroke’ means?

A

The outline of the shape

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

The order of objects on a canvas is called the?

A

Z Axis

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

If you ‘group’ some objects it is possible to ‘ungroup’ them. True of False?

A

True

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

If you ‘combine’ objects together it is possible to ‘uncombine’ them. True of False?

A

False

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

Which tool below is not a method for combining shapes?

A

Outersection

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

The working area of Inkscape and most graphics software is called the?

A

Canvas or Page

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

The Group Tool can be found in which menu?

A

Object

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

The changing Layer Order tool can be found in the Object Menu. True or False?

A

True

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

A shape in a vector image is created with?

A

Paths

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

Nodes determine the start and end of lines. True or False?

A

True

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

Is it possible to change a shape into a path?

A

Yes

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

Which is not a mode of the Line Tool?

A

Dotted

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

You have selected a few shapes and you have made them one shape. What is this process called?

A

Grouping

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

The inside colour of a shape is called the?

A

Fill

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

The outside perimeter colour of a shape is called the?

A

Stroke

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

I have put some shapes on top of each other. I moved one from the front to the back. By doing this I have changed the?

A

Z order

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

A symbol that is used to represent an organisation or a product. The last sentence defines a?

A

Logo

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

Can be a decoration or pictorial representation of something; for example, a cartoon cat. The last sentence defines a?

A

Illustration

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

A detailed image created with pixels. The last sentence defines a?

A

Raster Graphic

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

A tiny square of colour. The last sentence defines a?

A

Pixel

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

When an object or image is able to be made bigger or smaller. The last sentence defines a?

A

Scalable

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

A simple digital image created using paths. The last sentence defines a?

A

Vector Graphic

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

A NOT Gate has how many inputs?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
An AND Gate has how many inputs?
2
26
An OR Gate has how many inputs?
2
27
1 AND 1 =
1
28
1 AND 0 =
0
29
NOT 1 =
0
30
0 OR 0 =
0
31
The tables used to represent the logic of a circuit are called?
Truth Tables
32
It needs both inputs to be true for the output to be true. Which gate is this?
AND
33
It needs one of inputs to be true for the output to be true. Which gate is this?
OR
34
Makes a false a true. Which gate is this?
NOT
35
A NOR gate is a combination of which gates?
NOT - OR
36
A NAND gate is a combination of which gates?
NOT - AND
37
What gate does this describe? "One or the other but not both"
XOR
38
What gate does this describe? "One or the other and both"
OR
39
The purpose of a truth table is?
To show all the possible outputs for all the possible inputs
40
What reliable method can you use to make sure you have all the possible combinations to start your Truth Table?
Count up using binary columns
41
How many different combinations are there for one input (1 bit)?
2
42
How many different combinations are there with two inputs (2 bits)?
4
43
How many different combinations are there with four inputs (4 bits)?
16
44
What do you count up to to set the initial values for two inputs?
3
45
What do you count up to to set the initial values for four inputs?
15
46
What is the correct binary representation of the denary number 46 ?
0 0 1 0 1 1 1 0
47
What is the correct binary representation of the denary number 102 ?
0 1 1 0 0 1 1 0
48
What is the correct binary representation of the denary number 240 ?
1 1 1 1 0 0 0 0
49
What is the correct denary representation of the binary number 1 0 1 0 1 1 1 0 ?
174
50
What is the correct denary representation of the binary number 1 1 0 1 1 0 1 1 ?
219
51
What is the correct denary representation of the binary number 0 0 0 0 1 1 0 0 ?
12
52
Performing a left shift will make the number bigger. True or False?
True
53
A left shift of 1 place on 0 0 1 1 0 1 0 0 makes it [blank] in denary?
104
54
A right shift of 2 places on 0 0 1 1 1 0 0 0 makes if [blank] in denary?
14
55
The result of 0 0 0 1 1 1 1 1 added to 0 0 1 1 1 1 1 1 is ?
0 1 0 1 1 1 1 0
56
The result of 1 1 0 1 1 1 1 1 added to 0 0 1 1 1 1 0 0 is ?
Overflow Error
57
The character for 11 is?
B
58
F is the character for?
15
59
The highest number that can be represented in two columns of hexadecimal is?
255
60
The highest number that can be represented in eight columns of binary is?
255
61
Convert this hex number AA to denary.
170
62
Convert this denary 102 number to hex.
66
63
Convert this base 16 number AD to binary.
1 0 1 0 1 1 0 1
64
Convert this binary number 1 0 1 0 1 1 0 0 to base 16.
AC
65
Computers understand hexadecimal. True or False?
False
66
Which standard came first?
ASCII
67
How many bits does standard ASCII use?
7
68
How many bits does extended ASCII use?
8
69
How many characters can extended ASCII represent?
256
70
When transferring data, both computers need to use the same character set. True or False?
True
71
The same combination of 1's and 0's can be used to represent a number, letter the colour of a pixel on a screen. True or False?
True
72
Digital images are made up of elements called?
Pixels
73
The more of these elements in an image improves the....?
Resolution
74
Colour depth refers to the.....?
Amount of bits used to represent a picture element
75
The more picture elements you have in an image the.....?
Bigger the file size
76
The bigger the colour depth the.....?
Bigger the file size
77
The number of representations of wave taken at regular intervals is called the?
Sample Rate
78
The number of bits taken per a sample is called the?
Bit Rate
79
If you increase the sample rate you also?
Increase the file size
80
if you increase the Bit resolution you also?
Increase the quality
81
If you increase the bit rate and the sample rate you?
Increase the quality and increase the file size
82
Lossy compression removes quality that can be put back. True or False?
False
83
The number of pixels in a image is called .......?
Resolution
84
If you increase the sample rate of a sound file you make the quality?
Better
85
If you increase the number of pixels in an image you.
Increase the file size
86
Colour depth refers to?
The number of colours that can represent a pixel
87
We compress files so they cannot be read. True or False?
False
88
You can't use lossless compression on data that contains words as you will lose some of the words. True or False?
False
89
Run Length Encoding is a form of lossy compression? True or False
False
90
Lossless compression permanently loses data that cannot be put back to make the file as the original? True or False?
False
91
PDF is a lossless compression standard. True or False?
True
92
Which standard below uses lossless compression?
Gif
93