0% found this document useful (0 votes)
36 views3 pages

Computer Science (41) - Final-2023

computer

Uploaded by

Akshay C K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views3 pages

Computer Science (41) - Final-2023

computer

Uploaded by

Akshay C K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

I PUC ANNUAL EXAMINATION FEBRUARY/MARCH-2023

Time : 3 Hrs. 15 Mins COMPUTER SCIENCE (41) Max. Marks : 70

PART A

I. Answer ALL the questions. Each question carries ONE mark. 15x1=15
Select the correct answer from the choices given: (Repeated answers will not be considered)
1. Which of the following is not a type of ROM ?
a) EPROM b) PROM c) PRAM d) EEPROM

2. The following is an output device


a) Speaker b) Scanner c) Keyboard d) Web camera

3. What is a nibble ?
a) 1 bit b) 8 bits c) 4 bits d) 6 bits

4. Which of the following is a base value of hexa-decimal number system?


a) 2 b) 8 c) 6 d) 16

5)What is a Flowchart ?
a) Pictorial representation of a problem b) Diagrammatic representation of a Solution
c) Pictorial representation of a program d) Diagrammatic representation of a problem

6)Algorithm is a
a) Step-by-step process for a problem b) Step-by-step process for a solution
c) Step-by-step process for a flow-chart d) Step-by-step process for compilation

7. Which of the following is not a keyword in C++ ?


a) variable b) while c) int d) for

8. The header file that holds mathematical functions is


a) <maths.h > b) <arithmetic.h> c) <iostream.h> d) <math.h>

9. The following is an example for a looping structure :


a) if b) if-else c) Switch () d) while

10. A single dimensional array declaration syntax in C++ is


a) array variable [size]; b) variable datatype [size];
c) variable array [size]; d) datatype variable [size];

11. An user defined function FACT can be called as :


a) cin>> FACT(n); b) cout<<FACT(n); c) int FACT(n) d) FACT(n)=F:

12. Data type of a value returned by void sum (int n) is


a) int b) No return value c) Float d) long int

13. Which item is printed at the top of each page in word processor?
a) Header b) Foot Note c) Title d) Footer

14. Which of the following is a spreadsheet software ?


a) MS-Excel b) MS-word c) MS-Power Point d) MS-Spreadsheet

15. A cell in a spreadsheet is


a) a column b) a row c) interface of row and column d) Intersection of row and column

II. Fill in the blanks by choosing the appropriate word/words from those given in brackets. 5×1=5
Note : Repeated answers will not be considered
(void, int, signed, while, switch)
16. ______________ is a modifier in C++.
17. The multiple branching in C++ is _____________ .
18. ______________ is a pre tested loop in C++
19. Array subscript is _______________ datatype.
20. User defined function which does not return any value is ____________________ function.

PART - B
III. Answer any FOUR questions. Each question carries TWO marks. 4×2=8
21. Write a short note on applications of computers in education.
22. Briefly explain RAM.
23. What is a single user operating system ? Give an example.
24. Define a) Execution b) Compilation
25. Write any two characteristics of C++.
26. Give any two rules for constructing variables in C+t.
27. Explain any two string functions in C+.
28. Differentiate between find and find-replace in word processing.

PART - C
IV. Answer any FOUR questions. Each question carries THREE marks. 4×3=12
29. Explain the working of ink-Jet printer.
30. Convert AZ(16) to binary and decimal.
31. Define a) Linker b) Interpreter c) Loader
32. Explain selection construct with an example.
33. Briefly explain logical operators in C++.
34. Explain cascading of input operator with syntax and an example.
35. Give the memory representation for one-dimensional array.
36. Define "Struct"/Structure in C++. Explain with syntax and example.

PART - D
V. Answer any SIX questions. Each question carries FIVE marks. 6×5=30
37. Explain the characteristics of computers.
38. Subtract 24(10) from 15(10) using 2's complement method.
39. Write an algorithm to find factorial of given number.
40. What is an arithmetic expression ? Explain different types of arithmetic expressions.
41. What is nested-if statement ? Explain with a suitable programming example.
42. Explain the working of do-while loop in C++ with an example.
43. What is 2-dimensional array? Give the syntax and example for initialising 2-dimensional array.
44. Explain working of function with no argument and return value. Give an example.
45. Mention different types of graphs in ESS and explain any one type of graph.
46. Explain any five built-in functions in ESS.
47. What is the use of HTML ? Explain the structure of HTML program.

You might also like