Unit 7: Graphics and Multimedia - Subjective Questions
DECAP145 • Practice Questions with Detailed Answers
20 questions
Define a graphics file format. Explain why different graphics file formats exist and what factors determine the choice of a particular format.
A graphics file format is a standardized way of encoding and storing image data in a computer file so that it can be saved, retrieved, displayed, and exchanged between different programs and devices.
Why different formats exist:
- Different needs: Web images need small size, print images need high quality.
- Compression methods: Some formats support lossy, others lossless compression.
- Color depth support: Formats vary in how many colors they can store.
- Feature support: Transparency, animation, and layers are supported differently.
Factors determining choice of format:
- File size vs. quality trade-off
- Type of image (photograph vs. line drawing vs. logo)
- Need for transparency or animation
- Compatibility with target software or platform
- Whether editing will continue (need for a lossless working format)
Distinguish between raster (bitmap) graphics and vector graphics with suitable examples.
Raster (Bitmap) Graphics:
- Made up of a grid of individual pixels, each with its own color value.
- Resolution dependent — enlarging causes pixelation/blurring.
- Ideal for photographs and complex, detailed images.
- File size grows with resolution and color depth.
- Examples: JPEG, GIF, PNG, BMP, TIFF.
Vector Graphics:
- Made up of mathematical objects — points, lines, curves, and shapes defined by equations.
- Resolution independent — can be scaled infinitely without loss of quality.
- Ideal for logos, line art, fonts, and illustrations.
- Usually smaller file sizes for simple graphics.
- Examples: SVG, AI, EPS, CDR.
Key Difference: Raster stores color per pixel while vector stores mathematical descriptions of shapes, making vectors scalable and rasters detail-rich.
Explain the concept of image compression. Compare lossy and lossless compression techniques.
Image Compression is the process of reducing the size of an image file by eliminating redundant or unnecessary data, making files easier to store and transmit.
Lossy Compression:
- Permanently removes some image data to achieve smaller sizes.
- Some quality is lost, especially with repeated saving.
- Produces very small files.
- Best for photographs where minor quality loss is acceptable.
- Example format: JPEG.
Lossless Compression:
- Reduces file size without discarding any data; the original image can be perfectly reconstructed.
- Larger files than lossy but preserves full quality.
- Best for line art, text, and images needing repeated editing.
- Example formats: PNG, GIF, TIFF (LZW).
Comparison Summary:
| Feature | Lossy | Lossless |
|---|---|---|
| Quality | Reduced | Fully preserved |
| File size | Smaller | Larger |
| Reversible | No | Yes |
| Best use | Photos | Logos, text |
Describe the following common graphics file formats and their typical uses: JPEG, GIF, PNG, BMP, and TIFF.
JPEG (Joint Photographic Experts Group):
- Uses lossy compression.
- Supports up to 16.7 million colors (24-bit).
- Best for photographs and web images.
- No transparency support.
GIF (Graphics Interchange Format):
- Uses lossless compression, limited to 256 colors (8-bit).
- Supports animation and simple transparency.
- Best for simple graphics, icons, and animated images.
PNG (Portable Network Graphics):
- Uses lossless compression.
- Supports millions of colors and alpha transparency.
- Best for web graphics needing transparency and quality.
BMP (Bitmap):
- Usually uncompressed, resulting in very large files.
- High quality but not efficient for storage or web.
- Native to Windows.
TIFF (Tagged Image File Format):
- Supports lossless compression and high quality.
- Widely used in printing, publishing, and photography.
- Large file sizes; excellent for archiving.
What is color depth (bit depth)? Explain how it affects image quality and file size with examples.
Color Depth (or bit depth) is the number of bits used to represent the color of a single pixel. It determines how many distinct colors an image can display.
Relationship: The number of colors equals , where is the number of bits.
Common color depths:
- 1-bit: colors (black and white)
- 8-bit: colors (e.g., GIF)
- 16-bit: colors (high color)
- 24-bit: colors (true color)
Effect on quality:
- Higher bit depth produces smoother color transitions and more realistic images.
- Lower bit depth can cause banding and loss of detail.
Effect on file size:
- Higher color depth increases the amount of data per pixel, so file size grows as color depth increases.
- Example: A 24-bit image uses three times the color data per pixel compared to an 8-bit image.
Explain image resolution. Calculate the total number of pixels and describe how resolution relates to print quality.
Image Resolution refers to the amount of detail an image holds, usually expressed as the number of pixels along the width and height, or in DPI/PPI (dots/pixels per inch).
Total Pixel Calculation:
Total pixels
- Example: An image of has:
Types of resolution:
- Screen resolution: measured in PPI (pixels per inch)
- Print resolution: measured in DPI (dots per inch)
Relation to print quality:
- Higher resolution means more pixels per inch, giving sharper, clearer prints.
- For quality printing, 300 DPI is typically required.
- For screen display, 72 to 96 PPI is usually sufficient.
- Printing a low-resolution image at large size causes pixelation.
Describe the various methods of getting images into your computer.
There are several methods to bring images into a computer:
1. Scanning:
- A scanner converts printed photos, documents, or drawings into digital images.
- Types: flatbed, sheet-fed, and handheld scanners.
2. Digital Cameras:
- Capture images digitally which are transferred via USB, memory card, or wireless.
3. Smartphones:
- Photos taken on phones can be transferred through cable, Bluetooth, or cloud services.
4. Downloading from the Internet:
- Images can be saved from websites (respecting copyright).
5. Screen Capture:
- Using screenshot tools to capture what is displayed on screen.
6. Clip Art and Stock Libraries:
- Ready-made images available within software or from online libraries.
7. Drawing/Creating with Software:
- Creating original images directly using graphics software or a graphics tablet.
8. Video Frame Capture:
- Extracting still frames from video files.
Explain how a scanner works and describe the important factors to consider when scanning images.
How a Scanner Works:
- A scanner shines a light source onto the document.
- The reflected light is captured by a row of light-sensitive sensors (CCD or CIS).
- The sensors convert light intensity into electrical signals.
- These analog signals are converted to digital data by an ADC (Analog-to-Digital Converter).
- The resulting digital image is transferred to the computer.
Important Factors When Scanning:
- Resolution (DPI): Higher DPI captures more detail but creates larger files.
- Color mode: Choose between black & white, grayscale, or color.
- File format: Select appropriate output format (JPEG, TIFF, PNG).
- Bit depth: Determines color accuracy.
- Cleanliness: Dust or smudges on the glass reduce quality.
- Purpose: Scan at higher settings for printing, lower for screen/web use.
What is a digital camera? Explain the main components and how it captures and stores an image.
A digital camera is a device that captures images electronically rather than on photographic film, storing them as digital files.
Main Components:
- Lens: Focuses incoming light onto the sensor.
- Image Sensor (CCD/CMOS): Converts light into electrical signals.
- Analog-to-Digital Converter: Turns signals into digital data.
- Image Processor: Processes and enhances the digital image.
- Storage (Memory Card): Stores the resulting image files.
- LCD Screen: For viewing and reviewing images.
How It Captures and Stores an Image:
- Light enters through the lens and hits the image sensor.
- The sensor's millions of photosites (pixels) measure light intensity and color.
- The signals are digitized and processed.
- The image is compressed (usually as JPEG) and saved to the memory card.
Resolution is measured in megapixels, which indicates the total number of pixels the camera can capture.
What is graphics software? Classify graphics software into different categories with examples.
Graphics Software refers to programs that allow users to create, edit, manipulate, and manage images and graphics on a computer.
Categories of Graphics Software:
1. Paint/Raster Editing Software:
- Works with pixel-based (bitmap) images.
- Used for photo editing and retouching.
- Examples: Adobe Photoshop, GIMP, Corel Photo-Paint, MS Paint.
2. Drawing/Vector Graphics Software:
- Works with mathematically defined shapes.
- Used for logos, illustrations, and scalable art.
- Examples: Adobe Illustrator, CorelDRAW, Inkscape.
3. 3D Graphics/Modeling Software:
- Creates three-dimensional models and animations.
- Examples: Blender, Autodesk Maya, 3ds Max.
4. CAD Software:
- For technical and engineering drawings.
- Examples: AutoCAD, SolidWorks.
5. Presentation/Desktop Publishing Software:
- Combines text and graphics for layouts.
- Examples: Adobe InDesign, MS Publisher.
Compare image editing software (like Photoshop) with vector drawing software (like Illustrator), highlighting their features and best uses.
Image Editing Software (e.g., Adobe Photoshop):
- Works primarily with raster/bitmap images.
- Features: layers, filters, retouching, color correction, cloning, masking.
- Best uses: editing photographs, digital painting, web graphics, photo manipulation.
- Editing at pixel level; quality degrades on scaling.
Vector Drawing Software (e.g., Adobe Illustrator):
- Works with vector graphics based on mathematical paths.
- Features: paths, anchor points, Bézier curves, infinite scaling, precise shapes.
- Best uses: logos, icons, typography, illustrations, print media.
- Fully scalable without quality loss.
Comparison Table:
| Feature | Photoshop | Illustrator |
|---|---|---|
| Image type | Raster | Vector |
| Scalability | Limited | Unlimited |
| Best for | Photos | Logos/Art |
| File output | JPEG, PNG | SVG, AI, EPS |
Conclusion: Photoshop excels at detailed pixel-based editing, while Illustrator is ideal for scalable, precise design work.
Define multimedia. Explain the essential elements/components of multimedia.
Multimedia is the integration of multiple forms of content — text, graphics, audio, video, and animation — into a single interactive digital presentation delivered through a computer or electronic device.
Essential Elements of Multimedia:
1. Text:
- The most basic element used to convey information and headings.
2. Graphics/Images:
- Still visuals such as photos, drawings, and diagrams that enhance understanding.
3. Audio/Sound:
- Includes music, narration, and sound effects to add richness.
4. Video:
- Moving visuals with sound used for demonstrations and storytelling.
5. Animation:
- Moving graphics created by displaying a sequence of images to simulate motion.
Additional aspect — Interactivity:
- Allows users to control the flow and navigation of content, distinguishing multimedia from ordinary media.
Explain the various applications of multimedia in different fields.
Multimedia is widely used across many fields:
1. Education:
- E-learning, virtual classrooms, interactive tutorials, and simulations improve engagement.
2. Entertainment:
- Video games, movies, animation, and music streaming.
3. Business and Advertising:
- Presentations, product demos, digital marketing, and promotional videos.
4. Medicine and Healthcare:
- Medical imaging, surgery simulations, and patient education.
5. Engineering and Science:
- 3D modeling, simulations, and visualization of complex data.
6. Training:
- Corporate and military training simulations.
7. Communication:
- Video conferencing, social media, and messaging.
8. Public Places:
- Information kiosks, digital signage, and virtual tours.
Conclusion: Multimedia enhances communication, engagement, and understanding by combining several media types interactively.
Distinguish between linear and non-linear (interactive) multimedia with examples.
Linear Multimedia:
- Content progresses in a fixed, sequential order from start to finish.
- The user is a passive viewer with no control over the flow.
- No navigation or interaction options.
- Examples: a movie, a slideshow that plays automatically, a video presentation.
Non-Linear (Interactive) Multimedia:
- Allows the user to control navigation and choose their own path.
- The user is an active participant.
- Includes menus, buttons, hyperlinks, and interactive elements.
- Examples: websites, video games, interactive tutorials, information kiosks.
Comparison Table:
| Feature | Linear | Non-Linear |
|---|---|---|
| User control | None | Full |
| Flow | Sequential | User-directed |
| Interaction | Passive | Interactive |
| Example | Movie | Website |
Conclusion: Linear multimedia is best for storytelling, while non-linear multimedia suits exploration and self-paced learning.
Describe common audio and video file formats used in multimedia and their characteristics.
Audio File Formats:
- MP3: Lossy compression, small size, most popular for music.
- WAV: Uncompressed, high quality, large file size.
- AAC: Lossy, better quality than MP3 at similar sizes; used by Apple.
- WMA: Windows Media Audio, compressed format by Microsoft.
- FLAC: Lossless compression preserving full quality.
Video File Formats:
- MP4: Widely supported, good compression and quality; standard for web.
- AVI: Older Windows format, large file sizes.
- MOV: Apple QuickTime format, high quality.
- WMV: Windows Media Video, compressed for streaming.
- MKV: Flexible container supporting multiple audio/subtitle tracks.
- FLV: Flash video, formerly common for web streaming.
Characteristics to consider:
- Compression type (lossy vs. lossless)
- Quality vs. file size trade-off
- Compatibility with devices and players
- Container vs. codec (a container like MP4 may hold different codecs)
Explain the hardware and software requirements for developing and running a multimedia application.
Hardware Requirements:
- Fast Processor (CPU): To handle intensive audio/video processing.
- Large RAM: For smooth handling of large media files.
- High-capacity Storage: Multimedia files are large, requiring big hard disks/SSDs.
- Graphics Card (GPU): For rendering high-quality graphics and video.
- Sound Card and Speakers: For audio output.
- Display Monitor: High-resolution screen for accurate visuals.
- Input Devices: Scanner, digital camera, microphone, graphics tablet.
- Output Devices: Printer, projector, headphones.
Software Requirements:
- Operating System: Supporting multimedia (Windows, macOS, Linux).
- Media Players: For audio and video playback.
- Graphics Software: For image creation and editing.
- Audio/Video Editing Software: For editing sound and video.
- Authoring Tools: To integrate elements into a final application (e.g., Adobe Animate, Director).
- Drivers: For hardware devices to function correctly.
What is animation? Explain the different techniques of computer animation.
Animation is the process of creating the illusion of motion by rapidly displaying a sequence of static images (frames) that differ slightly from one another.
Techniques of Computer Animation:
1. Frame-by-Frame (Cel) Animation:
- Each frame is drawn individually.
- Time-consuming but offers full control.
2. Tweening (In-betweening):
- The animator defines keyframes, and the software automatically generates the frames in between.
- Common in tools like Adobe Animate.
3. Morphing:
- Smoothly transforms one image or shape into another.
4. Path/Motion Animation:
- An object moves along a predefined path.
5. 3D Animation:
- Objects are modeled in three dimensions and animated with movement, lighting, and rendering.
6. Motion Capture:
- Records real movement (e.g., from actors) and applies it to digital characters.
Persistence of Vision: Animation relies on this phenomenon where the human eye retains an image briefly, blending rapid frames into smooth motion (typically 24–30 frames per second).
Explain the process of creating a multimedia project, describing the main stages involved.
Creating a multimedia project involves several structured stages:
1. Planning and Analysis:
- Define the objective, target audience, and scope.
- Prepare a concept and budget.
2. Design:
- Create a storyboard outlining the flow.
- Design the interface, navigation structure, and layout.
3. Content Collection/Production:
- Gather and create media elements — text, graphics, audio, video, animation.
- Use appropriate hardware and software to produce content.
4. Authoring/Integration:
- Combine all elements using authoring tools to build the interactive application.
- Add navigation, buttons, and interactivity.
5. Testing:
- Check for errors, broken links, and performance across devices.
- Gather user feedback and fix issues.
6. Delivery/Distribution:
- Publish the final product via web, CD/DVD, or application.
7. Maintenance:
- Update content and fix issues after release.
Explain the difference between RGB and CMYK color models and where each is used.
RGB Color Model:
- Stands for Red, Green, Blue.
- An additive color model — colors are created by adding light.
- Combining full red, green, and blue produces white; absence of all produces black.
- Used for screens and displays (monitors, TVs, cameras, web).
CMYK Color Model:
- Stands for Cyan, Magenta, Yellow, Key (Black).
- A subtractive color model — colors are created by absorbing (subtracting) light using inks.
- Combining full cyan, magenta, and yellow theoretically produces black; black (K) is added for depth.
- Used for printing (magazines, brochures, physical media).
Comparison Table:
| Feature | RGB | CMYK |
|---|---|---|
| Type | Additive | Subtractive |
| Based on | Light | Ink |
| Use | Screens | |
| Color range | Wider | Narrower |
Note: Images designed for screen (RGB) may look different when printed (CMYK), so color conversion is important in design work.
What are multimedia authoring tools? Explain their features and importance in multimedia development.
Multimedia Authoring Tools are software applications used to combine and integrate various media elements — text, images, audio, video, and animation — into a single interactive multimedia application without requiring extensive programming.
Features of Authoring Tools:
- Integration: Combine multiple media types into one product.
- Interactivity: Add buttons, menus, hyperlinks, and navigation.
- Editing capabilities: Modify and arrange media elements.
- Timeline/scripting: Control timing and sequencing of events.
- Templates: Speed up development with pre-built designs.
- Cross-platform export: Publish to web, CD, or apps.
Types of Authoring Tools:
- Card/Page-based: Content arranged like pages (e.g., ToolBook).
- Icon/Flow-based: Uses flowcharts of icons (e.g., Authorware).
- Time-based: Uses a timeline (e.g., Adobe Animate/Flash, Director).
Importance:
- Simplify development by reducing the need for coding.
- Allow rapid prototyping and easy assembly of interactive content.
- Enable non-programmers to create professional multimedia applications.
- Ensure consistent structure and smooth navigation.
Define a graphics file format. Explain why different graphics file formats exist and what factors determine the choice of a particular format.
A graphics file format is a standardized way of encoding and storing image data in a computer file so that it can be saved, retrieved, displayed, and exchanged between different programs and devices.
Why different formats exist:
- Different needs: Web images need small size, print images need high quality.
- Compression methods: Some formats support lossy, others lossless compression.
- Color depth support: Formats vary in how many colors they can store.
- Feature support: Transparency, animation, and layers are supported differently.
Factors determining choice of format:
- File size vs. quality trade-off
- Type of image (photograph vs. line drawing vs. logo)
- Need for transparency or animation
- Compatibility with target software or platform
- Whether editing will continue (need for a lossless working format)
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill. The rest comes out of a student's own pocket: the domain, the storage, and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason. to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it. What it pays for →