COMPUTER APPLICATIONS - Programming With Python
COMPUTER APPLICATIONS - Programming With Python
BS215CA/B/2023
B1784
FACULTY OF SCIENCE
B.A./B.Com./B.Sc. II Semester (3YDC) Examination, May/June - 2023
Subject : COMPUTER APPLICATIONS
Course Code No. & Name : BS215CA - Programming with Python
SECTION - A
[Marks : 4 × 5 = 20]
P.T.O.
SECTION - B
[Marks : 4 × 10 = 40]
SECTION - C
[Marks : 20 × 1 = 20]
Instructions to the candidates :
a) Answer all of the following questions.
b) Each question carries 1 mark.
BS215CA/B/2023 2
15) Loop within a loop is called _____.
a) For b) While
c) Nested d) do-while
18) The variable which are declared and used in a function or a block is
called ____ variable.
a) functional b) global
c) local d) loop
BS215CA/B/2023 3
21) Copying one dictionary to another is called _____.
a) joining b) cloning
c) merging d) removing
BS215CA/B/2023 4