ICT SA3 Practical

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Information Communication Technology

Stage 8

Paper 2 2024

Cambridge Lower Secondary Progression Test


Name

Class Date

1 hour only

Additional Materials: None

INSTRUCTIONS
• Answer all questions.
• Write your answer to each question in the space provided.
• You should pay attention to punctuation, spelling, and handwriting.
• Write a black or dark blue pen.

INFORMATION
• The total mark for this paper is 80
• The number of marks for each question or part question is shown in brackets [ ].
• No points will be awarded if you use famous brands or hardware companies.
• Consists of 10 printed pages.

All the best!!

3123_01_3RP
© UCLES 2024
I. Fill in the blanks [14]
a. ________________ Excel function combines the text from multiple
cells.
b. A row in a table is also know as _____________.
c. ______________ is an example of PAN.
d. RDBMS means _______________________________________.
e. _____________ describes the aim and contents of the chart.
f. _____________ keyword is used to specify which rows to retrieve
in DBMS.
g. _____________ function returns the day of the week.
h. In the select query, _____________ is used to collect data.
i. The field which uniquely identifies record is known as __________.
j. ____________ is the symbol of floor division.
k. ISP stands for ____________________________________.
l. Which factor is safe wired or wireless network? ______________.
m. ________________ is the unit of bandwidth.
n. How many arguments can be altered in Goal Seek? ___________.
II. Define the following
a. Variable [2]
_____________________________________________________
_____________________________________________________
b. Insert Query [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________
c. Cell reference [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________

© UCLES 2024 E/S24/01 2


d. Data Filtering [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________
e. Conditional Formatting [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________
f. Primary Key [1]
_____________________________________________________
_____________________________________________________
g. VLOOKUP [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________
h. Interactive Mode [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________

III. Answer the following question


a. Yusuf, a class X student, has just started understanding the basics
of client and server model. He is a bit confused in between the
terms “client” and “server”. Help him in understanding both the
terms and the help of sustainable examples of each. [3]
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________

© UCLES 2024 E/S24/01 3


_____________________________________________________
_____________________________________________________
_____________________________________________________
b. How will you write the excel formula for the following? [4]
i. Multiply the value in cell B1 by 20, add result by 15, and
divide it by 2.
________________________________________________
________________________________________________
ii. If age is greater than 20, return “Valid Data” otherwise
“Invalid Data”.
________________________________________________
________________________________________________
iii. Calculate your age in years from current date.
________________________________________________
________________________________________________
iv. Display first name “John” from full name “John Smith” using
excel text functions.
________________________________________________
________________________________________________
c. Mr. Aryan is a librarian in an international school. Help him to
maintain book details for issuing them to students. Suggest any six
fields and their data types to keep the relevant data. (Don’t forget
the Primary Key!) [4]
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________

© UCLES 2024 E/S24/01 4


d. What is goal seek in excel? [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________
e. Malka is an accountant of a school. She keeps track of the money
the parents have to pay. Help him to maintain money details of
parents paying the fees. Suggest any six fields and their data
types to keep relevant data. [4]
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
f. Mention the functionality of COUNT and COUNTA functions. [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
g. Lark wants to export his data from his DB to a PDF. Help him to
export the data so that he can send it to his boss. [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________

© UCLES 2024 E/S24/01 5


h. Now Larks’ boss sent him an excel file to import it to the database
sheet. Help him to import that file to database. [2]
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
_____________________________________________________
i. A shopkeeper maintains a database table named ‘Item’ for his
shop. The table ITEM contains the following data:

Now help him in doing the following tasks on the table.


i. Write a query to insert a new record of the following details:
15,”pencil”,20,10 [1]
________________________________________________
________________________________________________
________________________________________________
ii. Write a query to display detail of items whose quantity is
more than 10. [1]
________________________________________________
________________________________________________
________________________________________________
iii. Write a query to change the quantity of item number 13 to
25. [1]
________________________________________________

© UCLES 2024 E/S24/01 6


________________________________________________
________________________________________________
iv. Display all the records of Item table. [1]
________________________________________________
________________________________________________
________________________________________________
v. Display the name of item whose price is 10. [1]
________________________________________________
________________________________________________
________________________________________________
vi. Which one of the following is a valid python statement?
Tick (√) the correct one. [1]
if a>=2:
if (a>=2)
if(a>=22)
if a>=22
vii. Arrange the order of precedence in python of the follow?
Multiplication, Subtraction, Parenthesis, Addition,
Exponential, Division [2]
________________________________________________
________________________________________________
________________________________________________
________________________________________________
viii. What is the difference between ‘/’ and ‘//’ operator? [2]
________________________________________________
________________________________________________
________________________________________________
________________________________________________

© UCLES 2024 E/S24/01 7


ix. a = 25 For the beside code, draw a
if a > 15: flowchart. [3]
print(“Hi”)
if a <=30:
print(“Hello”)
else:
print(“Known Program”)

© UCLES 2024 E/S24/01 8


IV. Why computers store data in 1 and 0? [2]
_______________________________________________________
_______________________________________________________
_______________________________________________________
_______________________________________________________
_______________________________________________________
_______________________________________________________
V. Define the terms of Software Knowledge Organizer [4]
1. Applications software
_______________________________________________________
_______________________________________________________
_______________________________________________________
2. System Software
_______________________________________________________
_______________________________________________________
_______________________________________________________
3. Operating System
_______________________________________________________
_______________________________________________________
_______________________________________________________
4. Utility Programs
_______________________________________________________
_______________________________________________________
_______________________________________________________

© UCLES 2024 E/S24/01 9


VI. ASCII Conversion Chart

(a) Convert each character of your full name into it’s equivalent Binary
Value. [1]
_______________________________________________________
_______________________________________________________
_______________________________________________________

© UCLES 2024 E/S24/01 10

You might also like