2014 WASSCE ELECTIVE ICT Paper 2

 

Question 1

(a) Match each type of ICT in Table 1 with its relevant communication sector:

ICT TypeCommunication Sector
Satellite communicationInternet
Radio broadcastingRadio
Data networkVideo conferencing
GSMTelecommunication

(b) List three computing devices that belong to each of the following periods:

(i) 19th Century Computing Devices:

  1. Difference Engine

  2. Analytical Engine

  3. Mechanical Calculator

(ii) 20th Century Computing Devices:

  1. ENIAC

  2. IBM Personal Computer

  3. Apple Macintosh


Question 2

(a) List:

(i) Three application areas of a word processing program:

  1. Writing reports and essays

  2. Creating and editing official letters

  3. Designing newsletters or flyers

(ii) Three types of data items:

  1. Text

  2. Numeric

  3. Date/Time


(b) Identify the data types in Table 2:

FieldData Type
Student I.D.Alphanumeric
NameText
Date of BirthDate
Score in Computer StudiesNumeric
GenderText/Character

Question 3

(a)

(i) Define Information and Communication Technology (ICT):
ICT refers to the integration of telecommunications, computing, and broadcasting technologies to store, retrieve, transmit, and manipulate information.

(ii) State three uses of ICT in the banking sector:

  1. Online and mobile banking

  2. ATM services

  3. Electronic fund transfer (EFT)


(b) State the full meaning of the following acronyms:

  1. LAN – Local Area Network

  2. GPS – Global Positioning System

  3. IP – Internet Protocol


Question 4

(a) List three criteria used in classifying files:

  1. Content type (e.g., text, video, image)

  2. File format (e.g., .docx, .pdf, .xls)

  3. Method of access (e.g., sequential or random)


(b)

(i) Two advantages of computer files:

  1. Fast access and retrieval

  2. Easy to duplicate and share

Two disadvantages of computer files:

  1. Risk of data corruption

  2. Vulnerable to hacking or viruses

(ii) Three methods of file security:

  1. Password protection

  2. Encryption

  3. Data backups


Question 5

(a) Define programming language:

A programming language is a formal language used by programmers to write instructions that a computer can interpret and execute.


(b) Write the following mathematical expressions in BASIC notation:

(i) x(w + y)^2LET A = X * (W + Y)^2
(ii) ab/cdLET B = (A * B) / (C * D)
(iii) p = 2(1 + b)LET P = 2 * (1 + B)


(c) BASIC program to calculate the area of a rectangle:

basic
10 INPUT "Enter Length"; L 20 INPUT "Enter Breadth"; B 30 LET A = L * B 40 PRINT "Area = "; A 50 END

(d) List two levels of programming language:

  1. Low-level language (e.g., Assembly language)

  2. High-level language (e.g., Python, BASIC, Java)

Post a Comment

Previous Post Next Post