You are on page 1of 2

BHAGWAN INSTITUTE OF RURAL DEVELOPMENT, PUNE

FLYING BIRDS ACADEMY ENGLISH MEDIUM SCHOOL


SECOND SEMESTER EXAMINATION
Subject: -Information Technology STD: - VII DIV: -A
Marks: - 60
General Instructions:
1. Please read the instructions carefully
2. This Question Paper consists of 40 questions in two sections: Section A & Section B.
3. Section A has Objective type questions whereas Section B contains Subjective type questions.
4. Out of the given (24+05+05+06) 40 questions, a candidate has to answer (24+05+05+04)38 questions allotted
(maximum) time of 1½ hours.
Section A Multiple Choice Questions
Q.1. Choose the correct options 24
1 1. Which HTML tag is used to create an ordered list? 1
2. a) <ul> b) <ol> c) <li> d) <dl>
2 3. Which HTML tag is used to create a menu list? 1
a) <list> b) <ordered list> c) <cards> d) <menu>
3 5. What is the purpose of the <caption> tag in an HTML table? 1
6. a) It defines a title for the table. b) It creates a new row in the table.
7. c) It specifies the background colour of the table. d) It defines a footer for the table.
4 In HTML, what tag is used to define a table row? 1
a) <tr> b) <td> c) <th> d) <table-row>
5 What does the <th> tag represent in an HTML table? 1
a) Table Header b) Table Data c) Table Row d) Table Cell
6 Which attribute is used to start the numbering from a specific value in an ordered list? 1
a) start b) value c) numbering d) order
7 Which HTML tag is used to define a table? 1
a) <table> b) <tr> c) <td> d) <th>
8 1. Which HTML attribute is used to link an external CSS file to an HTML document? a) <style> 1
b) <link> c) <css> d) <external>
9 2. What does CSS stand for? 1
a) Computer Style Sheet b) Creative Style Sheet
c) Cascading Style Sheet d) Colourful Style Sheet
10 3. What property is used to change the text colour in CSS? 1
a) text-colour b) colour c) font-colour d) text-style
11 4. What CSS property is used to set the background colour of an element? 1
a) background-colour b) colour
c) bg-colour d) background
12 5. How can you add internal CSS to an HTML document? 1
a) Using the <style> tag in the head section b) Using the <css> tag in the body section
c) Using the <internal> tag in the head section d) Using the <link> tag in the head section
13 6. What does the CSS property "font-size" control? 1
a) Text colour b) Background colour c) Font size d) Line height
14 7. In CSS, how can you select an HTML element with the id "header"? 1
a) #header b) .header c) header d) id(header)
15 1. What does "phishing" refer to in the context of online safety? 1
2. a) Catching harmful software b) Fishing for compliments
c) Deceptive attempts to obtain sensitive information d) Online shopping
16 3. Which of the following is a strong and secure password? 1
a) password123 b) mycatname c) [email protected] d) abcdef
17 4. What does the term "cyberbullying" mean? 1
5. a) Protecting your computer from viruses b) Using the internet to spread kindness
c) Harassing or intimidating others online d) Making friends on social media
18 6. If you receive a friend request on social media from someone you don't know, what should you 1
do?
7. a) Accept the request b) Ignore the request
c) Send a message asking for personal information d) Share the request with all your friends
19 8. How can you make sure a website is secure before entering sensitive information? 1
9. a) Check for a padlock symbol in the address bar b) Use a public computer
pg. 1 735269698.docx
10. c) Share personal information freely d) Use the same password for all websites
20 What is Python? 1
a) A type of snake b) A programming language
c) A popular social media platform d) A computer brand
21 Which of the following data types is used for storing whole numbers in Python? 1
a) float b) str c) int d) char
22 What is the purpose of the 'input' function in Python? 1
a) To print text to the console b) To receive user input
c) To define a variable d) To import external modules
23 In Python, how do you check if a number is even? 1
a) x % 2 == 0 b) x % 2 != 0 c) is_even(x) d) x.even()
24 Which of the following is a correct way to assign a value to a variable in Python? 1
a) x = 5 b) 5 = x c) variable(x) = 5 d) x == 5
Section B
Q.2 Answer these questions in brief (Any 5) 10
1 What do you mean by a description list?
2 Define the term cybercrime.
3 Differentiate between <UL> and <OL> tags.
4 Name the various border properties.
5 Which are different types of control structures?
Q.3. Solve these application based questions 10
1 Anamika is working on her mathematics project work. She has to perform some quick calculations.
Which mode of Python Programming should she use for doing the calculations?
2 Sushma is converting a decimal number to a binary number. She needs to calculate the remainder in
each step which operator do you suggest him to use for this task?
3 Rohit wants to apply shadow effect to the heading of his web page. Which property he should use to
accomplish the same?
4 Manav has created a table and he wants that the table borders should be collapsed into a single
border. Which property should he use.
5 Reena and Veena are surfing the internet to prepare for competitive exams. They want to know
whether the websites which they are referring are secured or not. Suggest them the way in which
they can clear their doubts.
Q.3. Answer these questions in detail (Any 4) 16
1 Complete the Table
Number Style Result Description
<OL type = "1">
<OL type = "A">
<OL type = "a">
<OL type = "I">
<OL type = "i">
2 What do you understand by Horizontal and vertical alignment. Explain with the attribute and the
syntax.
3 Write the syntax of the following text properties in CSS3
1. Text Decoration 2. Text Transform 3. text shadow 4. text indent
4 Write any four features and applications of Python programming
5 What do you mean by phishing? Write any four measures to prevent Phishing.
6 Define the terms
1) Algorithm 2) Flowchart

pg. 2 735269698.docx

You might also like