2009sp - 2021 IT Paper Ones
2009sp - 2021 IT Paper Ones
2009sp - 2021 IT Paper Ones
1. Which of the following is NOT an example 8. Which of the following is TRUE about
of a peripheral device writing custom software
(A) Printer (A) It is much cheaper than using an off
(B) Mouse the shelf package
(C) Memory (B) It does not take a long time to produce
(D) Keyboard (C) It may not have all of the features that
are required
2. Which of the following is NOT an output (D) Many other companies will have this
device same software
(A) Microfilm
(B) Modem 9. Which type of cable is used for cable TV?
(C) Monitor (A) Aluminum-alloy
(D) Mouse (B) Coaxial
(C) Fiber-optic
3. Which of the following does NOT describe (D) Twisted-pair
the functions of a mouse
(A) Has a set of keys 10. When a floppy disk is formatted, all data is
(B) Is a pointing device _____
(C) Has a rubber ball underneath (A) Copied to the disk
(D) Left button is used to select text (B) Deleted from the disk
(C) Read from the disk
4. A _______________ is an example of a (D) Saved to the disk
direct data entry device
(A) Barcode reader 11. A concentric ring on a hard disk is referred
(B) Keyboard to as a
(C) Mouse (A) Buffer
(D) Plotter (B) Cylinder
(C) Sector
5. An inkjet printer is best described as (D) Track
(A) An output device
(B) An input device 12. A type of utility used to reduce the size of
(C) A storage device files is
(D) A memory device (A) file compression program
(B) troubleshooting program
6. Which of the following devices is most (C) antivirus program
suitable for signaling that there is smoke (D) uninstall program
in the area
(A) A sensor 13. What is the corresponding decimal value of
(B) A mouse 1111 (base 2)
(C) An OCR Reader (A) 15
(D) A thermometer (B) 4
(C) 64
7. The two kinds of main memory are (D) 32
(A) Primary and secondary
(B) Random and sequential
(C) ROM and RAM
(D) Hard and soft
14. What is the corresponding decimal value of 21. Application software does NOT include
the octal number 44 (A) Presentation software
(A) 32 (B) Web browser software
(B) 36 (C) Word processing software
(C) 97 (D) Systems software
(D) 21
22. What is the name of the folder that houses
15. The term BCD represents the Web page in the fictitious URL given
(A) Byte Code Decimal below?
(B) Binary Coded Decimal
(C) Basic Coding Design http://www.oup.com/itforcsec/ind
(D) Binary Coded Design ex.htm
(A) I and IV
(B) I and III
(C) II and III
(D) II and IV
58. An interpreter
(A) Converts the program line by line
(B) Converts the entire program code in one step
(C) Executes the program efficiently
(D) Does not have any errors
60. The term used to retrieve data from keyboard entry is called
(A) Write
(B) Print
(C) Read
(D) Start
Information Technology
2012
Paper One
1. Which of the following devices is used to perform 6. Identify the list that is arranged starting from the
input into the computer? BEST TO WORST print quality.
2. Which of the following is NOT part of a diskette? 7. Which of the following is NOT an audio output
device?
(A) Track
(B) Sector (A) Microphone
(C) Cylinder (B) Earphone
(D) Cluster (C) Headphone
(D) Speakers
3. A diskette is divided into a number of concentric
circles called 8. The one’s complement of 01010011 is
4. Which of the following devices is NOT used in 9. In modern personal computers, the CPU speed is
point of sale terminals? measured in
5. Resolution determines the clarity of the image 10. The storage capacity of a floppy disk is
displayed on a monitor. The term resolution refers (A) 1.44MB
to the number of pixels (B) 1.44GB
(C) 1440KB
(A) present horizontally on the screen (D) 1440MB
(B) present vertically on the screen
(C) present in a unit area of the screen
(D) that makes up the color
11. The process of preparing a floppy disk to 17. Google is an example of
store data from a computer is called
(A) the Internet Explorer
(A) deleting (B) a Web browser
(B) easing (C) a search engine
(C) formatting (D) the World Wide Web
(D) archiving
18. A new employee at a financial company has
12. An example of a point and draw device is a been asked to set a password on her computer.
She has tried setting the password on several
(A) keyboard occasions but gets an error message which says
(B) joystick “password not effective”. The password that is
(C) mouse
(D) scanner (A) made up of several numbers
(B) a relative’s name
13. An application in which scanner are (C) composed of at least six upper case
commonly used is characters
(D) a mixture of mixed case and
(A) publishing alphanumeric characters
(B) billing
(C) printing reports 19. Transferring data form a remote computer to
(D) cheque processing your computer is referred to as
23. In an e-mail program the icon above is used 27. Which type of processing system will use
to sequential file organization?
24. Which of the following is NEITHER a 28. Data verification is checking for
validation NOR a verification check?
(A) particular data types
(A) Storage media check (B) data in a specific range
(B) Inconsistency check (C) transcription errors
(C) Data-type check (D) correct relationships between files
(D) Range check
Items 29-30 refers to the document below which shows a water bill.
SECTION A
Account Number Meter Number Bill Days Account Number Bill Date
111222-3 2009/12/04
TOTAL DUE DATE
$25.41 2009/12/29
Mr Tom Bill
21 Hill Top View
ST MICHAEL
29. Customers tear off Section A of the bill and return their payment to the company. The
document above is BEST described as
30. Which type of technology is the information shown as B in the document MOST likely
printed in?
(A) OCR
(B) OMR
(C) POS
(D) MICR
31. Slide design in a presentation 32. Which of the following are uses of a
software is used typical presentation software?
33. The name of the icon labelled ‘1’ is 34. The purpose of the icon labelled 2 is
Item 35 refers to the diagram shown below. 36. The term used to describe text in
spread sheet that is aligned towards left
by default is
(A) Left
(B) Full
(C) Centered
(D) Right
(A) 2, 9
(B) 2, 11
(C) 7, 9
(D) 7, 11
47. Consider the following algorithm 51. The purpose of comments in
program code is to
Sum ← 0
Read a, b I. allow persons who read it to
Sum ← a+b follow the process
Write Sum II. know the purpose of the program
III. generate code
In the above algorithm, ‘Sum ← 0’
represents (A) I and II only
(B) I and III only
(A) a declaration (C) II and III only
(B) a computation (D) I, II and III
(C) an initialization
(D) an assignment 52. Which of the following are true
about the use of indentation in
48. In the programming language Pascal, programming?
which if the following is NOT a standard
data type? I. To make the layout of the code
attractive
(A) Floating Point II. For complier/interpreter to
(B) Char identify errors
(C) Boolean III. For easy understanding of the
(D) Integer order of code
IV. For easy correction of syntax
49. Which of the following structures is errors
most commonly used to implement a
post-test loop in Pascal? (A) I, II and III only
(B) I, III and IV only
(A) for – do (C) II, III and IV only
(B) while – do (D) I, II, III, IV
(C) if – then
(D) repeat – until 53. Which of the following is NOT a
third generation language?
50. Which of the following statements
would be placed in the flowchart box (A) Assembly
shown below? (B) COBOL
(C) C
(D) PASCAL
(A) 0
(B) 1
(C) 3
(D) 4
(A) =
(B) ←
(C) :=
(D) ==
qb.
l. This t€st consists of 60 items. You will have I hour and 30 minutes to answer them'
Samole ltem
software tools?
Which of the following paks rcpresents gen€ral-purpos€
(A) Samole Answer
Spreadsheet and database software
igj word processor and accounting software
ici Student record system and database softrx'are o@ @@
b) Insurance processing and spreadsheet softwar€
softrrare"' so (A) has been shaded'
The best answer to this item is "Sprea<lsheet an'l database
0r229010/F 20ts
1. which of the following are considered 6. which of the following is a tjpe of user
computer hartlware? intcrfrce?
2. Resolution determines the clarity of the 7. which ofthe following is used by the cpu
image displayed on a monitor. The term to temporarily store data?
'resolution' refers to the number ofpixels
(A) Bufrer
(A) present horizontally on the scre€n (B) Tback
(B) prcsent vertically oi the screen (C) Sector
(C) present in a unit area ofthe screen (D) Cylinder
(D) that makes up the colour
8. EnorSption is used to
3. A diskette is divided into a number of
called
concentsic circles (A) disguise data and prograrns
(B) commit computer crime
(A) sectors (C) discard old equipment
(B) oylinders (D) physically prevent users from
(C) Eacks accessing a computer
(D) clusters
9. In modem pereonal oomputers, the CPU
4. The storage capacity ofa floppy disk is speed is measured in
Which of the following is considered a 17. Which of the following devices produces
feature of I biometric syst€m? a soft copy?
13. Which of the following printers is MOST A document used for the initial recording
suitable for high volume printing? ofdrta relating to business transactions is
called a
(A) Dot matrix
(B) Thermal (A) tunrarounddocument
(C) Inkjet (B) source document
(D) Laser (C) primory document
(D) main document
24. What is the correspondiog decimal value 29. Data can be transmitted between devices
oflll (base 2)? and computers using a wireless radio
technology known as
(A) 7
(B) 8 (A) bluetooth
(c) e (B) hotspot
(D) l0 (C) microwave
(D) fibre optic
(A) striketbrough
40. rfre ffi icon in a presenation is used for
(A) Number
(B) Text
(c) Yes/no
(D) A$3y
49. You are given the problem of fnding the The LAST step in solving a probletrt is to
sum of TIIREE numbers, and you use an
IPO chart to decompose the problem. (A) evaluate the solution
(B) test the solution
What is the correct order of the stat€ments (C) develop the algorithm
to b€ placed into the input, processiag and (D) specify the desig!
ouqrut colurnDs?
(A) Add the three numbers together/ 54. The Pascal code verx, y would generate an
number l, nurnber 2, number 3/ error. The term used to describe this tl/pe
Total of error is
(B) TotaVnumber l, number2, number
3/addthe three lumbers together (A) syntax
(C) Number I, number 2, number 3/ (B) logical
TotaVadd the three numbers (C) exocution
together (D) run-time
(D) Number l, number 2, number 3/
add the tbree numbers together
/Iotal $g';$referstothe followingpseudocode.
Read A" B
50. Tbe integer variables a, b and c, are tf A<2
given the values 6, l0 and 2 respectively. C+2
What is the result of the expression Else
a MUIJT(b DIVcp C+-6
End if
(A) 0 D <- C*B+2
(B) 20 lvrite D
(c) 30
(D) r20 What is printed by the pseudocode if the
input values are 5 and 2 respectively?
58. Wbich of the following symbols is used to 60. A comput€r pKrgrarnmer is coding an
perform assignments in the programming algorithm which calculates the class average
language Pascal? for a given e:ranr- He creates a variable
called class-avg. ltVhich data t5pe should
(A) he speci$ when declaring this variable?
(B) o
(c) (A) Integer
(D) := (B) Real
(C) Boolean
(D) Character
END OFTEST
01229010/F 2015
TEST CODE OI229OLO
FORM TP 2017013 JANUARY 20I7
l. This test consists of 60 items. You will have I hour and 30 minutes to answer them.
3 Each item in this test has four suggested answers lettered (A), (B), (C), (D). Read each item you
are about to answer and decide which choice is best.
4. On your answer sheet, find the number which corresponds to your item and shade the space having
the same letter as the answer you have chosen. Look at the sample item below.
Sample Item
(A)
(B)
Spreadsheet and database software
Word processor and accounting software
o
(C) Student record system and database software
(D) Insurance processing and spreadsheet software
The best answer to this item is "spreadsheet and database sofiware", so (A) has been slraded.
5 If you want to change youranswer, erase itcornpletely beFore you fill in your new clroice.
6 When you are told to begin, turn the page and work as qLrickly and as caref,ully as yoll can. lf you
catlnot altswer an itern, go on to the next one. You tttay I'etLlnt to that iterir"later'.
l)O NO-t'1'UlfN-f t-ttS t'.\Glr. lii'.-f 1t. \ (r{ iiil. I'()i-l)'l'() I)O So
t ..,'.,,,1,,-ri,
'l _.
't..'.:
2
11. CabledtransmissionmediadoNOTinclude 15. The i I legal copying and sel ling ofprograms
is referred to as
(A) coaxial
(B) fibre optics (A) propaganda
(c) satellite (B) software piracy
(D) twisted pair (c) computer fraud
(D) industrial espionage
Cut
copy 18 A type of utility program used to remove
Rename application programs is
(A) 2
t4 Which of the followirrg provides the (B) 4
SLOWEST Internet access? (c) 5
(D) 8
(A) Tl lirre
(B) Networl<
(c) Dial-Lrp
(D) Digital subscriber line (DSI.1
-4
20. Working from home and linking to the 25. Records on magnetic tape are stored
office computer system to submit work is
described as (A) indexed sequentially
(B) sequentially
(A) teleconferencing (c) randomly
(B) telecommuting (D) directly
(c) telemarketing
(D) teleworking
26. What is the function of a network of
computers?
2t Which device is essential for computer-
controlled systems to function with (A) Organizes data among computers
precision in an assembly line? (B) Receives data from one computer
(C) Allows users to obtain data from a
(A) Microphone central computer
(B) Speaker (D) Enables two or more computers to
(C) Camera communicate
(D) Sensor
l.
5
29 Which type of interface allows the user to 32 The MOST appropriate data type for storing
communicate with the computer system by the amount of interest earned on a sum of
keying in instructions? money is
30 Which ofthe following is/are advantage(s) 33 Which Pascal format is used to declare an
of information processing? array?
(A) I only
(B) II only 34 In Pascal language, which ofthe following
(c) I and II only is an acceptable variable name?
(D) II and III only
(A) real
(B) #sum
Item 31 refers to the following algorithm. (C) 9_num
(D) dateofbirth
v <_ 5
x (- v
v <_ l0 35. What does the symbol represent in
Z <_ 3
information technology?
x x*y
<_
v <- x-z (A) StarUStop
z <- x+y+z (B) Decision
display x,y,z (c) Input
(D) Process
! t;,.1'.
t-r--
r-..
6
Forx:= 2 TO 15 DO
Begin
Write("Enter the name of a country: ");
Read (Country)
End;
(A) 2
(B) t4
(c) rs
(D) 16
39 Which fragment of code would be the CORRECT option to output tlre prompt and enter the narne of
the country on two lines?
40. Which Iine contains a processing statement? 45. Program testing can be described as
42. The FIRST step in solving a problem is to 46 Extracti ng i nformation from a database can
be achieved through the use of
(A) test the solution
(B) define the problem (A) files
(c) evaluate the solution to the pr oblern (B) objects
(D) develop the algorithm for the (c) queries
problem (D) reports
Item 43 refers to the following inforrnation 47. A single row of data irr a database is called a
about programming.
(A) record
Compiling to create the object (B) table
code (c) field
II Creating the source code (D) file
III Executirrg to test for accuracY
f iiii;
L;,. .',
8
Item 49 refers to the following spreadsheet. 50 Which of the following actions is required
for creating a chart in a spreadsheet?
*!f.iHq &;tiir;=!i ,rlGll ,:.1$-t
ffidgi f.E:l
rfl-{rjt: ffi ffiffi
i+t;_1
45
5l The default alignment for numbers in
39
spreadsheet is
(A) left
(B) right
(C) centre
49. To add the values 17,35,45 and 39 in the (D) justified
spreadsheet table above, which function
should be placed in cell 86?
(A) :SUM(B2:B5)
(B) :SUM(82:86)
(C) :ADD(B2:B5)
(D) :COUNT(B2:86)
.,:,1.:.:,, f,: . :
D ''i .,' :,'.: i"' E.i.., t
52 The spreadsheet has beerr sorted by a prirnary field and tlten a secondary field. What are the primary
and secorrdary fields respectively?
A B c D
!''
,,,? VAT lSYo
3
53. What formula should be inserted into C5 to calculate the VAT for the washer?
(A) : (58*2B)
(B) : (85*$B$2)
(c) : (5B*$B$2)
(D) : (85*82l100)
54 Which of tlre following features allows the 50. In order to perform a block operation in a
user to insem individual names in a primary word processing application; the required
document? text must first be
t.
i'r.,
l,i.f '
-10-
58. Which of the following must be considered 60 Which of the following PowerPoint
when creating a website? Presentation icons represents the slide
sorter?
The intended audience
II. The artistic design of the whole
website
(A)
tr
III. The layout of the pages in the
website
(B) EE]
trlE
(A) I and II only
(B) I and III only
(c) Il and III only (c)
(D) I, II and III
END OF TEST
TF YOU FINISH BEFORE TIME IS CALLED, CHECK YOUR WORK ON THIS TEST.
January 2020 IT Paper 1
1. Which of the following shows an increase in 5. Before purchasing a computer, James was
computer memory? given a sheet with the following hardware
specification.
(A) Terabyte → Gigabyte → Megabyte
(B) Gigabyte → Kilobyte → Megabyte Intel Pentium IV 64 bit 3.6 GHz
(C) Megabyte → Terabyte → Gigabyte 2 GB 533 MHz SDRAM
(D) Megabyte → Gigabyte → Terabyte
160 GB SATA HDD 7200 rpm
2. The operating system task of scheduling
central processing unit (CPU) time to The word size of the computer is
program is the function of
(A) 2 GB
(A) file management (B) 64 bit
(B) process management (C) 7200 rpm
(C) memory management (D) 533 MHz
(D) peripheral management
6. Cabled transmission media do NOT include
3. Resolution determines the clarity of the
image displayed on a monitor. The term (A) coaxial
‘resolution’ refers to the number of pixels (B) satellite
(C) fibre optics
(A) that makes up the colour (D) twisted pair
(B) arranged vertically on the screen
(C) arranged horizontally on the screen 7. The device used for printing industrial
(D) arranged in a unit area of the screen quality architectural drawings is the
(A) processing
(B) storage
(C) output
(D) input
January 2020 IT Paper 1
9. Which of the following statements are true 13. Which of the following types of technology
about writing custom software? is commonly used by banks to read data
on cheques?
I. It takes a long time to produce.
II. It contains all the features that are (A) POS
required. (B) OCR
III. Many other companies will have the (C) OMR
same software. (D) MICR
18. A USB port on a personal computer is 23. What is the sum, in binary, of the following
binary numbers?
(A) an input for the system
110+101
(B) the centre of the system board
(C) used for connecting peripheral (A) 1001
devices (B) 1010
(D) an insert card that adds memory to (C) 1100
the system (D) 1011
19. A number is written as AF5. What number 24. Which of the following devices can be used
system does this represent? for both input and output?
20. Which of the following devices produces a 25. Records on magnetic tape are stored
softcopy output?
(A) directly
(A) Plotter (B) randomly
(B) Monitor (C) sequentially
(C) Keyboard (D) index sequentially
(D) Laser printer
26. Which of the following is NOT a validation
21. Which of the following is true about an check?
intranet?
(A) Visual
(A) Offers unlimited access (B) Range
(B) Allows access to suppliers (C) Consistency
(C) Allows access to employees (D) Reasonableness
(D) Offers limited access to
employees and suppliers 27. Which of the following CANNOT represent
typical bi-stable values?
22. CAD is MAINLY used by
(A) 1, 0
(A) engineers (B) Y, N
(B) musicians (C) ON, OFF
(C) medical personnel (D) Red, Green
(D) mass media personnel
January 2020 IT Paper 1
28. Pictures on a visual display unit are made up Item 33 refers to the following information.
of tiny dots called pixels. The term ‘pixel’
is derived from the words
LIST C A R I
(A) picture element Index 1 2 3 4
(B) picture elevation
(C) picture extension 33. The index location of the letter ‘R’ is
(D) picture excellence
(A) 3
29. Which access method is used to retrieve data (B) R
from a flash drive? (C) index
(D) index + 3
(A) Direct
(B) Serial 34. In Pascal language, which of the following
(C) Sequential is an acceptable variable name?
(D) Indexed sequential
(A) real
30. Which of the following hexadecimal (B) #sum
represents the decimal number 300? (C) 9_num
(D) dateofbirth
(A) 1 FF
(B) 3 FF 35. Machine language is categorized as a
(C) 1 C2
(D) 12 C (A) first generation language
(B) second generation language
31. An integer data type in a Pascal program can (C) third generation language
be represented by (D) fourth generation language
(A) VAR integer number; 36. Assigning ‘P’ to GRADE means that
(B) VAR number: integer; GRADE should be declared as
(C) VAR number;//integer
(D) VAR integer:=number; (A) char
(B) real
32. Which of the following numbers is of type (C) string
real? (D) integer
(A) -37
(B) 14.375
(C) 15
(D) 375
January 2020 IT Paper 1
37. How many times will the loop be executed 41. Claude was asked to write pseudocode that
by the following statement? will accept THREE numbers from the user,
find and display their average.
for mark:=-1 to 5 do
writeln(‘^’); He wrote the following:
Step 1: start
(A) 0 Step 2: read n1, n2, n3
(B) 1 Step 3:
(C) 5 Step 4: write average
(D) 7 Step 5: stop
38. What does the symbol represent in Which of the following statements should be
information technology? placed in Step 3?
39. A trace table is used to 42. The FIRST step in solving a problem is to
(A) 5, 5
(B) 5, 10
(C) 15, 5
(D) 15, 10
January 2020 IT Paper 1
44. The decision box of a program flowchart 47. Linking to another webpage can be achieved
shows the by creating a
Item 45 refers to the following spreadsheet 48. Which of the following features allows the
A B C D E F G user to insert individual names in a
1 primary document?
2 17
3 35 (A) Footer
4 45 (B) Header
5 39 (C) Mail merge
6 (D) Search and replace
7
49. Which of the following actions is required
45. To add the values 17, 35, 45 and 39 in the
for creating a chart in a spreadsheet?
spreadsheet above, which formula should be
placed in Cell B6?
(A) Print the data.
(B) Select the data.
(A) =SUM(B2:B5)
(C) Select the paper size.
(B) =SUM(B2:B6)
(D) Select the orientation.
(C) =ADD(B2:B5)
(D) =COUNT(B2:B6)
50. What is the correct order of the steps used to
change the font of text on a slide?
46. Which of the following is used for executing
HTML code?
I. Select the text.
II. Select the slide you want to
(A) A parser
change.
(B) A browser
III. Select the font you want to use.
(C) An assembler
IV. On the formatting toolbar, click
(D) An interpreter
the arrow next to the font box.
(A) file
(B) field
(C) table
(D) record
52. Which of the following PowerPoint presentation icons represents the slide sorter?
54. When creating a database for a supermarket, the MOST appropriate data type to use for the
price of an item is
(A) text
(B) number
(C) currency
(D) autonumber
January 2020 IT Paper 1
55. The values in Column B should be 58. Which of the following characteristics
formatted using the must two database table have in order
(A) percentage format for them to be linked?
(B) currency format (A) Composite keys
(C) comma format (B) The same data in all tuples
(D) money format (C) At least two tuples in the table
(D) At least one common attribute
56. Which formula should be placed in Cell name
E2 to obtain the stock balance?
(A) =F2-D2 59. What type of cell addressing must be
(B) =D2-C2 used to keep the cell address in a
(C) =C2-D2 formula the same when it is copied to
(D) =C2-F2 another cell?
(A) Fixed
57. The function to display the text ‘LOW’ (B) Direct
in Cell G2 is (C) Absolute
(A) =IF(E2>F2, “LOW”) (D) Relative
(B) =IF(E2-F2, “LOW”)
(C) =IF(E2<F2, “LOW”) 60. Which of the following types of
(D) =IF(F2-E2, “LOW”) software work be MOST appropriate
for displaying information in tables
and reports?
(A) Database
(B) Spreadsheet
(C) Presentation
(D) Word processing
May/June 2021 IT Paper 1
1. Which of the following are considered 6. The lights in a room turn on as soon as a
computer hardware? person enters. Which input device is
MOST likely used to control the lightening
(A) Data in the room?
(B) Programs
(C) Output devices (A) Sensor
(D) Operating systems (B) Remote
(C) Scanner
2. To use a program stored on a flash drive, (D) Keyboard
the program must be transferred into
7. Which of the following devices is used to
(A) ROM input date into the computer?
(B) RAM
(C) PROM (A) Mouse
(D) EPROM (B) Speaker
(C) USB flash drive
3. Which of the following operations is (D) External hard drive
considered a feature of a biometric system?
8. In which of the following interfaces types
(A) Matching fingerprints is the user required to remember specific
(B) Detecting irregular heartbeats instructions and syntax?
(C) Diagnosing medical symptoms
(D) Lubricating skeletal joints (A) Menu-driven
(B) Graphical user
4. Which of the following would NOT be (C) Computer screen
considered cloud storage? (D) Command-driven
(A) Gmail
(B) Dropbox 9. The MOST suitable printer for creating the
(C) Google Drive model if the globe above is
(D) Windows OS (A) a 3-D printer
(B) a laser printer
(C) an ink-jet printer
(D) a thermal printer
May/June 2021 IT Paper 1
10. Which of the following protocols is used to 14. A developer is important is important to a
ensure that all web pages and servers company because he/she
communicate with each other?
(A) is responsible for the company’s
(A) IP website
(B) FTP (B) assigns web addressed to all users
(C) VoIP in a company
(D) HTTP (C) backs up files and stores the disks
at another location
Item 11 refers to the following symbol. (D) monitors the shutting down of
competitors’ website
(A) POS
(B) OCR
(C) OME
(D) MICR
May/June 2021 IT Paper 1
19. Transferring data from a remote computer 24. While of the following can be termed
to your computer is referred to as ‘application software’?
20. Data that had been processed and that has 25. Which of the following functions is
meaning is termed performed by a modem?
(A) C3 + C4 + C5
(B) A3 + A4 + A5 43. In creating a query, a student entered the
(C) A3 + A4 + $B$5 following criteria for the date field.
(D) C3 + C4 + $B$5
>=05/11/2021 and <=05/14/2021
Item 40 refers to the following table containing
data on three countries, A, B and C, for 2020 and The output will show days
2021.
(A) after 14th May 2021 only
Country 2020 2021 (B) from 11th and 14th May 2021
A 300 600 (C) before 11th May and after 14th May
B 500 800 2021
C 500 600 (D) between 14th May and 5th November
2021
40. Which of the following types of charts is
LEAST suitable for representing the data 44. The field that uniquely identifies a record
above? in a database is called the
Item 45 refers to the following database table. 48. Which of the following content controls
would be useful when creating a fillable
Item No. Item Desc. Quantity electronic form for online use?
H050 Hammer 20
H040 Hammer 40 I. Date picker
FK030 Fork 35 II. Check box
FK020 Fork 40 III. Drop-down list
FK015 Fork 45
(A) I and II only
45. The database table above shows records (B) I and III only
sorted by (C) II and III only
(D) I, II and III
(A) Quantity in ascending order
(B) Quantity in descending order 49. Which of the following features allows the
(C) Item No. in ascending order user to insert individual names in a primary
(D) Item No. in descending order document?
Item 51 refers to the following algorithm. 55. Which of the following terms is an invalid
variable name?
Read (A, B)
If A<B Then (A) Sum
Print(A); (B) Vat15
(C) Count
51. Which of the following tasks does the (D) 2count
algorithm perform?
56. The decision box of a program flowchart
(A) Reads two numbers and prints the shows the
first number
(B) Reads two numbers and prints the (A) link to another page
smaller number (B) test to be carried out
(C) Reads two numbers and prints the (C) calculates to be done
first number if its larger than the (D) input and output operators
second number
(D) Reads two numbers and prints the 57. A computer programmer is coding an
first number if its smaller than the algorithm which calculates the class
second number average for a given exam. He creates a
variable called class_avg. Which data type
52. Which of the following is an example of a should he specify when declaring this
conditional construct? variable?
53. When implementing a program, which of Item 58 refers to the following algorithm.
the following steps comes after executing?
I. Ask user for length and width
(A) Linking II. length, width
(B) Compiling III. area length * width
(C) Maintaining IV. “Area of rectangle is”, area
(D) Interpreting
58. Which of the following options, in the
54. Which of the following is NOT a high- correct order, can be used to replace I, II
level programming language? and IV in the algorithm?
(A) Constant
(B) Location
(C) Variable
(D) Storage
(A) 1
(B) 2
(C) 3
(D) 4