STIG: Bitmap AS-Level
star
star
star
star
star
Last updated 6 months ago
6 questions
BITMAP IMAGES AKA RASTER IMAGES
1
What's the definition of a pixel?
What's the definition of a pixel?

1
Calculate the image resolution (without bit depth) for an image which has 400 Height and 200 Width (pixels).
Calculate the image resolution (without bit depth) for an image which has 400 Height and 200 Width (pixels).


1
Imagine a simple 2x2 bitmap image with 24-bit color depth. How many bytes would this take up on your hard drive?
Imagine a simple 2x2 bitmap image with 24-bit color depth. How many bytes would this take up on your hard drive?
1
What would be the correct order of an image when it has been encoded?
What would be the correct order of an image when it has been encoded?
- Header
- Pixel Data
1
| Draggable item | arrow_right_alt | Corresponding Item |
|---|---|---|
Pixel | arrow_right_alt | An image composed of a grid of pixels, where each pixel represents a single color. |
File Header | arrow_right_alt | An image composed of a grid of pixels, where each pixel represents a single color. |
Encoding | arrow_right_alt | The smallest element of an image that contains color information. |
Raster Image | arrow_right_alt | The section at the beginning of an image file that contains metadata about the image, such as its size, resolution, color depth, and compression method. |
Bit Depth | arrow_right_alt | The total number of pixels in an image, expressed as width x height |
Compression Method | arrow_right_alt | The number of bits used to represent the color of each pixel, determining how many colors can be displayed. |
Bitmap Image | arrow_right_alt | The process of converting an image into a digital format that can be stored and interpreted by a computer, involving the arrangement of pixel color data according to the image’s layout and color depth. |
Image Resolution | arrow_right_alt | A technique used to reduce the size of an image file by encoding the image data more efficiently. |
1
University Challenge:Problem:You have an image with a resolution of 3840x2160 pixels (4K resolution). Your computer screen has a resolution of 1920x1080 pixels (Full HD). If you display the image at its full resolution, will it fit on the screen without scaling? If not, by what factor will the image need to be scaled down?
University Challenge:
Problem:You have an image with a resolution of 3840x2160 pixels (4K resolution). Your computer screen has a resolution of 1920x1080 pixels (Full HD). If you display the image at its full resolution, will it fit on the screen without scaling? If not, by what factor will the image need to be scaled down?

