Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Term Exam I

COMPUTER SCIENCE (083)


Class: XI Maximum Marks: 70
Date: 18-10-23 Duration: 3.00 Hrs.
General Instructions
 This question paper contains five sections, Section A to E.
 All questions are compulsory.
 Section A has 18 questions carrying 1 mark each.
 Section B has 7 Very Short Answer type questions carrying 2 marks each.
 Section C has 5 Short Answer type questions carrying 3 marks each.
 Section D has 3 Long Answer type questions carrying 5 marks each.
 Section E has 2 question carrying 4 marks.
SECTION A
1. c. Android
2. b. Output Unit
3. c. Registers
4. d. Plotters
5. d. USB
6. c. XOR followed by NOT
7. c. 1 or 0
8. d. iii, i, ii, iv
9. a. 0
10. b. #
11. d. token
12. a. from
13. b. 11
14. b. 3j 1+4.5j
15. c. Psuedocode
16. a. if
17. (d) A is false but R is True
18. (c) A is True but R is False
SECTION B
19. 17 5
20. a. 37.0
OR
b. 9
21.
(120)10 = (1111000)2
22. ASCII-American Standard Code for Information Interchange
ISCII-Indian Standard Code for Information Interchange
23. Ex-OR Gate:

OR
NOR Gate

24.

OR
Interactive Mode Script Mode
It is used when a user wants to run one It is used when the user is working with
Single line or one block of code. More than one single code or a block of
code.
25. The sum of first nine integers is: 10
SECTION C
26. CPU and its Parts: 1. ALU, 2. CU. 3. Registers
27.

OR
TSCBSE
28. De Morgan’s Law: 1. (A+B)’ = A’.B’ 2. (A.B)’ = A’ + B’
29.

30. a. Boolean b. String c. Float d. Integer e. Octal f. Hexadecimal


OR
b.
1
1
4
16
7
49
SECTION D
31. a. Element is 1
b. 20
22
24
26
28
32. Output devices:
Monitor[LCD, LED, OLED], Printer[Dot Matrix, Inkjet, Laser], Speakers, Plotters
OR

33. a. 6 2
b. 17 times
OR
a. 2 5
b. 6 4
c. NameError: num3 is not defined

SECTION E
34. a.

b. Three types of language processors:


1. Assembler: Converts assembly language to machine language
2. Interpreter: Translates and executes instructions written in a computer program line by
line, unit by unit etc.
3. Compiler: Translates and executes instructions written in a computer program in one go.
OR
a.

b. (A+B)’(C+D)C’
35.

You might also like