802_INFORMATION_TECHNOLOGY_SQP

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 11

CBSE | DEPARTMENT OF SKILL EDUCATION

INFORMATION TECHNOLOGY (SUBJECT CODE - 802)


Blue-print for Sample Question Paper for Class XII (Session 2024-2025)
Max. Time: 3 Hours Max. Marks: 60

PART A - EMPLOYABILITY SKILLS (10 MARKS):

UNIT OBJECTIVE TYPE SHORT ANSWER TOTAL


NO. NAME OF THE UNIT QUESTIONS TYPE QUESTIONS QUESTIONS
1 MARK EACH 2 MARKS EACH
1. Communication Skills- IV 1 1 2
2. Self-Management Skills- IV 2 1 3
3. ICT Skills- IV 1 1 2
4. Entrepreneurial Skills- IV 1 1 2
5. Green Skills- IV 1 1 2
TOTAL QUESTIONS 6 5 11
NO. OF QUESTIONS TO BE ANSWERED Any 4 Any 3 07
TOTAL MARKS 1x4=4 2x3=6 10 MARKS

PART B - SUBJECT SPECIFIC SKILLS (50 MARKS):

OBJECTIVE SHORT ANS. SHORT ANS. DESCRIPTIVE/


UNIT TYPE TYPE TYPE QUES.- LONG TOTAL
NO. NAME OF THE UNIT QUESTIONS QUES.- I II ANS. TYPE QUESTIONS
QUESTIONS
1 MARK 2 3 4 MARKS
EACH MARKS MARKS EACH
EACH EACH
1 Database Concepts 10 2 1 1 14

2 Operating Web Based 9 0 0 1 10


Applications
3 Fundamentals of Java 12 2 1 3 18
Programming
4 Work Integrated Learning 1 1 1 0 3
IT
TOTAL QUESTIONS 32 5 3 4 45

NO. OF 26 Any 3 Any 2 Any 3 34


QUESTIONS TO
BE ANSWERED
TOTAL MARKS 1 x 26= 26 2x3=6 3x2=6 4 x 3 = 12 50 MARKS

802-Information Technology-Class XII Page 1 of


11
CBSE | DEPARTMENT OF SKILL EDUCATION
INFORMATION TECHNOLOGY (SUBJECT CODE 802)
Sample Question Paper for Class XII (Session 2024-2025)
Max. Time: 3 Hours Max. Marks:
60

General Instructions:
1. Please read the instructions carefully.
2. This Question Paper consists of 24 questions in two sections – Section A & Section
B.
3. Section A has Objective type questions whereas Section B contains
Subjective type questions.
4. Out of the given (6 + 18 =) 24 questions, a candidate has to answer (6 + 11 =)
17 questions in the allotted (maximum) time of 3 hours.
5. All questions of a particular section must be attempted in the correct order.
6. SECTION A - OBJECTIVE TYPE QUESTIONS (30 MARKS):
i.
This section has 06 questions.
ii.
There is no negative marking.
iii.
Do as per the instructions given.
iv.
Marks allotted are mentioned against each question/part.
7. SECTION B – SUBJECTIVE TYPE QUESTIONS (30 MARKS):
i.
This section contains 18 questions.
ii.
A candidate has to do 11 questions.
iii.
Do as per the instructions given.
iv.
Marks allotted are mentioned against each question/part.

802-Information Technology-Class XII Page 2 of


11
SECTION A: OBJECTIVE TYPE QUESTIONS
Q. 1 Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4 marks)
i. A is the most basic type of sentence, its 1
purpose is to relay information, and it is punctuated with a
period.
a) Declarative sentences
b) Interrogative sentences
c) Imperative sentences
d) Exclamatory sentences
ii. Which of the following are not true for Physiological motivation? 1
a) Physiological motivation is based on the physical needs to
satisfy hunger or thirst.
b) Psychological motivations can be guided by need for
achievement and need for affiliation.
c) Physiological motivation directs the behaviour towards
satisfying specific bodily needs.
d) Physiological motivation are made up of emotional,
behavioral and mental set of characteristics.
iii. Samiara spends all her after-school hours practicing more and 1
more sample question papers. She wants to do well in her exams
so that she can get admission in her dream college in the city.
This is an example of:
a) Internal motivation
b) External motivation
c) Inspiration
d) Self-management
iv. rearranges the range of cells but filtering only 1
hides temporarily the rows/columns you do not want.
a) Charts
b) Built in functions
c) Sorting
d) Solve
v. Dhruv had multiple factories in different states of India. On an 1
unfortunate day one of his factory caught fire, and everything got
burnt down. There was a huge financial loss, but luckily there was
no threat to anyone's life, and no injuries.
On the day of the fire, the workers of the factory had tried all
possible ways to extinguish the fire, but to no avail.
The next day when Dhruv reached the factory, he got to know
about the details from the Fire Brigade Incharge about the valour
shown by the workers, without fearing for their lives to save the
factory. Dhruv was moved on hearing the details.
He always had respect for loyalty. So that he did not lose the loyal
workers that were working in the factory, he got them relocated to
another factory of his, by the time the damaged factory of his was
rebuilt, as it was insured.
a) Self Confidence
b) Effective Monitoring
c) Concern for Employees Welfare
d) Goal Setting

802-Information Technology-Class XII Page 3 of


11
vi Individuals, who focus on developing solutions that benefit the
society, are called .
a) Social Entrepreneurs b) Industrial entrepreneurs
c) Agricultural entrepreneurs d) Technical entrepreneurs
Q. 2 Answer any 5 out of the given 7 questions (1 x 5 = 5 marks)
i. Which of the following is not an example of relational operator? 1
a) >
b) =
c) <
d) !=
ii. How many primitive data types are supported by Java ? Name any 1
two of them.
iii. Which command will display all those names from a table which 1
have the alphabet ‘a’ present anywhere in the Name column in a
table Employee?
a) SELECT Name FROM Employee where Name in ("a", "%a");
b) SELECT Name FROM Employee where Name in ("a", "%a");
c) SELECT Name FROM Employee where Name in ("a", "%a");
d) SELECT Name FROM Employee where Name ="%a%";
iv. is a set of attributes in a relation, for which no two 1
tuples in a relation state have the same combination of values.
a) Superkey
b) Candidate Key
c) Primary Key
d) Candidate Key
v. What is a method? 1

vi. An application that can be accessed via a web browser, over a 1


network connection is called a .
vii. Complete the sentence: 1
The web-based online applications can be broadly categorized into

Q. 3 Answer any 6 out of the given 7 questions (1 x 6 = 6 marks)


i. Name the National Portal of India. 1
ii. What are the two ways of writing comments in a Java program? 1
iii. Consider the table, Vehicle given below: 1

Table: VEHICLE

Identify the degree and cardinality of the table Vehicle.


802-Information Technology-Class XII Page 4 of
11
iv. Internet transactions are susceptible to frauds. The combination of 1
username and password is the most common method of user
identification and
authentication. List any one Some actions that can be taken to
make the passwords safer. Page 50
v. Consider the following tables – ORDERS and PRODUCTS: 1
Table: ORDERS
ORDERNO DATE ID QTY
1001 2022-01-12 P001 180
1002 2022-12-31 P002 175
1003 2023-01-20 P001 125
1004 2023-12-25 P003 190
1005 2023-11-20 P002 155
1006 2022-11-15 P001 130
Table : PRODUCTS
ID PNAME PRICE
P001 PEN 50
P002 NOTEBOOK 120
P003 PENCIL 20
Identify the Primary key and Foreign Key of the table ORDERS
vi. Which of the following ICT-enabled services have not been set up by 1
the Indian Government?
a) Booking of railway tickets,
b) Registration of birth/death certificate
c) Purchase of movie tickets
d) RTI application submission
e) Registration of birth certificate
vii. Find the invalid identifier from the following: 1
a) While b) Score1 c) My_Name d) break
Q. 4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Adrisa wanted to book her flight to attend an international 1
conference on “Women and AI” . She needs to book her tickets
using on online reservation system. Help her to follow the correct
sequenceMID of steps toNAME
do the same.BRAND CAPACITY COLOR
A. Make the payment
B. Open the online I20
H101 reservationHyundai
website 5 WHITE
C. Choose the dates of travel
M012 XUV500 Mahindra
D. Browse and search for the required information
5 BLUE
a) B, D, C, A
T107 Innova Toyota 7 SILVER
b) A, B, C, D
H131
c) A, D, C, B Verna Hyundai 5 BLUE
d) B, A, D, C
M010 Celerio Maruti 5 RED
ii. The aggregate function in SQL is used to find the 1
average values
R100 of a numeric
Duster column :
Renault 7 WHITE
a) AVERAGE()
b) MEAN()
c) AVG()
d) MID()
iii. Which of the following is not true for Online Shopping? 1
a) The customer can view the goods that are displayed along with
802-Information Technology-Class XII Page 5 of
11
the details of the goods.
b) Once the goods are purchased they cannot be returned or
exchanged
iv. c) The
State goods
TRUE are then delivered at the address specified by the
or FALSE 1
Private data members of a class cannot be accessed outside the
class however, you can give controlled access to data members
outside the class through getter and setter methods.
v. Which of the following will display the highest and lowest value of 1
the column Fee from the table COACH?
a) SELECT HIGH(FEE), LOW(FEE) FROM COACH;
b) SELECT HIGHEST(FEE), LOWEST(FEE) FROM COACH;
c) SELECT MAXIMUM(FEE), MINIMUM(FEE) FROM COACH;
d) SELECT MAX(FEE), MIN(FEE) FROM COACH;
vi. Predict the output 1
System.out.println(4*4*4==8*8);
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. State True or False 1
Fixing of all the application bugs and fixing them is part of the
Testing Phase of the project.
ii. Aparna wanted to remove the table PERSONAL permanently from 1
the database SCHOOL. Write the command to help her do the
same.
iii. A named constraints in a table can be easily deleted or updated using 1
the command.
iv. Differentiate between the following two java statements: 1
char Alpha=’A’ ; //Statement #1
String Name=”Manish”; //Statement #2
v. A special method member called the method is used 1
to initialize the data members of the class.
a) Variable
b) Constructor
c) Private
d) Package
vi. A Java compiler instead of translating Java code to machine 1
language code, translates it into .
Q. 6 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Which of the following is an invalid variable declaration? 1
a) char Section=’A’;
b) String First_Name=”Arun”;
c) int Num==10;
d) double percentage = 87.6;
ii. A is an arithmetic operator that returns the 1
remainder of division of values of operands.
iii. An application that can be accessed via a web browser, over a 1
network connection is called a application.
iv. Prerna wants to ensure that while data entry, the ADMNO field 1
should not be left blank. Name the constraint that should be used.
v. Which of the following command is used to retrieve information from 1
a database?
a)INSERT
b)SELECT
c)
802-Information Technology-Class XII Page 6 of
11
UPDATE
d) CREATE
vi. How does e-governance benefits its citizens ? 1

802-Information Technology-Class XII Page 7 of


11
802-Information Technology-Class XII Page 8 of
11
SECTION B: SUBJECTIVE TYPE QUESTIONS
Answer any 3 out of the given 5 questions on Employability Skills (2 x 3 = 6 marks) Answer
each question in 20 – 30 words.

Q. 7 List any two importance of self-motivation. 2


Q. 8 What is active listening? List any two factors that affect active 2
listening.
Q. 9 Do you think there are toxins in our environment? What is your 2
view of toxins in our homes?
Q. 10 What is sorting in a spreadsheet? Can data be sorted on more than 2
one column?
Q. 11 Name any two Qualities of a successful entrepreneur. 2

Answer any 3 out of the given 5 questions (2 x 3 = 6 marks)

Q.12 Give the output of the following code segment- 2


int Num=4;
int Fact=1;
for (int i=1;i<=Num;i++)
{
Fact*=i;
System.out.println(Fact);
}

Q.13 Rajni is assigned the task to maintain the SQL database for 2
PowerStock Ltd. She has created a table named STOCKDATA with the
following structure: Stock_id integer PRIMARY KEY
Symbol char(10)
Value integer(5)
Type char(10)
The table presently contains following data:
Stock_id Symbol Value Type

2624 REL 6653 Sell

7660 INFY 3064 Buy

4361 NFY 3117 Buy

7292 TC 6865 Buy


The company wants the attribute Value for the table to store values
as real numbers with a precision upto 4 decimal places.
a) What SQL statement Rajni should write to make the desired
change?
b) What SQL statement will she write if all the values of the Value
attribute in the existing table STOCKDATA are to be increased
by 25%?
Q.14 Mention any two usages of a Database Management System in 2
Education

802-Information Technology-Class XII Page 9 of


11
Q.15 A school is making database of its teachers and students. Table 1+1
TEACHER includes TeaCode, TName, TSubject, TDOJ, TDesig.
Give details of table STUDENT along with its schema.

Q.16 Rewrite the following code after correcting the syntax errors, 1+1
underline each correction made:

int number= = 1;
while (number <= 5);
{
System.out.print("Square of " + number);
System.out.println(" = " , number*number);
Number+=1;
}
Answer any 2 out of the given 3 questions (3 x 2 = 6 marks)
Q.17 Convert the following Java code from for loop to while loop without 3
changing the logic.
int X=4,Y=3;
int Pow=1;
for (int i=1;i<=Y;i++)
Pow*=X;
System.out.println(Pow);
Q.18 a) Define Referential Integrity. 1+2
b) Consider the following table TEACHER and answer the following
questions:
Table: TEACHER
TID TNAME DOA DEPT PAY
501 SUBHAV JAIN 2014-07-09 COMPUTER 450000
203 SHUBH NANGIA 2009-11-23 CHEMISTRY 340000
510 VARUN KAPOOR 2015-02-15 HINDI 320000
307 KAMAL PATRA 2010-12-29 ACCOUNTS 310000
490 SUJAN REDDY 2012-09-11 ENGLISH 270000
370 IKAT GOSWAMY 2011-05-08 COMPUTER 510000
DOA - Date of Appointment, DEPT - Department

Write the statements:


i) To display the number of teachers and the corresponding
department name, in each department.
ii) To display the minimum PAY of teachers whose Date of
Appointment is after 2010.
Q.19 Differentiate between DROP and DELETE commands in SQL 3
with appropriate examples.

Answer any 3 out of the given 5 questions (4 x 3 = 12 marks)


Q.20 a) Give the output for the following 3+1
code: String myString = "Welcome to
Java";
System.out.println
(myString.concat("Session"));
System.out.println (myString.length());
System.out.println
802-Information Technology-Class XII Page 10 of
11
(myString.replace("to","2"));

b.) Expand the term OOP.

Q.21 a) Name any two educational websites that provide online courses 1+1+
for free, in collaboration with various universities across the 2
globe.
b) What is a project?
c) The process of development of web based applications is
broadly categorized in four phases. List down the Phases in a
Web Application Project.
Q.22 a. Consider the following co and answer the following 2+2
questions: static int MyMethod(int N)
{ return (N*N); }
public static void main(String[] args) {
System.out.println(MyMethod(7)); }
i) Name the user defined method.
ii) What will be the output on executing the above code?
b. What is exception handling in Java? Explain the terms try and
catch in exception handling.
Q.23 a) What are Arrays? Give an example. 1+3
b) Write Java code to do the following:
i) Create an array Marks that stores values 78,65,85,91,82
ii) To print all the values of the array Marks using a loop.
iii)Display the average stored in the array Marks.
Q.24 Consider the following tables – TRAIN and PASSENGER: 4
Table: TRAIN
TID TName Boarding Destination Cost
305 VandeBharat New Delhi Katra 2500
206 Shatabdi Mumbai Delhi 3500
307 Superfast Lucknow Chennai 4500
208 HolidayExpress Goa Delhi 2000

Table: PASSENGER
PID TID Name DOT
P108 307 Gagandeep Singh 14-10-2022
P209 206 Rahat Ali 01-01-2023
P110 305 Cristopher 10-12-2022
P677 208 Diksha Luther 11-09-2019
P555 307 Nira Kadam 06-11-2020
P211 208 Ritam Ahuja 17-12-2021
Write SQL queries for the following:
a) To display the count of passengers travelling by each train
b) To add a new record in the table TRAIN:
(12471, “Garib Rath”, “New Delhi”, “Mumbai”, 1105)
c) To display TName, Name and Boarding of all passengers.
d) To display details of all trains whose cost is between 3000 and

802-Information Technology-Class XII Page 11 of


11

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy