All Practice Exams

100+ Free Maharashtra HSC IT Science Practice Questions

Maharashtra Higher Secondary Certificate (HSC / Class 12) Information Technology — Science under the Maharashtra State Board of Secondary and Higher Secondary Education (MSBSHSE), Pune — subject code 97 practice questions are available now; exam metadata is being verified.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free

Loading practice questions...

2026 Statistics

Key Facts: Maharashtra HSC IT Science Exam

2.5 hours

Typical Maharashtra HSC IT Science theory duration commonly reported

MSBSHSE HSC IT exam pattern reporting

35%

Common minimum passing floor per HSC subject under MSBSHSE

Maharashtra HSC pass-mark practice (~35% each subject)

80 + 20

Common theory + practical mark split for HSC IT Science (code 97)

Maharashtra HSC subject-wise mark distribution reporting

Subject code 97

Official MSBSHSE HSC subject code for Information Technology (Science)

MSBSHSE HSC general subject codes (mahahsscboard.org/hscsub.htm)

6 Balbharati chapters

Std XII IT Science textbook units from web design through e-governance

Balbharati Information Technology Standard XII (Science)

English MCQ adaptation

This free local bank is not the official Higher Secondary paper format

OpenExamPrep practice policy

Maharashtra MSBSHSE HSC IT Science (code 97) is a Class 12 optional subject of about 2½ hours theory (commonly 80+20 practical) with ~35% pass floor, covering Balbharati web, SEO, JS, PHP, cloud/IoT, and e-commerce — distinct from IT Arts 98 and Commerce 99. This free 2026 bank is an English MCQ study adaptation for concept fluency.

Sample Maharashtra HSC IT Science Practice Questions

Try these sample questions to test your Maharashtra HSC IT Science exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1In HTML5, which declaration should appear first to specify the document type?
A.<!DOCTYPE html>
B.<html type="html5">
C.<?html version="5">
D.<meta doctype="html5">
Explanation: Balbharati Advanced Web Designing opens HTML documents with <!DOCTYPE html>, the HTML5 document type declaration that tells the browser which DTD/mode to use.
2Which HTML element creates an inline frame that embeds another document inside the current page?
A.<frame>
B.<iframe>
C.<embed-page>
D.<window>
Explanation: The <iframe> element creates an inline frame so another HTML resource (for example an ad or nested page) can display inside the current document.
3Which attribute of the <img> tag provides alternative text describing the image?
A.src
B.href
C.alt
D.title-only
Explanation: The alt attribute supplies a textual description of the image for accessibility, broken-image fallback, and SEO-friendly image labelling.
4An unordered list in HTML is created primarily with which tag pair for the list container?
A.<ol> ... </ol>
B.<dl> only without items
C.<list type="bullet">
D.<ul> ... </ul>
Explanation: Unordered (bulleted) lists use <ul>, with each item in <li>. Ordered lists use <ol> instead.
5Which tag is used to embed video content in an HTML5 document?
A.<video>
B.<movie>
C.<media type="film">
D.<flash>
Explanation: HTML5 provides the <video> element (with optional <source> children) to specify video on a webpage without proprietary plugins.
6CSS property used to control stacking order when elements overlap is:
A.float
B.z-index
C.margin-collapse
D.letter-spacing
Explanation: z-index is used with positioned elements that overlap; higher z-index values appear above lower ones.
7The float property in CSS primarily defines which of the following?
A.The animation speed of an element
B.The character encoding of the page
C.How content wraps around an element floated left or right
D.Whether JavaScript is enabled
Explanation: float defines the floating of content so an element can be placed left or right with subsequent content wrapping around it.
8Which statement about HTML is correct according to Class 12 IT Science web design fundamentals?
A.HTML compiles to machine code before every browser paint
B.HTML is exclusively a database query language
C.HTML replaces CSS completely for all layout
D.HTML is primarily a markup language for structuring web content, not an object-oriented programming language
Explanation: HTML is a markup language for structure and content. Exercises explicitly treat “HTML is an OOP language” as false; styling and behaviour use CSS and scripting.
9In HTML5, the charset meta declaration is mainly used for:
A.Character encoding declaration for the document
B.Defining CSS grid tracks
C.Creating PHP sessions automatically
D.Disabling cookies
Explanation: Charset (for example <meta charset="UTF-8">) declares character encoding so text displays correctly across browsers.
10Which CSS property is commonly used to set how an element is positioned (static, relative, absolute, fixed)?
A.display-only
B.position
C.align-charset
D.table-layout-type
Explanation: The position property sets positioning schemes such as static, relative, absolute, and fixed for layout control.

About the Maharashtra HSC IT Science Practice Questions

Verified exam format metadata for Maharashtra Higher Secondary Certificate (HSC / Class 12) Information Technology — Science under the Maharashtra State Board of Secondary and Higher Secondary Education (MSBSHSE), Pune — subject code 97 is pending. The practice questions above remain available while official exam length, timing, passing score, fee, and administrator details are reviewed.