All Practice Exams

Free Practice Questions for Maharashtra HSC IT Science

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card
100+ Questions
100% Free

Loading practice questions...

Exam Review

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 review concepts for the Maharashtra HSC IT Science exam. 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 Exam

Maharashtra HSC Information Technology — Science under MSBSHSE covers Class 12 IT aligned to Balbharati Standard XII and board subject code 97. Core themes include advanced HTML5 and CSS web designing (forms, lists, media, iframe, positioning, hosting); Search Engine Optimization (on-page/off-page, white-hat vs black-hat); advanced client-side JavaScript (loops, switch, objects, events, DOM); emerging technologies (IoT, cloud IaaS/PaaS/SaaS, AI, 5G); server-side PHP (variables, arrays, strings, functions, forms, cookies/sessions, database connectivity); and e-commerce plus e-governance (B2C/B2B/C2C/C2B, trade cycle, EDI, digital payments, security, G2C/G2B/G2G/G2E). Official assessment is typically ~2½-hour theory for 80 marks plus 20 practical/SOP marks, with about 35% required to pass. This free local bank provides English four-option MCQs for revision; pair it with Balbharati textbooks, SOP labs, and official papers via mahahsscboard.in.

Exam sponsor: Maharashtra State Board of Secondary and Higher Secondary Education (MSBSHSE), Pune. The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

Maharashtra Higher Secondary Information Technology — Science is an HSC (Class 12) optional subject under MSBSHSE, Pune (subject code 97; not IT Arts 98 or IT Commerce 99). Official logistics commonly describe about 2½ hours of theory for 80 marks, with 20 marks practical / Skill Oriented Practicals (SOP) / journal, for a 100-mark subject total. Qualifying typically requires about 35% in the subject. Syllabus centres on Balbharati Standard XII Information Technology (Science): Advanced Web Designing; Introduction to SEO; Advanced JavaScript; Emerging Technologies (IoT, Cloud computing, AI, 5G); Server-Side Scripting (PHP with form/database connectivity); and E-Commerce and E-Governance. English medium materials are typical; this practice bank is an English-language MCQ study adaptation. Confirm current syllabus and circulars on mahahsscboard.in.

Time Limit

2.5 hours

Passing Score

35%

Exam / Certification Fees

As notified by MSBSHSE and paid through affiliated junior colleges for regular and private/improvement sittings (no single fixed public subject fee for all categories).

Exam sponsor website

Our practice resources: topics covered

We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.

~20% of this local bank

Advanced Web Designing

HTML5, CSS layout, forms, media, iframe, hosting.

~12% of this local bank

Introduction to SEO

On-page/off-page SEO, keywords, white-hat vs black-hat.

~18% of this local bank

Advanced JavaScript

Loops, switch, objects, events, DOM, client-side scripts.

~15% of this local bank

Emerging Technologies

IoT, IaaS/PaaS/SaaS, AI, 5G cloud models.

~20% of this local bank

Server-Side Scripting (PHP)

PHP syntax, forms, arrays, sessions, database connectivity.

~15% of this local bank

E-Commerce and E-Governance

E-commerce types, trade cycle, EDI, G2C–G2E models.

Preparing for the Maharashtra HSC IT Science Exam

What You Need to Know

  • Passing score: 35%
  • Assessment: Maharashtra Higher Secondary Information Technology — Science is an HSC (Class 12) optional subject under MSBSHSE, Pune (subject code 97; not IT Arts 98 or IT Commerce 99). Official logistics commonly describe about 2½ hours of theory for 80 marks, with 20 marks practical / Skill Oriented Practicals (SOP) / journal, for a 100-mark subject total. Qualifying typically requires about 35% in the subject. Syllabus centres on Balbharati Standard XII Information Technology (Science): Advanced Web Designing; Introduction to SEO; Advanced JavaScript; Emerging Technologies (IoT, Cloud computing, AI, 5G); Server-Side Scripting (PHP with form/database connectivity); and E-Commerce and E-Governance. English medium materials are typical; this practice bank is an English-language MCQ study adaptation. Confirm current syllabus and circulars on mahahsscboard.in.
  • Time limit: 2.5 hours
  • Exam / certification fees: As notified by MSBSHSE and paid through affiliated junior colleges for regular and private/improvement sittings (no single fixed public subject fee for all categories). Official sources

Using Our Practice Resources

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

Maharashtra HSC IT Science: Suggested Study Strategy

1Build chapter-wise one-page maps: HTML/CSS tags → SEO factors → JS events → PHP forms → cloud models → e-commerce/e-governance types.
2Give extra weight to Science-stream PHP and advanced JavaScript — they dominate practical SOPs and many theory objectives.
3Practise vocabulary: iframe, z-index, white-hat SEO, IaaS/PaaS/SaaS, $_POST vs $_GET, session vs cookie, B2C/B2B, G2C/G2G, EDI.
4Link full-stack flow: HTML form → JavaScript validation → PHP processing → database insert → SEO for the live site.
5After MCQ concept checks, complete Balbharati Skill Oriented Practicals under timed lab conditions and review certified journal work for the 20-mark practical.

Frequently Asked Questions

How is Maharashtra HSC Information Technology — Science officially examined?

IT Science is examined under the Maharashtra Higher Secondary Certificate Examination as a Class 12 optional subject (MSBSHSE subject code 97). Logistics commonly describe about 2½ hours of theory for 80 marks (often online/objective-heavy), plus 20 marks practical / Skill Oriented Practicals (SOP) / journal, for a 100-mark total. Candidates generally need about 35% in the subject to pass. Confirm the year’s syllabus, timetable, and circulars on mahahsscboard.in.

Is this practice bank the same format as the official HSC IT Science paper?

No. Official MSBSHSE HSC IT Science assessment includes theory (often online for the 80-mark component) and a 20-mark practical/SOP component with lab work and journal. This bank is an English-language multiple-choice study adaptation for concepts and terminology only — not an official translation, blueprint replica, or full practical simulation.

What syllabus does this bank follow?

It is aligned to Maharashtra HSC / Class 12 Information Technology — Science under MSBSHSE and Balbharati Standard XII IT (Science) themes: Advanced Web Designing; Introduction to SEO; Advanced JavaScript; Emerging Technologies (IoT, Cloud computing, AI, 5G); Server-Side Scripting (PHP); and E-Commerce and E-Governance. Always confirm the current Balbharati/MSBSHSE syllabus for your year.

How is IT Science different from IT Arts and IT Commerce?

MSBSHSE lists three stream-specific IT optional codes: Information Tech (Science) code 97, Information Tech (Arts) code 98, and Information Tech (Commerce) code 99. Science stream Balbharati emphasises advanced web, JavaScript, PHP server-side scripting with database connectivity, SEO, and emerging tech. Arts and Commerce use different Balbharati textbooks and emphases (for example Commerce includes digital marketing, LibreOffice Base, and ERP themes). Register and revise for the code printed on your college subject list and admit card.

What is the pass mark for Maharashtra HSC IT Science?

MSBSHSE commonly requires a minimum of about 35% in each subject (including IT Science) out of the full 100-mark total with theory and practical components as applicable. Always verify the current Higher Secondary notification for your sitting.

What is the official subject code for HSC IT Science?

MSBSHSE lists Information Tech (Science) as subject code 97 in the HSC general subject codes scheme (see mahahsscboard.org/hscsub.htm and official question-paper listings). Confirm against your college subject registration and admit card.

Where should I check official syllabus, papers, and results?

Use the MSBSHSE site at mahahsscboard.in for circulars and question papers, mahahsscboard.org/hscsub.htm for subject codes, Balbharati digital textbooks (e.g. books.ebalbharati.in PDF 1203010500 for IT Science), and your divisional board portals for results and hall tickets.