All Practice Exams

Free Practice Questions for Haryana BSEH Senior Secondary NSQF IT-ITeS

Exam-style questions and explanations by OpenExamPrep.

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

Loading practice questions...

Exam Review

Key Facts: Haryana BSEH Senior Secondary NSQF IT-ITeS Exam

Code 930

BSEH Senior Secondary NSQF IT-ITeS subject code

BSEH Class 12 NSQF syllabus 2025-26

30 + 50 + 20

Theory (60/2) + Practical + Internal Assessment = 100

BSEH IT-ITeS (code 930) unit-wise division of marks

RDBMS 15

Highest vocational unit marks within the 60-mark theory unit split

BSEH Class 12 NSQF IT-ITeS course structure

33%

Typical BSEH Senior Secondary pass threshold (confirm circular)

Standard BSEH Senior Secondary passing criteria

4 vocational units

RDBMS, Advance Python, Software Engineering, Emerging Trends

BSEH IT-ITeS syllabus unit list

MCQ adaptation

This bank trains theory/employability knowledge only—not practical replacement

OpenExamPrep study adaptation disclosure

BSEH Senior Secondary NSQF IT-ITeS (code 930) is Haryana’s Class 12 vocational IT subject: Theory (60/2)=30 + Practical 50 + IA 20 = 100. Pass typically 33% (confirm circular). Fee as per BSEH notification. Free 2026 MCQ bank here is a theory/employability study adaptation—not a practical replacement.

Sample Haryana BSEH Senior Secondary NSQF IT-ITeS Practice Questions

Try these sample questions to review concepts for the Haryana BSEH Senior Secondary NSQF IT-ITeS exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1In a relational database, data is primarily organized as:
A.Tables (relations) made of rows and columns
B.Only nested folders of free-text files
C.A single continuous audio stream
D.Unrelated bitmap images
Explanation: RDBMS stores data in tables (relations) with rows (tuples/records) and columns (attributes/fields), linked by keys.
2A primary key in a table must be:
A.Always the same value for every row
B.Unique for each row and not NULL
C.Optional and often left blank
D.A column that can hold duplicates freely
Explanation: A primary key uniquely identifies each row and cannot contain NULL values under standard relational rules.
3A foreign key is used to:
A.Replace the need for any primary key
B.Encrypt every column automatically
C.Reference the primary key of another (or the same) table to enforce relationships
D.Delete the database catalog
Explanation: Foreign keys implement relationships by referencing a candidate/primary key, supporting referential integrity.
4What does data redundancy in a poorly designed database typically cause?
A.Faster uniqueness of every key automatically
B.Elimination of all relationships
C.Mandatory use of only one table forever
D.Wasted storage and risk of inconsistent updates
Explanation: Redundant copies of the same fact waste space and can become inconsistent when only some copies are updated.
5Which statement best describes a candidate key?
A.A column or set of columns that can uniquely identify a row; one candidate is chosen as the primary key
B.Any column that stores only text
C.A key that must always be NULL
D.A temporary password for the DBA only
Explanation: Candidate keys are unique identifiers; the designer selects one as the primary key; others may become alternate keys.
6Referential integrity means that:
A.All tables must have the same number of columns
B.Every non-NULL foreign key value must match an existing referenced key value
C.Indexes are forbidden on primary keys
D.Users may never insert any row
Explanation: Referential integrity keeps relationships valid: a foreign key cannot point to a missing parent key (unless NULL is allowed and used).
7In database design, a one-to-many relationship between Customers and Orders means:
A.Each order must belong to infinitely many customers
B.Customers and orders cannot be related
C.One customer can have many orders; each order belongs to one customer
D.Every customer has exactly one column only
Explanation: Classic 1:N: the “one” side is Customers; the “many” side is Orders, usually with customer_id as a foreign key on Orders.
8Normalization is mainly intended to:
A.Increase random duplicate storage of every attribute
B.Remove all primary keys from the schema
C.Convert SQL into machine code only
D.Reduce redundancy and improve data integrity by organizing attributes into well-structured relations
Explanation: Normalization structures tables (e.g., 1NF, 2NF, 3NF) to reduce redundancy and update anomalies while preserving facts.
9Which SQL statement retrieves rows from a table named Students?
A.SELECT * FROM Students;
B.INSERT INTO Students;
C.DROP DATABASE Students;
D.GRANT ALL ON Students;
Explanation: SELECT reads data; FROM names the source table. SELECT * returns all columns.
10The WHERE clause in SQL is used to:
A.Rename the database server
B.Filter rows that meet a specified condition
C.Create a new user account only
D.Define the screen resolution
Explanation: WHERE restricts which rows are returned (or affected) based on predicates such as marks > 40.

About the Haryana BSEH Senior Secondary NSQF IT-ITeS Exam

The Haryana Senior Secondary NSQF IT-ITeS examination is the Class 12 vocational skill subject conducted by the Board of School Education Haryana (BSEH), subject code 930. Full subject marks are Theory (60/2)=30 + External Practical 50 + Internal Assessment 20 = 100. Theory uses a mixed paper design (objective, very short, short, and essay items) covering Relational Database Management System Concepts, Advance Python Programming, Software Engineering, Emerging Trends and Social Impact, and Employability Skills (Communication, Self-Management, ICT, Entrepreneurship, Green Skills). The official assessment includes substantial practical, portfolio, and viva components. The 100 questions on this page are an English-language multiple-choice study adaptation for theory and employability knowledge only—they are not a replacement for hands-on lab work, portfolio evidence, or viva preparation.

Exam sponsor: Board of School Education Haryana (BSEH). The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

Official (BSEH 2025-26 syllabus, code 930): Theory (60/2)=30 marks — Objective Type 15 marks (MCQ, fill-in, one-word, assertion-reason), Very Short Answer 12, Short Answer 18, Essay 15 on the 30-mark theory scale; External Practical 50 (hands-on skill written 10 + practical 15, portfolio 10, viva 15); Internal Assessment 20 (SATs, half-yearly, CRP, project, attendance). Vocational units: RDBMS Concepts (15), Advance Python Programming (10), Software Engineering (15), Emerging Trends and Social Impact (10). Employability units: Communication, Self-Management, ICT, Entrepreneurship, Green Skills (2 each) within the theory total. Competencies: Knowledge 40%, Understanding 30%, Application 20%, Skill 10%. Local bank: English MCQ study adaptation for theory/employability knowledge—not a practical, portfolio, or viva replacement. Confirm theory sitting duration on the current BSEH date sheet.

Time Limit

Theory duration as per the BSEH Senior Secondary / NSQF examination date sheet (confirm current circular); plus practical assessment

Passing Score

Typically 33% under standard BSEH Senior Secondary rules; confirm external/aggregate requirements in the latest Board circular for your examination year.

Exam / Certification Fees

As per BSEH Senior Secondary examination fee notification (confirm current circular on bseh.org.in).

Exam sponsor website

Reported exam pass rate: Overall Senior Secondary pass percentages are published with each BSEH result; no fixed standing subject-wise IT-ITeS pass-rate figure is used here.. Exam sponsor website

Fees, eligibility, and exam policies can change. Confirm them with the exam sponsor before applying or paying.

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.

25%

Relational Database Management System Concepts

RDBMS concepts (tables, keys, relationships, redundancy, normalization, referential integrity); Structured Query Language (SELECT, WHERE, ORDER BY, DISTINCT, INSERT, UPDATE, DELETE, joins); SQL functions and aggregation (COUNT, AVG, SUM, MAX/MIN, GROUP BY, HAVING, string/date functions).

17%

Advance Python Programming

File handling (open modes, read/readline/write, with-context cleanup); exception handling (try/except/else/finally, raise, common built-ins); data structures in Python (list, tuple, set, dict) and stack (LIFO) / queue (FIFO) patterns.

25%

Software Engineering

SE concepts (process models, SRS, functional vs non-functional requirements, coupling/cohesion, maintenance); software testing (unit/integration, black-box, regression, alpha/beta, test cases); software projects using Python (modularity, VCS, documentation); contact management system (CRUD, validation, search).

17%

Emerging Trends and Social Impact

Emerging technology: AI, ML, IoT, cloud, big data, blockchain, VR/AR, edge computing, 5G, chatbots; social impact: privacy, digital divide, cyberbullying, IP/ethics, automation and work, responsible social media, e-waste.

17%

Employability Skills

Communication (active listening, parts of speech, clear sentences); self-management (motivation, result orientation, self-awareness); ICT (spreadsheet cells/formulas, presentation slides, analysis features); entrepreneurship (entrepreneur definition, barriers, competencies); green skills (green jobs and workplace sustainability habits).

Preparing for the Haryana BSEH Senior Secondary NSQF IT-ITeS Exam

What You Need to Know

  • Passing score: Typically 33% under standard BSEH Senior Secondary rules; confirm external/aggregate requirements in the latest Board circular for your examination year.
  • Assessment: Official (BSEH 2025-26 syllabus, code 930): Theory (60/2)=30 marks — Objective Type 15 marks (MCQ, fill-in, one-word, assertion-reason), Very Short Answer 12, Short Answer 18, Essay 15 on the 30-mark theory scale; External Practical 50 (hands-on skill written 10 + practical 15, portfolio 10, viva 15); Internal Assessment 20 (SATs, half-yearly, CRP, project, attendance). Vocational units: RDBMS Concepts (15), Advance Python Programming (10), Software Engineering (15), Emerging Trends and Social Impact (10). Employability units: Communication, Self-Management, ICT, Entrepreneurship, Green Skills (2 each) within the theory total. Competencies: Knowledge 40%, Understanding 30%, Application 20%, Skill 10%. Local bank: English MCQ study adaptation for theory/employability knowledge—not a practical, portfolio, or viva replacement. Confirm theory sitting duration on the current BSEH date sheet.
  • Time limit: Theory duration as per the BSEH Senior Secondary / NSQF examination date sheet (confirm current circular); plus practical assessment
  • Exam / certification fees: As per BSEH Senior Secondary examination fee notification (confirm current circular on bseh.org.in). 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

Haryana BSEH Senior Secondary NSQF IT-ITeS: Suggested Study Strategy

1Alternate MCQ drills with full written answers (VSA/SA/essay) because official theory is mixed-format on a 30-mark scaled paper.
2For RDBMS, practise writing SELECT/WHERE/ORDER BY and one carefully scoped UPDATE/DELETE with WHERE—no-WHERE DML is a common trap.
3In Python, contrast file modes 'r'/'w'/'a', always use with open(...), and know try/except/finally plus list vs tuple vs set vs dict.
4Link Software Engineering theory to your contact-management project: requirements, modular design, CRUD, validation, and test cases.
5For Emerging Trends, define AI/IoT/cloud/ML in one sentence each and pair each tech with a social-impact issue (privacy, e-waste, digital divide).
6Revise all five Employability units weekly—active listening, self-awareness, spreadsheet/presentation basics, entrepreneurship barriers, and green IT habits.
7Build portfolio evidence throughout the year; do not leave practical and viva prep until after theory only.

Frequently Asked Questions

Is the official BSEH Senior Secondary NSQF IT-ITeS exam pure multiple-choice?

No. Official theory (code 930) is a mixed written paper scaled to (60/2)=30 marks—Objective (including some MCQs plus fill-in, one-word, and assertion-reason), Very Short Answer, Short Answer, and Essay—plus Practical 50 and Internal Assessment 20. This page’s 100 MCQs are an English study adaptation for theory and employability knowledge only, not a full simulation of the official paper or practical.

What is the marks split for BSEH Class 12 NSQF IT-ITeS (code 930)?

Per the BSEH 2025-26 syllabus: Theory (60/2)=30 marks; External Practical 50 marks (hands-on skill written 10 + practical 15, portfolio 10, viva 15); Internal Assessment 20 marks; grand total 100. Paper design on the 30-mark theory scale: Objective 15, VSA 12, SA 18, Essay 15. Confirm theory duration on the current date sheet.

What units are covered in Class 12 NSQF IT-ITeS?

Vocational skill units: RDBMS Concepts (15), Advance Python Programming (10), Software Engineering (15), Emerging Trends and Social Impact (10). Employability skill units: Communication, Self-Management, ICT, Entrepreneurship, and Green Skills (2 marks each in the unit division).

What is the passing score for BSEH Senior Secondary NSQF IT-ITeS?

Under typical BSEH Senior Secondary rules, candidates need about 33% (confirm external vs aggregate requirements for skill subjects in the latest Board circular for your year).

How much does the BSEH Senior Secondary NSQF IT-ITeS exam cost?

IT-ITeS is not separately priced as a stand-alone open exam fee on this page. The fee is as per the annual BSEH Senior Secondary examination fee notification. Check https://bseh.org.in for the current circular—do not rely on outdated fixed rupee figures from unofficial sources.

Can this free MCQ bank replace practical, portfolio, and viva preparation?

No. Practical assessment is 50 marks (hands-on skill, portfolio, viva) and is essential. Use these MCQs for theory and employability knowledge drills, and still complete lab tasks, portfolio evidence, and viva practice with your school as required by BSEH.

Where is the official syllabus and question paper design?

See the BSEH Class 12 NSQF catalog at https://bseh.org.in/12th-qpdesign-nsqf-202425 and the IT-ITeS PDF for code 930 (syllabus, unit marks, teaching plan, and paper design).