Class 8 SA-II (2024-25)
Class 8 SA-II (2024-25)
SEC-10, GURUGRAM
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
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?
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