You are on page 1of 3

PRE-ANNUAL EXAMINATION A.Y.

2023-24 DATE:
GRADE:VII SUBJECT: COMPUTER MAX. MARKS: 40 TIME: 8:30AM TO 10:00 AM
GENERAL INSTRUCTIONS
1. Grade 6 to 10 should use a blue or black pen for writing this exam.
2. Make sure to staple or tie all answer sheet and supplements securely & write your name on
each sheet. Staple or tie the graph or map inside the answer sheet.
3. Write the answers below the instructions in answer sheet.
4. Do not refer to textbooks, books, notes, dictionary while solving this exam paper.
5. Marks allotted for the correct answer are written in the bracket [ ].
6. All the questions are compulsory, check the internal choice if given.
7. Graph and maps should be marked with the pencil.

SECTION A

Q1) Select the correct option [1x10=10]

1) An ordered list automatically starts with the number _____


(a) 0 (b) 1 (c)A d) a

2) Images can be added to the HTML document with the help of the ______ tag
a) <src> b)<img> c) <img src> d) <alt>

3) A _______ list is a list inside any other list


a)Description b)Nested c)Unordered d)Ordered

4) The ________ app does not need any web access and run independently on a computer
a)Hybrid b)Mobile c) Web d) Desktop

5)Coding in the ________ App inventor is similar to Scratch


a) Emulator b) MIT c) Chrome d) Mobile

6) _____ is one of the most popular instant messaging apps, worldwide.


a) Twitter b) What’s-up c)Candy Crush d)Amazon

7) _____ is an act of harming or harassing through information technology in a deliberate manner


a)Stalker b)Cyber crimes c) Spoofing d)Cyber bully

8) ______ are symbols that perform arithmetic and logical operations


a) Operands b)Expression c) Operator d) Statements

9) ______ is a pictorial representation o the steps to solve a problem.


a)Loops b)Control c)Flow chart d) Algorithm

10)_______ is the act of sending email to user , misleading him to believe that it is from trusted organization
a)Pharming b)Phishing c)Identity Theft d)Cyber bullying

Page PAGE 3 of NUMPAGES 3


SECTION B

Q.2) Very Short Answer Question [2×5=10]

1) Write an HTML code with respect to Ordered List for the preparation of Pasta?
2) Explain with syntax Border Collapse property in HTML?
3) State the uses of Banking and Finance Apps with example?
4) List different types of Control structures in Python and explain any two?
5) What is the full form of VIRUS and Explain its impact on a computer system.

SECTION C

Q.3)Short Answer Question [3×3=9]

1)Distinguish between the following:


a) Hybrid apps and Native apps
b) Desktop apps and Text Mobile apps
c) Cyber Stalking and Cyber Bullying

2) Describe the HTML tags that are used to create a table?

3) Write the steps for Downloading and Installing an App. Which website is used for developing your app?

SECTION D

Q.4) Answer briefly the following questions [2x4=8]

1) How can you broadly categorise the apps? Explain all its types?

2) Define the below terms


a)Forgery
b)Phishing
c)Cyber Extortion
d)Hacking
SECTION E

Q.7) Application based question. [3×1=3]

1) a) Sneha and her parents are planning to go for a movie. She wants to book the tickets online. Which app can she
use to do the same?

b) Write the output for the below HTML code

<html>

<style>

table, th, td {

border:1px solid black;

Page PAGE 3 of NUMPAGES 3


</style>

<body>

<h2>A basic HTML table</h2>

<table style="width:100%">

<tr>

<th>Company</th>

<th>Contact</th>

<th>Country</th>

</tr>

<tr>

<td>Alfreds Futterkiste</td>

<td>Maria Anders</td>

<td>Germany</td>

</tr>

<tr>

<td>Centro commercial Moctezuma</td>

<td>Francisco Chang</td>

<td>Mexico</td>

</tr>

</table>

<p>To understand the example better, we have added borders to the table.</p>

</body>

</html>

Page PAGE 3 of NUMPAGES 3

You might also like