First Year Higher Secondary Model Examination - 2021
First Year Higher Secondary Model Examination - 2021
First Year Higher Secondary Model Examination - 2021
Name : ...........................................
FY-330
FIRST YEAR HIGHER SECONDARY MODEL EXAMINATION – 2021
FY-330 1 P.T.O.
1. Answer any 3 questions from (a) to (e). Each carries 1 score. (3 1 = 3)
(a) Who is known as father of computer ?
(c) The _________ operator gives the remainder value during arithmetic division in
C++.
(e) In C++, _______ function is used to find the square root of a number.
Answer any 11 questions from 2 to 19. Each carries 2 scores. (11 2 = 22)
10. C++
.
11. getline( ) .
Answer any 10 questions from 20 to 39. Each carries 3 scores. (10 3 = 30)
20. Explain Fourth generation computers.
25. Draw the flow chart to find the area of a circle. [Hint area = 3.14 r2]
22
41 10
. 3 . (10 3 = 30)
20. .
FY-330 5 P.T.O.
31. Consider the following code fragment of a C++ program.
cout <<“Enter your choice”;
cin >> choice;
if (choice = = 1)
cout << “Science”;
if (choice = = 2)
cout <<”Humanities”;
Rewrite the above code fragment using switch statement.
34. Write down a C++ program to find the sum of n integer numbers stored in an array.
42. List the major topologies used in Computer Network. Write short note on any one
topology. (2+3)
__________
FY-330 6
31. C++ . .
cout <<“Enter your choice”;
cin >> choice;
if (choice = = 1)
cout << “Science”;
if (choice = = 2)
cout <<”Humanities”;
switch .
32. C++ if and if-else .
FY-330 7 P.T.O.
FY-330 8