Affiliation No.
:- 1730516 School Code :- 10860
SHRI MAHAVEER SCHOOL
A CBSE Affiliated Senior Secondary School ( Science, Commerce & Arts)
Near Railway Station, K-Renwal (Jaipur) – 303603 Mob. No. 6378155650
Sample Paper (2025-26)
Subject :- Computer
Class :- 7th
Time :- 2 Hours MM :- 50
A .Tick () the correct option and fill in the blanks. 10x1= 10 marks
1. The CSS font weight is used to increase or decrease the_____ of the font.
(a) boldness (b) lightness (c)both of these (d)none of these
2. Which of the following is not the correct value for the CSS font weight?
(a) normal (b)bold (c) lighter (d) 90
3. Which of the following is a valid identifier in Python ?
(a) _AaBb (b) 1A_Bb (c) @AaBB (d) Aa_Bb
4. Which of the following can be the first character of a valid identifier in Python?
(a) # (b) @ (c) _ (d) -
5. Logical expression should not be__________
(a) simple (b) long (c) positive (d) both b and c
6. Which of the following is placed after the if condition?
(a); (b) . (c) : (d) ,
7. Which technology completely immerses users in a digital environment?
(a) AR (b) VR (c) Both of these (d) None of these
8. Which industry uses AR and VR for simulation and optimisation ?
(a)Real Estate (b) Automobile (c) E-commerce (d) All of these
9. Which of the following is not an advantage of ethical hacking?
(a)Recover lost password (b)Identify loopholes in security
(c)Security breach (d) Unauthorised system access
10. Identify the digital footprint which is left unintentionally.
(a) like on facebook (b) Post on instagram
(c)Google Search (d) Uploading a file on drive
B. Write T for true and F for false. 8x1= 8 marks
[Link] is same as cracking. [ ]
2. Crackers build, hackers break. . [ ]
3. AR shuts a user completely from the rest of the world. [ ]
[Link] use VR, users need to wear a headset. [ ]
5. A sequential control program can skip one or more statements [ ]
6. Indentation helps to identify a statement block. [ ]
7. Python is a case- sensitive language. [ ]
8 .Comments are the executable statements in a program. [ ]
C. Give the full form of the following. 1x1= 1 marks
1. IoT________________________________________
D. Fill in the blanks. 7x1=7 marks
1. Variable can hold values of different types called_________
2. Values on which the operator is applied is called______
3. _______is the simplest form of decision control statements.
[Link] and its suite together forms a ___________
5. ______does not completely shut off the users from the real world.
6. ______extends the surrounding reality of the physical world for the users.
7. Criminal hackers are also known as _____hat hackers.
E. Give the OUTPUT for the following programs. 5x1=5 marks
1.>>>350+230-170
2.>>>(51+9.7-4)*100
3.>>>110%(95//3)
4. >>> print(“Python\n Programming”)
5.>>>print(“PYTHON !!!!”*3)
F. Short answer type questions 5x2= 10 marks
1. What is ethical hacking?
2. What is the metaverse?
3. What is meant by the term flow control?
4. What are identifiers?
5. Which property is used to specify a colour for the background?
G .Long answer type questions 3x3=9 marks
[Link] is the internet ? Give any three advantages of using the internet.
[Link] are some applications of VR in healthcare and education?
[Link] are conditional branching statements?