Information and Communication Technology Paper 2 Structred
Information and Communication Technology Paper 2 Structred
Sample Paper
Preparation
:- Ministry of Education
Time Duration: 3 hours
Instructions:
(ii)
Using the definition suggested in (i) above, show that a refrigerator is a system.
..
..
(iii)
State whether the refrigerator is an open system or a close system. Justify your answer.
..
.
(iv). State whether the following requirements of a motor car are functional.
Proper functionality of break system of a car.
.
Examples for B2B, B2C, and C2C in E- Commerce are mentioned below. State the type
for each example
(i)
Sama who lives in a foreign country orders a flower bouquet for her mothers birthday
using web based service.
(ii)
Sarath designed a website that consists of a collection of old stamps. Kamal is buying
stamps from website.
.......................
(c)
Suggest a suitable method to solve their hardware maintenance problems based on the
Information Communication Technology from their school.
...........
(ii)
Name three ICT devices that are needed for the method you suggested in (i) above.
..
(2).
(a). (i)
(ii)
(iii) What are the three modulation methods in analog signals in data communication?
(iv)
(b).
Given below is part of the output screen after executing inconfig/all command.
(ii)
(iii)
(3)
Production
Pro_No
MLK02
MLK04
MLK03
MLK06
MLK07
(a)
Pro_Type
Diary Milk
Diary Milk
Butter
Diary Milk
Butter
Pro_Name
Anchor
Maliban
Anchor
Lakspray
Maliban
Unit_Price
330.00
325.00
130.75
338.00
128.50
Sale_Price
325.00
320.00
128.75
330.00
125.50
(b)
What is the SQL statement which is used to add the following record to the table?
MLK08 Butter
Lakspray
125.00
128.00
(c)
Write down the SQL statement to display Pro_Type, Pro_Name and Unit_Price which
products are not similar to Lakspray in the Pro_Name field.
(c)
UPDATE Production
SET Unit_Price=335.00
WHERE Pro_No=MLK04
What would be the output of this SQL statement ?
.
.
(d)
SELECT Pro_Name,Sale_Price
FROM Production
WHERE Unit_Price-Sale_Price>3
What would be the result of this SQL statement ?
.............................................
Describe how you would input 3 integer values and output the largest value.
(ii)
Develop a flow chart to represent an algorithm, based on the method suggested in (i) above,
to output the largest value.
(iii)
Convert the flow chart you have the above (ii) into a pseudo code.
(b)
Show how the computation of 14+(-3) is done in 8 bit twos complement arithmetic.
Explain how you deal with the carry generated in the most significant bit.
..
.........................................