0% found this document useful (0 votes)
6 views

ICT

Uploaded by

Anay Bhandari
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 views

ICT

Uploaded by

Anay Bhandari
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/ 4

FIRST TERM MOCK PAPER - 2023

Name: Grade: Division: Roll No: School code:


7 IN546

SUBJECT NAME/CODE: ICT


PAPER NUMBER/TITLE: PAPER 2/PRACTICAL
DAY and DATE:
DURATION: 1H 15MIN
MAX MARKS: 40

ADDITIONAL MATERIALS: NONE

READ THESE INSTRUCTIONS FIRST


Do not open this examination paper until you are instructed to do so.
Write your Name, Division, and Roll Number on the top of this question paper and on all
work, you hand in.
Write in dark blue or black pen.
Answer all questions
The businesses described in this question paper are entirely fictitious.

This document consists of 4 printed pages.

[Turn over]

For Examiner’s Use


CNS/Term1/2023-2024/ICT/MockPaper

Instructions:
 Open a folder with your name.
 Ensure you save all your work and files in this folder
 Ensure you save changes after every question.
 Copy and paste the image splash.gif from the common folder, inside
your folder.
 Kindly write your grade division, name surname and roll number in
the header of your evidence document.
 Printouts will not be handed over if the header is missing
 Please note: No extra time will be provided for printing.

Q1. Lists and Tables - HTML 5

A. Open a notepad editor and create an html file with your name followed by your
grade and division followed by the word ‘Table’. [20]
Solve the questions that follow.
Box Number Name Price(per kg)
fs12 Apple 80
fs13 Water Melon 50
fs14 Guava 120

 Title of the web page must be FruitStore.


 Give the heading ‘FRUIT STORE’ to the table, and apply h2 tag to it.
 In the saved html file, write the code to create a table with the above-given
layout and data provided for your reference.
 The table must be 500 pixels wide and 50 pixels high.
 Centre align the heading.
 Apply background color with the hexcode #e7cece to the entire web page.
 Apply text color #bb0000 to the content of the entire web page.
 Apply 6 pixels wide border to the table.

Page 2 of 4
CNS/Term1/2023-2024/ICT/MockPaper

 Apply #ccff00 background color to the column names of the table.

 Centre align the table.


 Centre align the image.
 Right align the data under the column price.

 Insert the provided image fruits.png either above or below the table.
 Centre align the image.

 The width of the image to 500 pixels and the height to 400 pixels.

Q2 Open a notepad editor and create an html file with your name followed by your
grade and division followed by the word ‘List’. Observe the provided screenshot of
the list and solve the questions that follow: [10]

 The title of the web page must be Coffee.


 Observe the above-given screenshot and create the list with the given item
names.
 Add a heading ‘Coffee House’ to the list and apply h3 tag to it.
 Apply the appropriate type, as shown in the screenshot, to the main list.
 Create a nested list under the item ‘Mocha.’
 Apply the appropriate style, as shown in the screenshot, to the nested list under
the item ‘Mocha.’
 Create another nested list under the item ‘Chocolate.’
 Apply the appropriate style, as shown in the screenshot, to the nested list under
the item ‘Chocolate.’

Page 3 of 4
CNS/Term1/2023-2024/ICT/MockPaper

Note: Ensure that the list items are correctly spelled.


Take a screenshot of your web page with the list and paste it on the evidence
document.

Paste the html code below the screenshot.

Save and print your evidence document.

Q3 Python [10]

A Accept the measure of three angles of a triangle from the user and check if these
angles will form a valid triangle or not.
(Hint: In a triangle, the sum of the three interior angles must be equal to 180
degrees)

Paste the screenshot of the program and the output in the evidence document.
B Write a program to accept three sides of a triangle and check if it forms an isosceles
triangle or not.

Note: An isosceles triangle has any two sides equal.

Paste the screenshot of the program and the output in the evidence document.

C Write a program to accept a percentage from the user and display the
grade. The criteria of grading is as given below:

Percentage Grade
>=90
“A”

>=80 “B”

>=70 “C”

Display the message in the output “no information”, if any other value is
entered apart from the above range.
Paste the screenshot of the program and the output in the evidence document.

Please ensure the code and the output is clearly visible, else marks will not be
allotted if it is unclear.

Save and print your evidence document.


*************END OF PAPER*************

Page 4 of 4

You might also like