Sri Jayawardhanapura Education Zone
First Term Test –March 2019
Grade 11 Information & Communication Technology – I
Time: 1 Hour
Note: Answer all questions
In each of the questions 1 to 4, pick one of the alternatives (1),(2),(3),(4) which you
consider as correct or most appropriate.
1. Class teacher asks Students to gather the marks for mathematics of each student and to calculate the
average. the words that are bold respectively refer to
(1) Data and Information (2) Information and Data
(3) Both Information (4) Both Data
2. What is not an example for Volatile memory
(1) Cache Memory (2) Memory Card (3) RAM (4) Memory Register
3. Consider the following statements.
A – Register memory in a computer has a smaller capacity than that of a hard disk.
B – Data access speed of register memory is slower than the speed of a hard disk.
C – Per bit cost to store data in register memory is higher than the per bit cost to store data in a hard
disk
Which of the above statements are true?
(1) A and B (2) A and C only
(3) B and C only (4) All A, B and C
4. Parts of the CPU in a personal computer are……………………
(1) Memory, control unit and storage (2) CU,ALU and ROM
(3) CU, ALU and memory register (4) ALU,CU, Cache memory
5. Which of the following can be used to connect two computers?
(1) OMR (2) MICR (3) UPS (4) NIC
6. What is the binary value of hexadecimal number 90?
(1) 10010000 (2) 5A (3) 1011100 (4). 90
7. Which of the following will be the output produced by the circuit given below?
(1) A .(B+C) (2) A + (B+C) (3) A. (B.C) (4) A. (B+C)
8. Which statement is valid?
(1) 1KB=8bytes (2) 1MB=8KB (3) 1KB=1024 bytes (4) 1MB=1024 Bytes
1
9. Which of the following statements are true about the system software
(A) Ubuntu and Mac are kinds of system software
(B) It is responsible for integrating and managing the individual hardware components
(C) Enable the application software to interact with the computer hardware.
(1) A and B (2) A and C (3) B and C (4) A,B, C all
10. Which of the following is a direct function carried out as part of memory
management in an operating system?
(1) Releasing memory when a task is completed
(2) Accessing the hard disk
(3) Organizing files in a folder
(4) Managing devices
11. A network is called a Star topology if
(1) A computer is attached with multiple cables.
(2) All computers are attached to a central device.
(3) All computers are attached to a single cable.
(4) Computers are arranged in a closed group.
12. Which of the following is equivalent to 14458
(1) 001111101001 (2) 001100100101 (3) 1010011001000 (4) 00110010011
13. Which of the following is equivalent to hexadecimal 3216
(1) 110018 (2)1010102 (3) 628 (4) 748
14. Which of the following is the BCD value of decimal 235?
(1) 001111101001 (2) 001100100101 (3)1010110010002 (4)001000110101
15. Which of the following represents ASCII character “E” if the character B is represented as 10000102
(1) 100000012 (2) 10001002 (3)1000010102 (4) 10001012
16. Portrait and Landscape in a word processing software are called.
(1) Page Orientation (2) Paper Size (3) Page Layout (4) Margin
17. Word processing software can be used to change a word mentioned in different places even in a long
document. This facility is called,
(1) Cut and paste (2) Copy and paste (3) Find and Replace (4) Spellings and Grammar
18. Features that affects the popularity of using word processing software in a computer than the typewriter
is,
A. Re editing can be done easily B. Checking spellings and Grammar easily
C. Ability to add pictures
(1) A and B only (2) B and C only (3) A and C only (4) A,B and C
19. Which facility /Tool can be used to write CO2
(1) Increase Font size (2) Decrease Font size (3) Superscript (4) Subscript
2
20. What is the purpose of inserting a header and a footer in document?
(1) Enhancing the overall appearance of the document
(2) Marking the starting and ending of page
(3) Making large document more readable
(4) Make the document more structured and organized.
21. Which of the following are examples for spreadsheet Packages?
A. Microsoft Excel B. OpenOffice.org Calc C. Fedora
(1) A and B (2) A and C (3) B and C (4) A,B and C
22. What happens when dollar signs ($) are entered in a cell address? (ex. $B$2:$B$10)
(1) An absolute cell address is created.
(2) Cell address will change when it is copied to another cell.
(3) The sheet tab is changed.
(4) The status bar does not display the cell address.
Following worksheet shows marks obtained in different terms by ICT students of grade 10.
E F G
10 Student Name Term 1 Term 2
11 M.M.Soysa 56 64
12 R. Kumarage 80 72
13 D. Silva 65 59
14
15
23. What is the formula to be inserted in cell F15 to find the highest score made in 1st Term?
(1) =MAX(G11:G13) (2) =MAX(F11:F13) (3) =MIN(F11:F13) (4) =COUNT(G11:G13)
24. What is the formula to be inserted in cell F14 to find the average marks of ICT in Term 1?
(1) =AVARAGE(G11:G13) (2) =AVERAGE(F11:F13)
(3) =AVG(F11:F13) (4) =G11+G12+G13/3
25. Which of the following are main objects of a database?
A. Table B. Query C. Form D. Index
(1) A, B and C (2) A, B and D (3) B, C and D (4) A,B,C and D
26. A collection of fields in a database is called a,
(1) record (2) table (3) query (4) Form
27. In a database table, rows are identified as records and columns are identified as,
(1) Labels (2) Fields (3) Data types (4) Cells
28. Which of the following data types is most suitable to hold the National identity card no.?
(1)Text (2) Number (3) Memo (4) OLE Object
29. “A ………………….. is any field or combination of fields in a database table that uniquely identifies
each record.” Which of the following word(s) best fits to fill in the given blank of the above statement?
(1) Record (2) Primary Key (3) Lables (4) Cell
3
30. What is the shortcut key combination that can be used to insert a new slide into an electronic
presentation?
(1) Ctrl+X (2) Ctrl+M (3) Ctrl+S (4) Ctrl+N
31. What is the function key used to view a slide show in a presentation software?
(1) F1 (2) F4 (3) F5 (4) F6
32. What is the output of the following pseudo code? Begin
(1) 100,99,98,97,96 X=100
(2) 100,99,98,97,96,95 While x>95
(3) 99,98,97,96,95 Print x
X=x-1
(4) 99,98,97,96
End While
Print x
End
33. Select the Correct Control structures present in the following flow chart
(1) Selection, Repetition
(2) Selection, Repetition, Sequence
(3) Sequence, Repetition
(4) Selection, Sequence
34. What is the output of the above flow chart?
(1) 9 (2) 12 (3) 8 (4) 16
35. Consider the ‘while’ loop and the ‘repeat until’ loops given below:
count_x = 1 count_y =1
while count_x <=10 repeat
count_x = count_x+2 count_y = count_y+2
end while until count_y <=10
What are the values of count_x and count_y after completion of the execution of while and repeat
until loops respectively?
(1) 9 and 9 (2) 9 and 11 (3) 11 and 9 (4) 11 and 11
4
36. Select the correct output of the following pseudocode.
x=5
y=(x*2)+10
While (y>5) do
Print y+2
y=y/2
print x
(1) 20 10 5 (2) 22 12 5 (3) 22 12 10 (4) 22 13 7.5 5
37. Which of the following is an invalid data type in pascal?
(1) Real (2) Char (3) Boolean (4) Float
38. Which of the following is suitable as a variable in Pascal?
(1) exports (2) Student ID (3) &Total (4) Last_name
39. Which of the following is not a reserved word in Pascal?
(1) String (2) mod (3) case (4) Average
40. What is the output when following expression is executed in pascal?
NOT (16 mod 4 >6)
(1) True (2) False (3) 0 (4) Not True
5
Sri Jayawardhanapura Education Zone
First Term Test –March 2019
Grade 11 Information & Communication Technology – II
Time: 2 Hours
Note: Answer five questions only, selecting the first question and four others
First question carries 20 marks and each of the other questions carries 10 marks.
(1)
i. a. What is the major hardware technology used in second generation computers.
b. Write two differences between second and third generation computer’s.
ii. a. List four ways how ICT helps in field of education.
b. Write four characteristics of information.
iii. a. Complete the following calculation and provide the answer in base decimal.
4BF 16 + 3456 8
b. Convert 5028 into a binary number. Write down the steps.
iv. Write down the output (F).
v. Match column A with B.
A B
1 Key board A Video Port
2 Printer B PS/2 Port
3 Router C Parallel Port
4 Monitor D Network Port(RJ 45)
vi. Write down the coding systems used by the computer.
vii. Following pseudocode is designed for the purpose to find a given number as odd or even.
Fill in the blanks to complete it.
Begin
Input X
IF X mod ………. = 0 Then
…………… “X is even number”
Else
Print “X is ……….. number”
……………
End
1
viii. Read the following paragraph and answer the questions.
Malan watched a TV programme using his smart phone with a connection to Bluetooth speaker. The TV
programme consisted of some conversations and songs.
a. Which data transmission medium is used in above scenario?
b. What is the mode of transmission, used in above scenario?
ix. Match column A and B.
A B
Software which checks attached devices when a computer turns on Disk defragmentation
Operating System with command line Interface Format
A mechanism of initializing suitable storage structure BIOS
A mechanism that rearranged files in hard disk DOS
x. List two advantages of a computer network.
(2) “Tech Zone” is a store that sells computer parts. They purchase items from consignment suppliers. The
details of supplied items and suppliers is recorded in following tables of a database.
Purchase Table
Supplier Table
Date Supp_ID Item_ID Count
20/01/2019 S01 B001 40 Supp_ID Supp_ Name Phone No
29/01/2019 S03 B004 20 S01 Tech Lanka 0352225456
12/02/2019 S02 B002 30 S02 IT Zone 0112857832
25/02/2019 S04 B003 15 S03 City Smart 0412256453
14/02/2019 S02 B001 20 S04 Tech Park 0112564875
Item Table
Item_ID Item Name Stock
B001 19’’ LED Monitor 15
B002 1TB Hard Disk 20
B003 16 GB USB Flash Drive 15
B004 1Tb RAM 20
i. Write two suitable primary keys with the name of the table.
ii. Avishka goes to Tech zone and buy five 16GB USB flash Drives;
a. Which table(s) should be updated?
b. Write down the updated record(s) in each table.
iii. The Tech Zone decides to add a new item “Optical Mouse” and purchases 40 units of them from the
supplier Tech Park on 2019/02/28.
a. Which table(s) should be updated?
b. Write down the new record(s) according to above updated table(s).
iv. Mention two methods that can be used to protect this database.
2
(3) A student who is in the Computer Club of Mahanama College created following notice. He used a Word
processing software to create this notice. Answers to questions using the given notice.
i.
a. Write down the steps required to save this document in desktop as ICT CLUB.
b. What is the tool used to do the formatting in label A.
c. Name the tools that are used in labels B C and D.
d. How do you insert a hyperlink for school web site as mentioned above?
ii.
a. Write five qualities of a good presentation.
b. What are the views types of an electronic Presentation?
(4)
i. Telemedicine is one advantage of information and communication technology. State what is mean by
Telemedicine and give two instances where telemedicine is used.
ii. A member of hardware team stated that partitioning is an important activity in utility programme of an
operating system. What do you mean by partitioning and mention when to do it?
iii. Gayani has registered herself in an electronic banking System. She uses this facility to do online
Shopping.
a. Mention two advantages she gets from online shopping.
b. Mention two other facilities she receives from e-banking system.
3
(5) Consider the following income report of Mahaweli Maha Vidyalaya and answer questions i to vi.
Each house collected money from the students for the expenses of the sports festival and 10% of the total collected
by each house should be given to the school.
i. Write down the correct formula to find the amount collected by Hansa House in cell G5.
ii. The Contribution Percentage is given in cell E10. The amount of Contribution to School is calculated
by multiplying the Amount by the Contribution Percentage. Write down the formula to display the
Contribution to School in cell H5 for Hansa house. Assume that this formula will be copied to other cells
to calculate the Contribution to School for all houses.
iii. Write down the correct formula to find the total Amount After Contribution of Hansa House in cell I5.
iv. Write down the correct formula to find the total income (Total Amount After Contribution) in cell I9.
v. Organizing committee decided to change the contribution percentage from 10% to 12%. What are the
cells you need to change after this?
vi. Name two types of charts, to display the house name vs amount after contribution.
(6) The algorithm represented by the following flowchart reads 5 numbers and prints the sum of them.
i. Identify and write down the appropriate statements for labels A and B.
ii. Write a pseduocode to represent the above flowchart.
4
First Term Test 2019
Information Communication Technology
Marking Scheme - Grade 11
(1)
1. a. transistors. ( 1 mark)
rg
b.
2nd generation 3rd generation
Major H/W technology - transistors Major H/W technology - IC
No Key board, mouse found Key board and mouse found as input
devices
.o
No operating System found Birth of Operating system
(1 mark)
2. a. Education –Any where any time(Internet) .
In the class room( learning aid).
es
Serves as a teaching aid. (1 mark)
b. Relevancy, Completeness ,Accuracy, Timeliness, Cost Effectiveness (1 mark)
3. a. 4BF 16 + 3456 8 =3053 (1 mark)
ot
b. 5028 = 101000010 (1 mark)
4. a. F = (X1.Y1) + (X1.Y1) +Z (2 marks)
5. Match column A with B.(1/2 marks *4)
tn
A B
1 Key board A Video Port
2 Printer B PS/2 Port
3 Router C Parallel Port
ic
4 Monitor D Network Port(RJ 45)
6. ASCII, BCD, EBCDIC, UNICODE. (2 marks)
7. 2,Print,Odd,Endif(1/2 marks *4)
8. Guided - Coaxial cable –TV antenna
1. Unguided –Radio waves-Bluetooth . (1 mark)
2. Simplex – Watching the TV. Full duplex – Smart phone (1 mark)
9. Match column A and B. (1/2 marks *4)
A B
Software which checks attached devices when a computer turns Disk defragmentation
on
Operating System with command line Interface. Format
A mechanism of initializing suitable storage structure BIOS
A mechanism that rearranged files in hard disk DOS
10.Sharing files, Sharing resources, Ability to control central software, Security(2 marks)
rg
(2)
(i) Item Table - item_ID
Supplier Table - Supp_ID (2 marks)
(b) .o
(ii) (a) item table (1mark)
es
Item_ID Item name Stock
B003 16 GB USB flash drive 10
(1mark)
(iii)
ot
(a) Item Table, Purchase Table (1 mark)
(b) Item Table
Item_ID Item name Stock
B005 Optical Mouse 40
tn
(1 mark)
Purchase Table
Date Supp_ID Item_ID Count
28/02/2019 S04 B005 40
ic
(1 mark)
(iv) use password
encrypt database
(3 marks)
(3)
(i)
(a) file save select the location desktop save(2 marks)
(b) Text Effects (2marks)
(c) B - bold
C - italic
D – Bullets (3marks)
(d) click hyperlink icon and give URL (1 mark)
(ii)
(a) any suitable answer (1 mark)
(b) Normal view
slide sorter view
Reading view
slide show view (1 mark)
(4)
rg
i) any suitable answer 2marks
ii) any suitable answer 4marks
iii) a. any suitable answer 2 marks
(5)
I. =E5*F5
.o
b. any suitable answer 2marks
(1 mark)
es
II. =G5*$E$10 (2 marks)
III. =G5-H5 (1 mark)
IV. =SUM(I5:I8) (2 marks)
V. E10 (3 marks)
VI. Column chart, Bar Chart (1 mark)
ot
(6) i. A i=1
B i<=5 (4 marks)
tn
ii. begin
i=1
tot =0
while i<= 5
ic
read x
tot =tot+x
i = i+1
display tot
end
(6 marks)
Hotline
Log in
All Search Books Here... Search 071 777 4440 0 Regist er
Shop By Grade Home Shop Contact Us
O/L Past Paper Books English Medium Sinhala Medium View All
O/L English language Past Paper Book – Master Guide O/L Sinhala Language Past Paper Book – Master Guide O/L History Past Paper Book – Master Guide
රු 900.00 රු 850.00 රු 900.00
or 3 X රු300.00 with or 3 X රු283.33 with or 3 X රු300.00 with
O/L Mathematics Past Paper Book – Master Guide O/L Science Past Paper Book – Master Guide O/L Buddhism Past Paper Book – Master Guide
රු 850.00 රු 850.00 රු 750.00
or 3 X රු283.33 with or 3 X රු283.33 with or 3 X රු250.00 with
O/L Second Language Tamil Past Paper Book – Master O/L Second Language Sinhala Past Paper Book – Master O/L Design And Mechanical Technology Past Paper Book –
Guide Guide Master Guide
රු 700.00 රු 800.00 රු 650.00
or 3 X රු233.33 with or 3 X රු266.67 with or 3 X රු216.67 with