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

IP11QPSF

Uploaded by

loginajmalak
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)
16 views3 pages

IP11QPSF

Uploaded by

loginajmalak
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

SUMMER FINAL EXAMINATION (CBSE Term-1)

(SESSION 2024-2025)
INFORMATICS PRACTICES (065)
NAME :
DES ID :
DATE : 14/10/2024
CLASS : XI SECTION: ( )
TIME ALLOWED: 3 hours. MAXIMUM MARKS: 70
MARKS SECURED:

GENERAL INSTRUCTIONS:
1. This question paper contains five sections, Section A to E.
2. All questions are compulsory.
3. Section A have 18 questions carrying 01 mark each.
4. Section B has 07 Very Short Answer type questions carrying 02 marks each.
5. Section C has 05 Short Answer type questions carrying 03 marks each.
6. Section D has 03 Long Answer type questions carrying 05 marks each.
7. Section E has 02 questions carrying 04 marks each. One internal choice is given in Q35
against part c Only.
8. All programming questions are to be answered using Python Language only.

Invigilator’s Sign Examiner’s Sign


SECTION –A 18X1=18

1. refers to the physical electronics components of a computer.

a) Software b) OS c) Hardware d) Memory


2. Give three examples of input devices
3. Find the Keyword from the following

a) MyNam b) for c) MMM d) My_Name


4. Identify the Invalid operator in Python from the following.
a) ? b) < c) * d) and
5. Write the two kinds of modes in python
6. A computer is an device .
a) Electronic b) Electrical c) Mechanical d) None of the above
7. CPU has two and components
a) ALU and CU b) ALU ,RAM c) CU,ROM d) Input,Output
8. Brief about Artificial Intelligence .
9. Identify variable or identifier, operator and value in a = 5 statement.
10.Python is a language .
a) Interpreted b) compiled c) Both interpreted and compiled d) All of the above
11. Select the correct statement
a) In interactive mode we can save python code for the future use.
b) Script mode is more convenient for testing single line code for instant execution
a) i true,ii false b) i false,ii true c)Both are true d)Both are false
12.Draw the types of memory in computer
13. What is the need for secondary memory devices ?
14. Which of the following is not a keyword in python ?
a) def b) for c) true d) and
15. The code which is used to add remark in the source code and have no effect when program is
executed ?
a) statement b) comment c) block d) data type
16. Which of the following is not the part of CPU?
a) Registers b) Processor c) flash drive d) motherboard
17. Write a program using List in python
18. Give three examples of output devices

SECTION B 7X2=14
19. How RAM is different from ROM ?
20. Draw the data types in python .
21. List out any 4 keywords in python.
22.Name any three rules for identifiers .

23. IS it possible to find the data type of the assigned variable and how ?
24. Write a program to find the largest of two numbers
25. Write the difference between script mode and interactive mode with example .
SECTION C 5X 3=15
26. Using the For loop design one code in python .
27. Write the program to get runtime ,find the simple interest .
28. Describe in detail about the evolution of computer .
29. Define the following with example a) Syntax error b) Logical error c) Runtime error
30. Write the program to find the sum of two numbers.
SECTION D 3X5=15
31.Describe in detail about the operators in python .
32. Explain in detail about the computer organization .
33. Elucidate about the types of software

SECTION E 2X4=8
34. Write a python program to check the age is eligible for voting or not .
35. Write the program to get runtime input for name ,5 subjects marks ,total and average .

You might also like