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

Class 8 SA-II (2024-25)

This document outlines the final examination for Class VIII Computer subject at Euro International School, Gurugram for the session 2024-25. It includes various types of questions such as multiple choice, fill in the blanks, and application-based questions, covering topics like HTML, data science, and ethical guidelines in computing. The exam is structured to assess students' knowledge and understanding of computer concepts over a duration of 2 hours with a maximum mark of 50.

Uploaded by

usha kumari
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)
8 views3 pages

Class 8 SA-II (2024-25)

This document outlines the final examination for Class VIII Computer subject at Euro International School, Gurugram for the session 2024-25. It includes various types of questions such as multiple choice, fill in the blanks, and application-based questions, covering topics like HTML, data science, and ethical guidelines in computing. The exam is structured to assess students' knowledge and understanding of computer concepts over a duration of 2 hours with a maximum mark of 50.

Uploaded by

usha kumari
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
You are on page 1/ 3

EURO INTERNATIONAL SCHOOL

SEC-10, GURUGRAM

SESSION-2024-25 CLASS- VIII

SUBJECT – COMPUTER Final Examination

TIME- 2 Hr. M.M- 50

S.NAME: ROLL NO:


General Instructions:
 All the questions are compulsory.
 Write the question number properly.
 In the question answer, write answers according to the marks.
 Do the work neatly.
Q1. Tick (√ ) the correct options in the following statements: (0.5×10=5)

1) Iterative statement is also known as ___________________ statement.


a) Looping b) Conditional c) Selection
2) _____________ attribute of <audio> tag plays audio files automatically when the web page
is loaded.
a) start b) autoplay c) auto
3) A ________________ is a legal right granted by the law to the creator for his original
work.
a) Copyright b) Patent c) Trademark
4) _______________ allow multiple HTML documents to be presented as independent
windows within one browser window.
a) windows b) screens c) frames
5) The unwanted bulk emails that come from strange sources are called __________?
a) Spam b) Trash c) Junk
6) Unordered lists are also known as ________________ list.
a) bulleted b) numbered c) multilevel
7) If the condition in a loop is false in the first step itself, you get ________________.
a) No output b) Infinite c) Error
8) In the __________ industry, data science is used for detecting fraud, making loan
recommendations, and responding to consumer questions.
a) Healthcare b) E-commerce c) Banking
9) ______________ property helps in specifying the placement of a table caption.
a) caption-style b) caption-place c) caption-side
10) ________________ processing is the ability of the translation process between
computers and humans to communicate and understand each other.
a) Natural language b) Computer vision c) Data science

Q2. Fill in the blanks: (1×5=5)

1) _____________ is a set of procedures, moral principles, and ethical practices that regulates
the use of a computer.
2) A _____________ list is used to present a list of definitions for terms.
3) The _____________ attribute lets you specify text as an attribute to the image.
4) An illegal intrusion into a computer system or network is known as _____________.
5) A _____________ is a person who makes use of various tools, devices, algorithms, and AI
models to analyse the data.
Q3. Correct and rewrite the statement. (1×5=5)

1) Name the tag used to specify the title for the table.
2) Name the loop which runs endlessly.
3) Name the tag used to create a list with bullets.
4) Name the process of transforming data into unreadable code.
5) Name the tag used to add an image in a web page.
Q4. Expand the tag name: (1×5=5)

1) TR 2) OL 3) TD 4) A 5) UL

Q5. Application Based Questions: (1×3=3)

1) Priya is traveling with her family to his cousin’s residence. His father knows the route very
well but suddenly due to road closure, they went to the wrong location. Which technology/
device will help them to solve their problem?
2) Ram has created a table and he wants the table borders should be collapsed into a
single border. Which property should he use?
3) Nita is confused about whether the mail that she has received is a genuine one or
spam. Can you help her identify the spam by specifying any indicative measure?

Q6. Answer the following questions:

1) WAP to print the table of a number using the ‘for’ loop? (2)
2) Define the following: (3)
a. Iterative Statement
b. Empty-cells
c. Plagiarism

3) What are tables and how are they created in HTML5? (2)
4) What is the importance of associating alternate text with an image? (2)
5) Explain how frames are useful. How we can link web pages in HTML? (2)
6) What are the different types of lists supported by HTML5? Explain each one of them
briefly. (4)
7) List any four ethical guidelines that should be followed while using a computer. (4)
8) What do you understand by data science? Draw the diagram of the ‘life cycle of data
science’. (4)
9) Write the output of the following code: (4)
a. i=10
while(i<20):
print(i*i)
i+=1
b. a=int(input(“enter a number”)
i=a
while(i>=0):
print(i*a)
i=i-2

You might also like