CBSE Class 12 Information Technology (802) Question Paper for the session 2021–22 (Term 2) was conducted on 4th June 2022 during the COVID-19 pandemic. During this time, the CBSE board followed a special examination pattern where the syllabus was divided into Term 1 and Term 2 to reduce academic pressure on students. This question paper reflects the pattern and types of questions that were asked in the Term 2 board exam. It helps students understand the exam structure, important topics, and the level of difficulty that was expected by the CBSE board during that academic session.
For students and teachers, this solved question paper is a very useful study resource for preparing for upcoming CBSE Class 12 IT 802 board examinations. By practicing this paper, students can improve their answer-writing skills, revise important concepts, and gain confidence before the final exam. Teachers can also use it to guide students about the exam pattern and important areas of the syllabus. Going through previous year question papers with solutions is one of the best ways to prepare effectively and score better marks in the CBSE board exams.
CBSE CLASS 12 INFORMATION TECHNOLOGY (802) - SOLUTION
Question Paper Code 326 Set 4
Maximum Marks : 30
- Please read the instructions carefully.
- This question paper is divided into three sections, viz., Section A, Section B and Section C.
- Section A is of 5 marks and has 6 questions on Employability Skills.
- Questions number 1 to 4 are one mark questions. Attempt any three questions.
- Questions number 5 and 6 are two marks questions. Attempt any one question.
- Section B is of 17 marks and has 16 questions on Subject Specific Skills.
- Questions number 7 to 13 are one mark questions. Attempt any five questions.
- Questions number 14 to 18 are two marks questions. Attempt any three questions.
- Questions number 19 to 22 are three marks questions. Attempt any two questions.
- Section C is of 8 marks and has 3 Competency-Based Questions.
- Questions number 23 to 25 are four marks questions. Attempt any two questions.
- Do as per the instructions given in the respective sections.
- Marks allotted are mentioned against each section/question.
| Field Name | Data Type | Description |
|---|---|---|
| Flight_ID | INT | A unique identifier for each flight. |
| Flight_Number | VARCHAR | The flight number associated with the flight, stored as a string. |
| Departure_Location | VARCHAR | The location where the flight departs from, stored as a string. |
| Arrival_Location | VARCHAR | The location where the flight arrives, stored as a string. |
| Departure_Date | DATE | The date when the flight departs. |
| Departure_Time | TIME | The time when the flight departs. |
| Arrival_Date | DATE | The date when the flight arrives. |
| Arrival_Time | TIME | The time when the flight arrives. |
| Aircraft_Type | VARCHAR | The type of aircraft used for the flight, stored as a string. |
| Seat_Capacity | INT | The total number of seats available on the flight. |
| Ticket_Price | DECIMAL | The price of a ticket for the flight, stored as a decimal number. |

