Computing Flashcards
To learn everything for the test (56 cards)
What are Graphics?
Visual representations or designs displayed on a computer or other device.
There are 3 main types: Bitmapped Graphics, Vector Graphics, and 3D Graphics.
How are Bitmapped Graphics stored?
They store the colour of every pixel on the page.
Think of a grid, where each square (pixel) has a specific colour recorded.
What are Pixels?
The individual, tiny dots that make up a bitmapped picture.
Zooming in closely reveals these individual dots.
What are typical uses of Bitmapped Graphics?
Photos taken with cameras (phones, tablets, digital cameras).
What software is used for Bitmapped Graphics?
Examples include Fireworks and Paint .Net.
What common operations can be performed on Bitmapped Graphics?
- Changing brightness and contrast
- Changing hue and saturation
- Selecting areas
- Cropping
- Repairing damaged photos.
How are Vector Graphics stored?
They store the properties of each shape on the page, including information about the shape, its coordinates, line colour, line thickness, and fill colour.
What are typical uses of Vector Graphics?
Illustrations, logos, cartoons, and designs.
What software is used for creating Vector Graphics?
Inkscape.
What are key operations for Vector Graphics?
- Scaling
- Rotating
- Flipping/Inverting
- Changing line/fill colour
- Changing line thickness
- Changing layers.
What is a key difference between Bitmapped and Vector Graphics?
Bitmapped images store pixel data, while vector graphics store mathematical descriptions of shapes.
What are 3D Graphics?
Graphics that represent objects with length, breadth, and depth in a 3D space, described using X, Y, and Z axes.
What software is used for creating 3D models?
Sketchup.
What is HTML?
HyperText Markup Language, a special language web developers use to create webpages.
What is the purpose of HTML tags?
To mark different parts of a webpage, acting as containers for content.
What is the basic structure of an HTML page?
- Document Declaration
- HTML Element
- Head Section
- Body Section.
What does the <head> element in HTML contain?
Information about the webpage that isn’t directly displayed but is used by the browser or search engines.
What are common HTML elements within the <body> section?
- Headings
- Paragraphs
- Line Breaks
- Images.
What is the <a> tag used for in HTML?</a>
To create hyperlinks that connect one webpage to another.
What types of lists does HTML support?
- Unordered Lists
- Ordered Lists.
What is CSS?
Cascading Style Sheets, used to control the appearance, style, and layout of webpages.
What are the main parts of a CSS rule?
- Selector
- Declaration Block.
What are common CSS properties?
- Background Colour
- Text Colour
- Font Family
- Font Size
- Text Alignment.
What is Cybersecurity?
The practice of protecting digital data, networks, and systems.