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

7 Computer

This document is an annual examination paper for Grade VII in Computer subject for the academic year 2024-25. It includes multiple choice questions, fill in the blanks, true/false statements, differentiation tasks, short answer questions, and application-based questions. The exam covers topics such as HTML, e-commerce, programming concepts, and Sustainable Development Goals.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

7 Computer

This document is an annual examination paper for Grade VII in Computer subject for the academic year 2024-25. It includes multiple choice questions, fill in the blanks, true/false statements, differentiation tasks, short answer questions, and application-based questions. The exam covers topics such as HTML, e-commerce, programming concepts, and Sustainable Development Goals.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ANNUAL EXAMINATION A.Y.

2024-25
Grade: VII Subject: Computer

Name: Roll No: Date:05/03/2025

Duration: 2 Hrs Marks:50

Q-1 Multiple Choice Questions. [05]


1) A single person who maintains many blogs is known as a ______________.
a) Blogger b) Poster c) Both a and b
2) HTML tags are written in ________________bracket.
a) () b) <> c) {}
3) ____________ are links to sections within the same page.
a) Anchor b) Images c) Text
4) The __________ statement is an extension of the simple if statement.
a) if-elif-else b) if c) if-else
5) “and” is ________________ type of operator in Python.
a) Logical b) Relational c) Arithmetic
6) _____________ is an Indian e-commerce company based in Bengaluru, India.
a) Amazon b) Snapdeal c) Flipkart
7) [Link] , this is an example of ___________ link
a) Relative b) Absolute c) None of these
8) The sign used for closing a tag is ____________.
a) / b) \ c) *
9) _________ implies that the accuracy of output depends upon the accuracy of input.
a) IPO b) FIFO c) GIGO
10) SDGs were adopted by all the United Nations member states in the year ________.
a) 2015 b) 2012 c) 2030

GGS ANNUAL EXAMINATION A.Y. 2024-25 Page 1


Q-2 Fill in the blanks. [10]
1) Metadata means ________________________.
2) ___________ tag is used to add a line break if needed by the browser.
3) Src stand for ____________.
4) The term ____________ refers to the worldwide collection of blogs.
5) If statement is made up of the _____ keyword, followed by a_________ and a colon.
6) _________ are the special symbols that carry out arithmetic and logical
computation.
7) CVV stand for ____________________.
8) The _______ elements of sustainability are also known as pillars.
9) GIGO stands for ________________.
10
) The ___________ tag incorporates graphics in the HTML document.
Q-3 State true or false for the following statements. [05]
1) <HR> tag is a container tag.
2) Turtle cannot move in four directions.
3) An e-mail link allows users to send queries and feedback.
4) The blog that contains video is sometimes called video blog or vlog.
5) In CSS, text-align property is used for the alignment.
6) OLX is the example of C2C e-commerce.
7) To add numbered list <ol> tag is used.
8) Conditional and looping statements are structured using indentation.
9) Amazon's Al recruitment system was biased towards men candidates.
10) The fifteen SDGs are also known as Global Goals.
Q-4 Differentiate between the following. (Any two) [04]
1) E-wallet Vs Net banking
2) Container Tag Vs Empty Tag
3) Bulleted List Tag Vs Numbered List Tag
Q-5 Answer in one or two sentences. (2 marks each) (Any 5) [10]
1) What do you mean by SRC in image tag?
2) What do you mean by DOCTYPE?
3) What is indentation?
4) Define Cell Padding.

GGS ANNUAL EXAMINATION A.Y. 2024-25 Page 2


5) What were the main issues covered under the UN General Assembly in 2015?
6) What do you mean by e-commerce?
Q-6 Answer in brief. (3 marks each) (Any 3) [09]
1) What are the main features of HTML?
2) What is the use of spanning cells?
3) What are the security concerns one should consider while using e-commerce?
4) What is if-else statement? Write its syntax.
5) List out relational operators used in Python.
Q-7 Application based Question. [07]
1) Ram wants to add CO2 on webpage which HTML statement he writes?
2) Jaya's mother wants to purchase the water bottle online. But she neither have any
card or net banking facility to pay. Now tell her how can she pay the amount of it.
3) Rishi created HTML page on Notepad and he saved it with .txt file extension. This
file is not opening on web browser. What should he do now to open it on web
browser?
4) Sam wants to add table row in webpage which tag he can use?
5) Jiyan wants to post a blog on “Artificial Intelligences” can you suggest some blog
hosting site to him.
6) Shima wants to know the output of the following code, help her with the answer:
>>> 36//5
>> 64/8
7) Samaira's sister has asked her to tell which Sustainable Development Goal is related
to provision of high-quality education and lifelong learning opportunities to all.
What should be her answer?

*** All The Best ***

GGS ANNUAL EXAMINATION A.Y. 2024-25 Page 3

Common questions

Powered by AI

E-commerce transactions face risks like data breaches, unauthorized access, and phishing attacks. Users can mitigate these by employing secure payment methods (e.g., e-wallets), using strong, unique passwords, enabling two-factor authentication, being cautious of public Wi-Fi, and ensuring sites are secure (HTTPS). Monitoring account statements regularly for unauthorized activity is also essential for early fraud detection .

GIGO emphasizes that the quality of output is determined by the input's accuracy and relevance. In algorithm design, this principle mandates thorough validation and error-checking mechanisms to ensure that data inputs are accurate and valid before processing, thus maintaining output integrity. It also affects the development of user interfaces and input methods, requiring intuitive design to minimize user error and optimize data quality .

Metadata provides essential information about data, such as its origin, usage rights, and structure, acting as a reference for data management and retrieval systems. It facilitates efficient data organization, searchability, and access, enabling effective data governance and user access control. In digital environments, metadata enhances the ability to automate processes like data integration, thereby supporting comprehensive data management workflows .

HTML's effectiveness stems from its simplicity, flexibility, and capability to build structured documents with semantic elements. Features like tags for formatting text, embedding media, creating hyperlinks, and controlling document layout provide web designers with powerful tools for creating engaging, accessible websites. HTML's adaptability with CSS and JavaScript further allows complex, dynamic, and interactive web design, fostering comprehensive user experiences .

The SDG related to quality education aims to ensure inclusive, equitable quality education, and promote lifelong learning opportunities for all. It influences global education policies by pushing for comprehensive reforms that address accessibility, equality, and quality in education systems worldwide. Countries are driven to invest in infrastructure, teacher training, and curricula that meet diverse educational needs, thus fostering environments conducive to learning and intellectual growth .

Indentation is critical in languages like Python, where it signifies block structures and is syntactically significant. Proper indentation improves code readability by visually delineating nested structures like loops and conditional statements. This clarity aids in code maintenance, making it easier for programmers to identify logical errors and understand functional flow, which is essential in collaborative environments and long-term project management .

A container tag in HTML has both an opening and a closing tag (e.g., <div>...</div>), and it is used to enclose and structure multiple elements or text. An empty tag, however, does not have a closing tag and is self-contained (e.g., <br>), typically used for inserting elements like line breaks or images. The distinction is crucial for web development as it affects how elements are structured and displayed on a page, impacting layout, readability, and maintenance .

The "DOCTYPE" declaration informs the web browser about the version of HTML used in a document, establishing a baseline for rendering the content. Proper use ensures browsers interpret the document structure correctly, preventing many display issues. This understanding is critical for developers to write standardized code that behaves consistently across different browsers, minimizing compatibility issues and improving user experience .

The "if-else" statement allows a program to respond to different conditions and execute different code blocks based on these conditions. This control structure is vital for building dynamic applications as it enables responsive and adaptable program flow. By checking for specific conditions before executing code, programs can make decisions that allow for interactive applications that cater to varied user inputs and real-time data processing, making them versatile and user-friendly .

Relational operators in Python, such as ==, !=, <, >, <=, >=, allow the comparison of values and variables. They are essential for controlling flow and making logical decisions in programs. Their effectiveness lies in enabling the implementation of conditional statements, which form the basis of decision-making processes in handling and evaluating data sets and user inputs, enhancing logical operations and data handling capabilities .

You might also like