English Core SrSec 2022-23
English Core SrSec 2022-23
English Core SrSec 2022-23
DESCRIPTIVE/
OBJECTIVE SHORT SHORT
LONG
TYPE ANS. TYPE ANS. TYPE
UNIT ANS. TYPE TOTAL
QUESTIONS QUES.- I QUES.- II
NAME OF THE UNIT QUESTIONS
NO. QUESTIONS
1 MARK 2 MARKS 3 MARKS 4 MARKS
EACH EACH EACH EACH
1 Database Concepts 10 2 1 1 14
Operating Web Based 0
2 9 0 1 10
Applications
Fundamentals of Java 1
3 12 2 3 18
programming
4 Work Integrated Learning IT 1 1 1 0 3
TOTAL QUESTIONS 32 5 3 4 45
NO. OF QUESTIONS
26 Any 3 Any 2 Any 3 34
TO BE ANSWERED
TOTAL MARKS 1 x 26= 26 2x3=6 3x2=6 4 x 3 = 12 50 MARKS
Pg. 1
CBSE | DEPARTMENT OF SKILL EDUCATION
INFORMATION TECHNOLOGY (SUBJECT CODE 802)
Sample Question Paper for Class XII (Session 2022-2023)
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.
Pg. 2
SECTION A: OBJECTIVE TYPE QUESTIONS
ii. A group of statements which get executed based on a condition in java is called 1
_______.
(a) Selection
(b) Sequential
(c) Iteration
(d) None of these
iii. Which of the following is true for self-referencing table? 1
(a) A foreign key constraint can reference columns within the same table.
(b) A primary key constraint can be null.
(c) You cannot delete this table.
(d) You cannot update or delete this table.
Pg. 3
iv. Identify the operator that performs pattern searching in MYSQL. 1
(a) EXISTS operator
(b) BETWEEN operator
(c) LIKE operator
(d) SEARCH operator
v. What should we do to make a data member or a method member of a class visible 1
only within the class?
vi. Name any one central initiatives for e-governance. 1
vii. Which website should we search for the list of NCERT e books? 1
(a) goidirectory.nic.in
(b) godirectory.nic.in
(c) indiagov.in
(d) india.gov.in
v. Cardinality of a table is four and degree is three. If two columns and four rows are 1
added to this table, what will be the new degree and cardinality of the given table?
(a) 5,8
(b) 3,4
(c) 8,5
(d) 4,3
vi. The Phase of application development that involves creating a database and 1
writing code is called___________
vii. b. Identify the valid variable names from the following 1
Total marks , int , marks$ , marks4
(a) coursera.org
(b) khan academy
(c) w3schools.org
(d) cbse.nic.in
ii. While entering the data in the table, Seema is not able to leave the column age as 1
blank in the table. What can be the possible reason?
iii. Mention any two modes of payment during online shopping. ½+
½
Pg. 4
iv. What is the need of JVM? 1
vi. Which member function of the Integer wrapper class allows access to the int value 1
held in it?
ii. In the table teacher, Riya doesn't want repeated values in column marks. 1
Rewrite the correct command.
select marks from teacher;
iii. Rema wants to input the price of shoes as 999.99 .What should be the datatype 1
and size of the column price in the table?
Pg. 5
iii. Roma is booking a railway ticket using an online ticketing website makemytrip.com. 1
When she reached to catch the train she found that she left the ticket at her hotel.
What should she do?
Pg. 6
Answer any 2 out of the given 3 questions (3 x 2 = 6 marks)
Q.17 Consider the following code 1+1+1
int x = 1;
while(x<=5);
x = x +1;
(a)Name the coding error shown in the above code.
(b) What is the reason of the error?
(c)Write correct java code.
Q.18 (a) Give any two characteristics of a relational model. 2+1
(b) Which aggregate function is used to find the average of all the values for a
selected attribute of a table.
Q.19 List the various ways in which database management applications can be used 3
in Government Sector.
COUNTER
Pg. 7
Pg. 8