Computer 9th (Chapter 2)
Computer 9th (Chapter 2)
Roll No
TIME ALLOWED: ② ② ② ② ② ② ②
③ ③ ③ ③ ③ ③ ③
Section-A is compulsory. All parts of this section are to be answered on this page and ④ ④ ④ ④ ④ ④ ④
handed over to the Centre superintendent. Deleting/overwriting is not allowed. Do not
use
ہے۔ ہیںlead pencil.
اجازت ن حّصہ اّو ل الزمی ہے۔ اس کے جوابات اسی صفحہ پر دے کر ناظم مرکز کے حوالے کریں۔ کاٹ کر دوبارہ لکھنے کی ⑤ ⑤ ⑤ ⑤ ⑤ ⑤ ⑤
کریکولم کے مطابق درست دائرہ کو ُپر کریں۔،لیڈ پینسل کا استعمال ممنوع ہے۔ ہر سوال کے سامنے دئے گئے ⑥ ⑥ ⑥ ⑥ ⑥ ⑥ ⑥
⑦ ⑦ ⑦ ⑦ ⑦ ⑦ ⑦
⑧ ⑧ ⑧ ⑧ ⑧ ⑧ ⑧
Answer Sheet no: _______ Sign. of Invigilator: _______ ⑨ ⑨ ⑨ ⑨ ⑨ ⑨ ⑨
Fill the relevant bubble against each question
___________ .Candidate Sign
:according to curriculum
QUESTIONS A B C D A B C D
Which one of the following
symbols is used in flow Input/
1 Processing Start/Stop Decision Ⓐ Ⓑ Ⓒ Ⓓ
chart for the statement Output
“Marks = 33”?
Observing
Which of the following is an Identifying similar
Writing a Testing
example of the "pattern the steps situations
2 program in the Ⓐ Ⓑ Ⓒ Ⓓ
recognition" part of to solve a to identify
Python solution
computational thinking? problem recurring
solutions
01 What is meant by 01
What is pattern recognition in
"decomposition" in
iv. computational thinking? How can + O +
computational thinking? Provide an
recognizing patterns help in solving R
01 example of how it can be applied to 01
problems?
a real-world problem.
The telephone numbers usually
have 9 digits. Out of these 9, the
first two digits represents the area
code and are it remained constant Write an algorithm to find the sum
v. 02 O 02
within a given area. The last 7 of given sequence:
R
digits represents the number, and SUM = 20 + 25 + 30 + ... + 60
it cannot begin with 0. How many
different telephone numbers are
possible with a given area code.
What is the major difference in
vi. 02 O Which steps are used to solve a 02
solving simple problems and
R complex problem.
complex problems?
Create an IPO chart which will
01
accept the ages of four boys and
vii. calculate their total age and + O Why software designers prefer 02
average age. The program must R to use IPO charts?
display both the total age and 01
the average age.
Flipping a coin result in Heads or 01 N-queens problem: where the 01
Tails. I flip a coin 20 times. goal is to place eight queens on
viii. + O +
☞ Identify the computing a chessboard such that no
R
problem. 01 queen attacks any other. 01
☞ How many different ☞ Identify the computing
PEDAGOGIA EDUCATION SYSTEM
SESSION (R&T NOVEMBER 2024)
Pedagogia Evening Coaching
Classes
problem.
sequences of heads and tails are
☞ Justification/Reason of
possible?
selection
A student has to take one
course of physics, one of science
and one of mathematics. He
1.5
may choose one of 3 physics
ix. courses (P1, P2, P3), one of 2 02 O Describe briefly about counting +
science courses (S1, S2) and R problem with one example.
one of 2 mathematics courses 0.5
(M1, M2). In how many ways can
this student select the 3 courses
he has to take?