[go: up one dir, main page]

0% found this document useful (0 votes)
26 views2 pages

Question Bank For Science IT Practicals

This document outlines the practical examination questions for the Information Technology subject at KS Mehta High School and Jr College. It includes three sets of questions, each worth a total of 20 marks. Set A involves creating two HTML pages for a website using CSS properties and HTML5 features like forms. Set B involves writing a PHP function to count vowels in a string and creating an audio playback webpage using HTML5. Set C focuses on designing a webpage layout to display tourist places using HTML5 and CSS, and embedding a video on a webpage.

Uploaded by

Narayani Wagh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Question Bank For Science IT Practicals

This document outlines the practical examination questions for the Information Technology subject at KS Mehta High School and Jr College. It includes three sets of questions, each worth a total of 20 marks. Set A involves creating two HTML pages for a website using CSS properties and HTML5 features like forms. Set B involves writing a PHP function to count vowels in a string and creating an audio playback webpage using HTML5. Set C focuses on designing a webpage layout to display tourist places using HTML5 and CSS, and embedding a video on a webpage.

Uploaded by

Narayani Wagh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

K S MEHTA HIGH SCHOOL AND Jr COLLEGE

OF SCIENCE AND COMMERCE (IT)


PRACTICAL EXAMINATION

SET : A SUBJECT CODE: 97


SUBJECT : INFORMATION TECHNOLOGY(IT) MARKS : 20

Q1. Create a website using html5 and css using any 4 css properties. Write a code for 2 separate
pages having different file names such as firstpage.html and secondpage.html. Use any theme such
as college profile or company profile etc. Every page must contain proper Meta information and
design the webpage as follows.
1. The index page must contain a heading which is highest among other text on pages and must
be at the center of the page. There must be paragraph which introduces general information
about the theme chosen, must have atleast 3 physical style tags and one image with the
alternate text. This page must be connected to the other two pages with the proper
navigation links.
2. The second page must contain the feedback or enrollment form related with the theme
chosen with the features of html5. The form must contain text element and email addresses
of the company or person. Include submit button. [10 m]
Q2. Write a php program to check if a person is eligible to vote or not. The program should include
the following:
1. Use php function
2. Decision making statement [5m]
Q3. Journal submission and Viva [5m]

K S MEHTA HIGH SCHOOL AND Jr COLLEGE


OF SCIENCE AND COMMERCE (IT)
PRACTICAL EXAMINATION

SET : B SUBJECT CODE: 97


SUBJECT : INFORMATION TECHNOLOGY(IT) MARKS : 20

Q1. Write a php function to count the number of vowels (a,e,I,o,u) from the string. Accept a string by
using html form. [10m]
Q2. Create a webpage named audio.html to set an audio file in a webpage with controls such that it
uses html5 elements. The audio file must play as soon as the webpage loads in browser and it will
start over again everytime when it is completed. [5m]
Q3. Jouranls submission and Viva
K S MEHTA HIGH SCHOOL AND Jr COLLEGE
OF SCIENCE AND COMMERCE (IT)
PRACTICAL EXAMINATION

SET : C SUBJECT CODE: 97


SUBJECT : INFORMATION TECHNOLOGY(IT) MARKS : 20

Q1. Create a webpage using html5 and css code to design webpage as the layout displayed below:
1. The top section will display the heading “Tourist Places” in header. The section on the left
has the list of cities. The right hand displays tourist places of any one of the city.
2. Use the inline style sheets in the top section to display background color for the text “Tourist
Places”. Use internal style sheets for the left and right section with the background color and
fonts style [10m]
Tourist Places

City: Tourist Places in Pune:


1. Pune • Shaniwarwada
2. Bangalore • Kelkar Museum
3. Hyderabad • Singhagad fort
4. Delhi

Q2. Create a webpage named video.html to display a video file on webpage and plays automatically
with controls. The dimensions of video area will be 250 x 250. [5m]
Q3. Viva and Journals

You might also like