IT Year 8 Assessment Flashcards

Boolean Logic, Data Representation (e.g pixels, compression and sound) and creating inkscape graphics (78 cards)

1
Q

What is Boolean logic?

A

Boolean logic is a form of algebra that uses true or false values to create logical statements.

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

True or False: In Boolean logic, the values can only be true or false.

A

True

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

What are the basic operations in Boolean logic?

A

The basic operations are AND, OR, and NOT.

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

Fill in the blank: The result of an AND operation is true only if both inputs are ______.

A

true

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

What does the OR operation do in Boolean logic?

A

The OR operation returns true if at least one of the inputs is true.

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

What is a pixel?

A

A pixel is the smallest unit of a digital image or display that can be displayed or manipulated.

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

True or False: A pixel can represent multiple colors.

A

True

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

What is the purpose of data compression?

A

Data compression reduces the size of a file to save storage space or transmission time.

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

What does JPEG stand for?

A

JPEG stands for Joint Photographic Experts Group.

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

Fill in the blank: JPEG is a commonly used method of ______ compression.

A

lossy

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

What is the main advantage of JPEG compression?

A

The main advantage is that it significantly reduces file size while maintaining acceptable image quality.

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

True or False: Inkscape is a vector graphics editor.

A

True

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

What does vector graphics use to represent images?

A

Vector graphics use mathematical equations to represent shapes and lines.

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

What is the primary file format used by Inkscape?

A

The primary file format used by Inkscape is SVG (Scalable Vector Graphics).

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

Fill in the blank: In Inkscape, you can create graphics by combining ______ and shapes.

A

paths

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

What does the term ‘resolution’ refer to in digital images?

A

Resolution refers to the amount of detail an image holds, typically measured in pixels per inch (PPI).

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

True or False: Higher resolution images have more detail than lower resolution images.

A

True

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

What is the difference between lossy and lossless compression?

A

Lossy compression reduces file size by removing some data, while lossless compression reduces size without losing any data.

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

What is a bitmap?

A

A bitmap is a type of image file that represents a picture as a grid of colored pixels.

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

Fill in the blank: The process of converting an image into a digital format involves ______.

A

sampling

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

What is a raster graphic?

A

A raster graphic is an image composed of pixels, which can lose quality if resized.

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

True or False: Vector graphics can be scaled infinitely without losing quality.

A

True

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

What is the primary use of the AND operation in Boolean logic?

A

The AND operation is used to determine if multiple conditions are true simultaneously.

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

What is the role of the NOT operation in Boolean logic?

A

The NOT operation inverts the truth value of a Boolean variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Fill in the blank: In Inkscape, you can create text by using the ______ tool.
text
26
What is compression artifacting?
Compression artifacting refers to the visible distortions that occur in an image due to lossy compression.
27
True or False: Inkscape supports the import and export of multiple file formats.
True
28
What is the difference between a vector and a raster image?
Vector images are made of paths, while raster images are made of pixels.
29
What is an SVG file?
An SVG file is a Scalable Vector Graphics file that uses XML to describe two-dimensional graphics.
30
Fill in the blank: In Boolean logic, the expression A OR B is true if ______.
either A or B or both are true.
31
What does the term 'color depth' refer to?
Color depth refers to the number of bits used to represent the color of a single pixel.
32
True or False: Higher color depth allows for more colors in an image.
True
33
What is dithering in the context of images?
Dithering is a technique used to create the illusion of color depth in images with a limited color palette.
34
Fill in the blank: The basic colors in the RGB color model are ______, ______, and ______.
Red, Green, Blue
35
What does the term 'aliasing' refer to in digital graphics?
Aliasing refers to the visual stair-stepping of edges that occurs in digital images.
36
True or False: Anti-aliasing is a technique used to reduce the effects of aliasing.
True
37
What is the primary advantage of using vector graphics for illustrations?
Vector graphics can be scaled to any size without loss of quality.
38
What is a pixelated image?
A pixelated image is one that appears blocky or blurry due to low resolution.
39
Fill in the blank: The process of creating and editing vector graphics is often referred to as ______ design.
vector
40
What is the purpose of layers in Inkscape?
Layers in Inkscape allow for organizing different elements of a graphic for easier editing.
41
True or False: In Inkscape, you can group objects together.
True
42
What is a path in vector graphics?
A path is a series of points connected by lines or curves in vector graphics.
43
Fill in the blank: The primary benefit of using compression is to reduce ______.
file size
44
What is the significance of the term 'bit' in digital data?
A bit is the smallest unit of data in computing, representing a binary value of 0 or 1.
45
True or False: The color model used in digital images can affect the file size.
True
46
What is a histogram in image processing?
A histogram is a graphical representation of the distribution of pixel values in an image.
47
Fill in the blank: The ______ tool in Inkscape allows you to create curves and lines.
pen
48
What does the term 'resolution independence' refer to?
Resolution independence refers to the ability of a graphic to maintain quality at any size.
49
True or False: The AND operation can be represented by multiplication in Boolean algebra.
True
50
What is the role of the OR operation in decision-making?
The OR operation allows for multiple conditions to be satisfied for a true outcome.
51
Fill in the blank: The ______ operation is used to negate a Boolean value.
NOT
52
What is the primary function of the 'Select' tool in Inkscape?
The Select tool is used to choose and manipulate objects on the canvas.
53
True or False: JPEG files can only store black and white images.
False
54
What is the influence of compression on image quality?
Compression can reduce image quality, especially with lossy methods.
55
Fill in the blank: In Boolean logic, the output of A AND B is true when both A and B are ______.
true
56
What is the effect of increasing the pixel density in an image?
Increasing pixel density results in a sharper and more detailed image.
57
True or False: Inkscape can be used to create animations.
False
58
What does the term 'bitmap' refer to in digital graphics?
A bitmap is a type of image format that represents images as a grid of pixels.
59
Fill in the blank: The ______ tool in Inkscape allows for the manipulation of the fill and stroke of objects.
Fill and Stroke
60
What is an image's aspect ratio?
An image's aspect ratio is the ratio of its width to its height.
61
True or False: The aspect ratio must always remain constant when resizing an image.
False
62
What is the purpose of using layers in graphic design software?
Layers allow designers to separate and organize different elements for easier manipulation.
63
Fill in the blank: A ______ is a collection of pixels that form a complete image.
bitmap
64
What is the primary function of the 'Shape' tool in Inkscape?
The Shape tool is used to create basic geometric shapes like rectangles and circles.
65
True or False: Vector graphics can be more complex than raster graphics.
False
66
What is the significance of using layers in Inkscape?
Layers help in organizing different components of a graphic for better editing and management.
67
Fill in the blank: The process of ______ involves reducing the number of colors in an image to decrease file size.
quantization
68
What is the role of anti-aliasing in digital graphics?
Anti-aliasing smooths out jagged edges in images to improve visual quality.
69
True or False: The quality of an image can degrade with repeated saving in a lossy format.
True
70
What is the significance of the 'Export' function in Inkscape?
The Export function allows users to save their work in various file formats for use outside of Inkscape.
71
Fill in the blank: The ______ color model is based on the primary colors of light.
RGB
72
What is the advantage of using lossy compression over lossless compression?
Lossy compression typically results in smaller file sizes at the cost of some image quality.
73
True or False: Compression always results in a loss of image quality.
False
74
How many bits are in a byte?
8
75
How many bits are in a nibble?
4
76
How many bytes are in a kilobyte?
1024
77
How many kilobytes are in a megabyte?
1024
78
How many megabytes are in a gigabyte?
1024