Computer Science (3)
Computer Science (3)
Handwriting = 2
Subject : Computer Science Paper = 48
Class : 7 ........... Total = 50
Duration : 1 period Date : ........................................
Candidate's name : ........................................................... Admission no : ..........................
Instruction : Answer all the questions.
(1) Underline the most suitable answer.
(i) Identify the most suitable control structure which is depicted in the picture below.
(ii) Select the most suitable example for string data type.
(a) 10 (b) Yes/No (c) 10.05 (d) AB@C
Equals
Less than
>
<=
Greater than or equals to
[Total = 5 marks]
(3) Fill in the blanks using the most appropriate word from the list given below.
(GUI, interface, computer, CLI, real)
(i) Users need an to interact with a .
(ii) systems are more userfriendly and easier to use than a
because the commands need not be learnt or memorised.
(iii) or floating point numbers are fractional values.
[Total = 2 × 5 = 10 marks]
(4) Write brief answers.
(i) Name three types of control structures used in algorithms.
a)
b)
c)
(3 marks)
(ii) What is Boolean data?
(2 marks)
[Total = 5 marks]
contd.....to page 3
3
Grade 7 Computer Science contd.....from page 2
(5) Qualifications to be a Presidential candidate in Sri Lanka.
The candidate, definitely should be a Sri Lankan citizen. Should be over 35 years of age.
Should be an eligible elector or should possess qualifications to be an elector.
Write an algorithm to input the candidate's name and age. If the age is more than 35 years
then display “You are eligible to apply”. Otherwise display “Not eligible”.
[Total = 8 marks]
(6) Write the most appropriate term in the flow chart for the scenario given in Question 5.
No Yes
[Total = 6 marks]
contd.....to page 4
4
Grade 7 Computer Science contd.....from page 3
(7) Mark and name the following on the picture.
(i) Insert Chart Icon
[Total = 2 marks]
(8) Write a Pascal program to display “I love my school”.
begin
Writeln
Readln;
end.
[Total = 2 marks]
END
Ref: CT