ITPEC FE Morning April 2022 Question 14
Source exam: ITPEC FE Morning April 2022Topic: Computer Systems & Hardware
ITPEC FE Morning April 2022 — Question 14 of 80
Points to Dots Conversion — convert font size in points to pixel height on a bitmap display.
Given: 12-point character, 96-dpi display, 1 point = 1/72 inch.
- •Step 1: Convert points to inches:
12 / 72 = 1/6 inch - •Step 2: Multiply by dpi:
1/6 × 96 = 16 dots
Answer: (d) 16
Why not others:
- (a) 8 — incorrect dpi or division error
- (b) 9 — no valid calculation yields this
- (c) 12 — confuses points with dots directly
Key formula: dots = (points / 72) × dpi
AI-generated — may contain errors
The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.
This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.