You are on page 1of 12

ICT Elective Part Ch.

3 Graphics Notes/Worksheet
Multiple Choice Questions
C03M001
Which of the following is the basic logical unit of a graphical image?
A. Resolution
B. Pixel
C. Byte
D. DPI
Answer: B

C03M002
How many different levels of blue colour can be represented in the RGB colour model?
A. 8
B. 24
C. 64
D. 256
Answer : D

C03M003
Which of the following colour models supports the highest colour depth?
A. RGB (24 bits)
B. CMYK (32 bits)
C. Indexed colour (8 bits)
D. Grey-scale (8 bits)
Answer: B

C03M004
Which of the following graphics file formats is commonly used in web pages?
A. JPEG
B. BMP
C. TIFF
D. PNG
ANSWER: A
C03M005
Which of the following file formats supports both lossy and lossless compression techniques?
A. TIFF
B. BMP
C. GIF
D. PNG
Answer: A
C03M006
Arrange the following file formats in descending order of compression ratio.
(1) JPEG Best Highest Compression Ratio
(2) BMP Lowest Compression Ratio
(3) GIF Third Highest Compression Ratio
(4) PNG Second Best Highest Compression Ratio
A. (1) > (4) > (3) > (2)
B. (1) > (3) > (4) > (2)
C. (1) > (3) > (2) > (4)
D. (2) > (1) > (3) > (4)
Answer: A

C03M007
Which of the following file formats supports different degrees of colour transparency?
A. JPEG
B. BMP
C. GIF
D. PNG
Answer: D

C03M008
What is the aspect ratio of a full high-definition (Full HD) television?
A. 4 : 3
B. 16 : 9
C. 5 : 4
D. 8 : 5
Answer: B
C03M009
Which of the following statements is/are correct?
(1) The quality of vector graphics decreases when they are being magnified. INCORRECT
(2) The component objects of vector graphics are stored in the form of CORRECT
mathematical formulae.
(3) The file size of vector graphics is larger than that of the bitmaps counterpart. INCORRECT
(4) The component objects of vector graphics can be edited individually without affecting one
another. CORRECT
A. (2) only
B. (1) and (2) only
C. (2) and (4) only
D. (3) and (4) only
ANSWER C

C03M010
Bitmaps file size (uncompressed) = Image width × Image height × Colour depth

Calculate the colour depth of a photo with specifications as follows: (pg.67) (pg. 47 conversion of MB to
KB to bits)
Width: 1,024 pixels
Height: 768 pixels
File size: 0.75 MB
A. 8 bits
B. 16 bits
C. 24 bits
D. 32 bits

Answer: A
0.75 MB X 1024 KB/MB X 1024 B/KB X 8 bits/B = 6291456 bits
6291456 = 1024 x 768 x Depth
8 bits = Depth

C03M011
Which of the following statements about colour models is/are correct?
(1) The colour components of the CMYK model are Cyan, Magenta, Yellow
and Black.
(2) RGB model is an additive colour model.
(3) There are 255 different colour levels for each of the primary colours in the RGB model (Wrong,
should be 256 colours)
(4) Grey-scale and indexed colour models are of 8-bit colour depth.
A. (2) only
B. (1) and (2) only
C. (1), (2) and (4) only
D. (1), (3) and (4) only
Answer: C

C03M012
Which of the following file formats supports animation?
A. GIF
B. TIFF
C. BMP
D. PNG
Answer: A

C03M013
Which of the following is an advantage of using interlaced GIF over normal GIF?
A. The file size of interlaced GIF is smaller than that of normal GIF.
B. Interlaced GIF is platform independent while normal GIF is not.
C. Interlaced GIF gives the outline of an image sooner than normal GIF.
D. The time of downloading interlaced GIF is shorter than that of downloading normal GIF.
Answer: C

C03M014
Which of the following factors affect the quality of a photo?
(1) Resolution
(2) Colour depth
(3) Aspect ratio
(4) Compression ratio
A. (1) and (2) only
B. (1), (2) and (4) only
C. (1), (3) and (4) only
D. (1), (2), (3) and (4)
Answer: B

C03M015
Arrange the following in ascending order of colour depth.
(1) Black-and-white (1 bit)
(2) True colour (24 bits) ~16 million something colours
(3) Indexed colour (8 bits) 256 colours
(4) High colour (16 bits) ~60000 something colours
A. (1) < (2) < (4) < (3)
B. (1) < (3) < (4) < (2)
C. (1) < (3) < (2) < (4)
D. (1) < (2) < (3) < (4)
Answer: B

C03M016
Which of the following digits can be represented by a bit?
A. 1 and 2
B. 0 and 1
C. 2 and 3
D. 0 and 2
Answer: B

C03M017
Which of the following are colour models of graphics?
(1) RGB
(2) MGC
(3) CMYK
(4) Indexed color
(5) Grey-scale
A. (1), (2), (3) and (4) only
B. (1), (3), (4) and (5) only
C. (2), (3), (4) and (5) only
D. (1), (2), (3), (4) and (5)
Answer : B

C03M018
Which of the following are the primary colours of CMYK colour model?
(1) Black
(2) Yellow
(3) Cyan
(4) Magenta
(5) Red
A. (2), (3) and (4) only
B. (3), (4) and (5) only
C. (2), (3), (4) and (5) only
D. (1), (2), (3), (4) and (5)
Answer: A

C03M019
Which of the following is the main purpose of RGB colour model?
A. Reproduce colours in publications
B. Reproduce colours in foods
C. Reproduce colours on computer monitors and TV sets
D. Reproduce animations in multimedia productions
Answer: C

C03M020
Which of the following is the graphical file format mainly used in Windows?
A. JPEG
B. BMP
C. PNG
D. GIF
Answer: B

C03M021
Which of the following techniques is used in JPEG format?
A. Linear compression
B. Non-linear compression
C. Lossy compression
D. Lossless compression
Answer: C

C03M022
The number of pixels in a bitmap graphic is called _______________.
A. graphical size
B. pixel size
C. image size (Also known as Resolution)
D. size
Answer: C

C03M023
We can use computer graphics software to create _______________.
A. scanned graphics
B. bitmap graphics
C. vector graphics
D. edited graphics
Answer: C

C03M024
Which of the following are the standard graphical file formats on the Internet?
(1) BMP
(2) GIF
(3) JPEG
A. (1) and (2) only
B. (1) and (3) only
C. (2) and (3) only
D. (1), (2) and (3)
Answer: C

C03M025
Which of the following methods can be used to capture graphics?
(1) Clipart and photo gallery (pre-existing, and will import and edit to make it part of your graphics
production)
(2) Scanning images
(3) Screen capturing
A. (1) and (2) only
B. (1) and (3) only
C. (2) and (3) only
D. (1), (2) and (3)
Answer: D

C03M026
Which of the following techniques is used to transform Image A to B as follows?

Image A Image B
A. Vertical flip
B. Horizontal flip
C. Rotate 90°
D. Rotate 180°

C03M027
Which of the following techniques is used to transform Image A to B as follows?

Image A Image B
A. Vertical flip
B. Horizontal flip
C. Rotate 90°
D. Rotate 180°

C03M028
Which of the following techniques has been used in the following paragraph?

The Authority retains all proprietary rights (including intellectual property


rights) in this marking scheme. This marking
scheme, whether in whole or in part, must
not be copied, published, disclosed,
made available, used or dealt in without the
prior written approval of the Authority. Subject to
compliance with the foregoing, a limited
permission is granted to markers to share this marking
scheme, after release of examination results of the current HKDSE
examination, with teachers who are teaching the same subject.
A. Group
B. Merge
C. Flip
D. Text wrapping

C03M029
Which of the following statements about image grouping is/are correct?
(1) It combines two or more image objects together.
(2) Grouped image objects cannot be rotated.
(3) Grouped image objects cannot be ungrouped.
A. (1) only
B. (1) and (2) only
C. (2) and (3) only
D. (1), (2) and (3)

C03M030
Which of the following CMYK values represents a yellow colour?
A. (10%, 0, 0, 0)
B. (0, 100%, 0, 0)
C. (0, 0, 13%, 0)
D. (0, 0, 0, 25%)

C03M031
What is the colour depth of the CMYK colour model?
A. 8
B. 16
C. 24
D. 32

Short Questions
C03S001
Complete the following table which compares the properties of various bitmaps file formats.
BMP JPEG GIF PNG TIFF
Maximum colour
depth
10

Compression
method
Support
transparent
backgrounds
(6 marks)

C03S002
There are two main types of graphics, namely P and Q. Type P can be produced by a scanner while type Q
cannot.
(a) Name P and Q.
(2 marks)
(b) Write down the basic composition of P.
(2 marks)
(c) State two factors that will affect the quality of an image in the type P.
(2 marks)
(d) Write down the basic composition of Q.
(2 marks)

C03S003
(a) State two types of compression techniques of bitmap files.
(2 marks)
(b) State two differences between the types of compression techniques stated in part (a).
(2 marks)
(c) Name one file format for each type of compression techniques stated in part (a).
(2 marks)

11

C03S004
An uncompressed bitmapped graphic, picture A, is shown as below:

600 pixels

800 pixels
(a) State the maximum number of colour depth that can be represented by a bitmapped graphics file.
(1 mark)
(b) Estimate the maximum number of colour levels that can be represented by the
colour depth stated in part (a).
(2 marks)
(c) Based on the result of part (a) and the information provided in picture A, estimate the file size (in
MB) of picture A. Show your steps clearly.
(3 marks)

12

You might also like