0% found this document useful (0 votes)
81 views6 pages

Information and Communication Technology Paper 2 Structred

This document contains a sample paper for Sri Lanka's General Certificate of Education (Advanced Level) Information and Communication Technology II exam. It includes four sections with multiple choice and structured questions covering topics such as systems, e-commerce models, data communication systems, SQL, algorithms, and two's complement arithmetic. Candidates have 3 hours to complete the paper, which tests their knowledge and skills related to ICT.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views6 pages

Information and Communication Technology Paper 2 Structred

This document contains a sample paper for Sri Lanka's General Certificate of Education (Advanced Level) Information and Communication Technology II exam. It includes four sections with multiple choice and structured questions covering topics such as systems, e-commerce models, data communication systems, SQL, algorithms, and two's complement arithmetic. Candidates have 3 hours to complete the paper, which tests their knowledge and skills related to ICT.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

General Certificate of Education (Advanced Level) Support Seminar-2013

Sample Paper

:- Information & Communication Technology II

Preparation

:- Ministry of Education
Time Duration: 3 hours

Instructions:

Answer all the questions on this paper itself.

Part A-Structured Essay


(1).(a)
(i)

Provide a suitable definition for a system.

(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.
.

The car should not emit harmful gases to the environment.


..
(b)

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)

Wholesale vehicle dealers order vehicles online.

(iii) Saman orders a computer online from a computer manufacturing company.


...................................................................................................................................................
(iv)

Sarath designed a website that consists of a collection of old stamps. Kamal is buying
stamps from website.
.......................

(c)

Consider the following scenario.


ICT teachers selected from schools islandwide, work as members of the Hardware and
Network Solution Pool established by the Ministry of Education for the purpose of proper
maintenance of school computer laboratories .The ministry identified that conducting
regular meetings to discuss technical difficulties and exchanging knowledge are time
consuming .
(i)

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)

What are the basic components of data communication system?

(ii)

Name three (3) transmission impairments in data communication.

(iii) What are the three modulation methods in analog signals in data communication?

(iv)

Explain one of the above modulation methods.

(b).

Given below is part of the output screen after executing inconfig/all command.

Consider the above to answer the question given below.


(i)

Write down the MAC address.

(ii)

What is the logical address?

(iii)

What is the function of the DNS server?

(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

Construct a SQL statement to design a database table which contains attributes


relevant to the table.
............................................................................................................................................

(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 ?

.............................................

(4) (a) (i)

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.
..

.........................................

You might also like