Computer Science (41) - Final-2023
Computer Science (41) - Final-2023
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
3. What is a nibble ?
a) 1 bit b) 8 bits c) 4 bits d) 6 bits
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
13. Which item is printed at the top of each page in word processor?
a) Header b) Foot Note c) Title d) Footer
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.