Grade 7 Quiz
1. What is a website?
a) A collection of related web pages
b) A tool used for online transactions
c) A single page on the internet
d) A program that runs on a computer
Answer: a) A collection of related web pages2. What is the purpose of the
<DT>
tag in HTML?
a) It is used to format text
b) It is used for defining a term in a description list
c) It is used to create table rows
d) It is used to create a table
Answer: b) It is used for defining a term in a description list3. What will be the output of
type(10.25)
in Python?
a) boolean
b) float
c) str
d) int
Answer: b) float4. How is Quora categorized?
a) It is a question-and-answer platform
b) It is a blogging website
c) It is a social networking site like Facebook
d) It is an online shopping platform
Answer: a) It is a question-and-answer platform5. What type of values can a variable hold?
a) Only Boolean values
b) Only string values
c) Different types of values
d) Only integer values
Answer: c) Different types of values6. What is Python mainly used for?
a) Back-end development and automation
b) Front-end website design
c) Video editing
d) Creating web pages directly
Answer: a) Back-end development and automation7. Which of the following is an attribute of the
<body>
tag?
a)<href>
b)src
c)bgcolor
d)alt
Answer: c)bgcolor
8. What is the function of the
<TR>
tag in HTML?
a) It is used to create a new row in a table
b) It is used to add a column in a table
c) It is used to create cells in a table
d) It is used to add a caption to a table
Answer: a) It is used to create a new row in a table9. Why should we always upload appropriate content online?
a) Because social media platforms require it
b) Because online content cannot be deleted
c) Because only companies monitor online activities
d) To maintain digital etiquette and a positive online reputation
Answer: d) To maintain digital etiquette and a positive online reputation10. What can you do with the browsing history of a web browser?
a) It is stored permanently in the computer
b) It is automatically deleted every day
c) It cannot be deleted
d) It can be deleted anytime from browser settings
Answer: d) It can be deleted anytime from browser settings11. Which of the following is an example of a social networking site?
a) Google Chrome
b) Facebook
c) Microsoft Word
d) Adobe Photoshop
Answer: b) Facebook12. What is the relationship between internet banking and e-banking?
a) Internet banking is not related to e-banking
b) Internet banking is a part of e-banking
c) Internet banking and e-banking are completely different
d) E-banking is a subset of internet banking
Answer: b) Internet banking is a part of e-banking13. Why do hackers break into others' computer systems?
a) To steal data
b) To update software
c) To improve security
d) For fun
Answer: a) To steal data14. The type() function is used to find the ______ of values.
a) Address
b) Data types
c) Size
d) Memory location
Answer: b) Data types15. What is the purpose of the
print()
function in Python?
a) It is used to take input from the user
b) It is used to display output on the screen
c) It is used to perform mathematical calculations
d) It is used to create variables
Answer: b) It is used to display output on the screen16. A numbered list can be created using the ______ tag.
a)<ol>
b)<ul>
c)<dl>
d)<li>
Answer: a)<ol>
17. What is digital footprint also known as?
a) Network address
b) None of these
c) Cyber security
d) Online identity
Answer: d) Online identity18. What is Python?
a) Assembly language
b) Compiled language
c) Interpreted language
d) Machine language
Answer: c) Interpreted language19. The process of writing blogs is called ______.
a) Streaming
b) Podcasting
c) Blogging
d) Vlogging
Answer: c) Blogging20. Which of the following is used for comments in Python?
a)#
b)//
c) ``
d)/* */
Answer: a)#
21. What does COD stand for in online shopping?
a) Cash On Demand
b) Cost of Delivery
c) Cash On Delivery
d) Customer Order Dispatch
Answer: c) Cash On Delivery22. What is a table in HTML?
a) A structure used to store images
b) A way to display data in rows and columns
c) A tool for creating hyperlinks
d) A feature for inserting videos
Answer: b) A way to display data in rows and columns23. What is the use of the
print()
function in Python?
a) To take input from the user
b) To display output on the screen
c) To store data in a variable
d) To perform mathematical calculations
Answer: b) To display output on the screen24. The
<LI>
tag is used to define ______.
a) A table row
b) A list item
c) A hyperlink
d) A paragraph
Answer: b) A list item25. What is a data type in Python?
a) A specific kind of variable used in loops
b) A way to store functions in Python
c) A classification of data that defines the type of values a variable can hold
d) A method used for debugging code
Answer: c) A classification of data that defines the type of values a variable can hold26. The internet is a ______ of interconnected networks.
a) Collection
b) System
c) Network
d) Web
Answer: c) Network27. What is a collection of related web pages called?
a) Website
b) Server
c) Web browser
d) Domain
Answer: a) Website28. Which social networking website has the highest number of users?
a) Twitter
b) Instagram
c) LinkedIn
d) Facebook
Answer: d) Facebook29. What is the full form of the
<BR>
tag in HTML?
a) Break Return
b) Browser Render
c) Break Line
d) Line Break
Answer: d) Line Break30. Which tag is used to insert a horizontal line in HTML?
a)<line>
b)<hr>
c)<br>
d)<tr>
Answer: b)<hr>
31. What is the default data type of the
input()
function in Python?
a) Integer
b) String
c) Float
d) Boolean
Answer: b) String32. What refers to the sending of bulk mail by an identified or unidentified source?
a) Hacking
b) Phishing
c) Spamming
d) Surfing
Answer: c) Spamming33. What is a description list in HTML?
a) A list that describes terms with definitions
b) A numbered list of items
c) A collection of unordered bullet points
d) A table of content
Answer: a) A list that describes terms with definitions34. What is the storage unit of data called?
a) Folder
b) Bit
c) Pixel
d) Hardware
Answer: b) Bit35. Which of the following is a risk involved with cloud computing?
a) Faster internet speed
b) Data breaches and security threats
c) Unlimited free storage
d) Complete immunity to cyber-attacks
Answer: b) Data breaches and security threats
36. What is the key difference between a blog and a website?
a) A blog is regularly updated with new posts, while a website is mostly static
b) A blog is only for personal use, while a website is only for businesses
c) A blog requires coding knowledge, while a website does not
d) A blog cannot contain images, while a website can
Answer: a) A blog is regularly updated with new posts, while a website is mostly static
37. What is hacking?
a) Creating websites for companies
b) Gaining unauthorized access to computer systems
c) Writing programs in Python
d) Sending bulk emails for advertisements
Answer: b) Gaining unauthorized access to computer systems
38. What is the difference between the
ROWSPAN
andCOLSPAN
attributes in HTML?
a)ROWSPAN
merges multiple columns, whileCOLSPAN
merges multiple rows
b)ROWSPAN
merges multiple rows, whileCOLSPAN
merges multiple columns
c)ROWSPAN
andCOLSPAN
are used for text formatting in tables
d)ROWSPAN
is used for images, whileCOLSPAN
is used for hyperlinks
Answer: b)ROWSPAN
merges multiple rows, whileCOLSPAN
merges multiple columns
39. Which of the following is a type of online transaction fraud?
a) Phishing
b) Video streaming
c) Online shopping discounts
d) Cloud storage
Answer: a) Phishing
40. Which of the following are common modes of payment?
a) Bank transfer and Credit card
b) Social media and Email
c) Search engine and Browser
d) Antivirus and Firewall
Answer: a) Bank transfer and Credit card
41. What is the difference between interactive and script modes in Python?
a) Interactive mode allows executing one line of code at a time, while script mode runs a complete program
b) Interactive mode is used only for debugging, while script mode is for writing new programs
c) Interactive mode is for writing HTML code, while script mode is for writing Python code
d) Interactive mode is only available in older versions of Python
Answer: a) Interactive mode allows executing one line of code at a time, while script mode runs a complete program
42. Which of the following is a way to stop cyberbullying?
a) Ignoring the issue completely
b) Responding aggressively to bullies
c) Reporting and blocking abusive users
d) Sharing personal information online
Answer: c) Reporting and blocking abusive users
Comments
Post a Comment