IT Year 8 Assessment Flashcards
Boolean Logic, Data Representation (e.g pixels, compression and sound) and creating inkscape graphics (78 cards)
What is Boolean logic?
Boolean logic is a form of algebra that uses true or false values to create logical statements.
True or False: In Boolean logic, the values can only be true or false.
True
What are the basic operations in Boolean logic?
The basic operations are AND, OR, and NOT.
Fill in the blank: The result of an AND operation is true only if both inputs are ______.
true
What does the OR operation do in Boolean logic?
The OR operation returns true if at least one of the inputs is true.
What is a pixel?
A pixel is the smallest unit of a digital image or display that can be displayed or manipulated.
True or False: A pixel can represent multiple colors.
True
What is the purpose of data compression?
Data compression reduces the size of a file to save storage space or transmission time.
What does JPEG stand for?
JPEG stands for Joint Photographic Experts Group.
Fill in the blank: JPEG is a commonly used method of ______ compression.
lossy
What is the main advantage of JPEG compression?
The main advantage is that it significantly reduces file size while maintaining acceptable image quality.
True or False: Inkscape is a vector graphics editor.
True
What does vector graphics use to represent images?
Vector graphics use mathematical equations to represent shapes and lines.
What is the primary file format used by Inkscape?
The primary file format used by Inkscape is SVG (Scalable Vector Graphics).
Fill in the blank: In Inkscape, you can create graphics by combining ______ and shapes.
paths
What does the term ‘resolution’ refer to in digital images?
Resolution refers to the amount of detail an image holds, typically measured in pixels per inch (PPI).
True or False: Higher resolution images have more detail than lower resolution images.
True
What is the difference between lossy and lossless compression?
Lossy compression reduces file size by removing some data, while lossless compression reduces size without losing any data.
What is a bitmap?
A bitmap is a type of image file that represents a picture as a grid of colored pixels.
Fill in the blank: The process of converting an image into a digital format involves ______.
sampling
What is a raster graphic?
A raster graphic is an image composed of pixels, which can lose quality if resized.
True or False: Vector graphics can be scaled infinitely without losing quality.
True
What is the primary use of the AND operation in Boolean logic?
The AND operation is used to determine if multiple conditions are true simultaneously.
What is the role of the NOT operation in Boolean logic?
The NOT operation inverts the truth value of a Boolean variable.