0% found this document useful (0 votes)
312 views6 pages

Xii Information Technology Sample Paper

Uploaded by

Alisha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
312 views6 pages

Xii Information Technology Sample Paper

Uploaded by

Alisha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

INDIAN SCHOOL MUSCAT

SAMPLE PAPER
INFORMATION TECHNOLOGY(CODE:802)

CLASS : XII TIME ALLOTTED : 3 HRS.


MAXIMUM 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 + 20 =) 26 questions, a candidate has to answer (6 + 14 =) 20 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 (22 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 (38 MARKS):


i. This section contains 20 questions (QNo’s 7 to 26).
ii. A candidate has to do 14 questions.
iii. Do as per the instructions given.
iv. Marks allotted are mentioned against each question/part.

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. People with this personality disorder disregard social rules and obligations. 1
(a) Borderline
(b) Antisocial
(c) Histrionic
(d) Narcissistic

ii. Write the keyboard shortcuts for the following. 1


a) Make the content of spreadsheet bold b) Copy the contents from a spreadsheet.

Page 1 of 6
iii. Mention any two characteristics of Entrepreneurship. 1

iv. Why do entrepreneurs require persistence as one of the competences to succeed? 1

v. Name any two of the presentation software's available. 1

vi. Which of the following is not a parameter to describe an individual’s personality? 1


(a) Openness
(b) Self-confidence
(c) Neuroticism
(d) Agreeableness

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

i. What do you mean by a compiler? 1

ii. A group of statements which get executed repeatedly based on a condition in java is called 1
_______.
(a) Selection
(b) Sequential
(c) Iteration
(d) None of these

iii. Name the first the national satellite-based computer network in India. 1

iv. Which of the following is a disadvantage of web based applications? 1


(a) They do not need be installed.
(b) They are available 24X7.
(c) They are slow as compared to software based applications.
(d) They offer cross platform compatibility.

v. Internet transactions are susceptible to frauds. Creating a strong password is vital. A strong 1
password has:
(a) 6-8 Alphanumeric characters and special symbols
(b) Only Special symbols
(c) Only numbers
(d) Less than 6 characters

vi. Which of the following is true for a primary key of a table? 1


(a) It is used to uniquely identify a tuple is a table.
(b) Primary key field can accept duplicate values.
(c) You cannot update values in primary key field.
(d) A primary key filed can have null.

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

i. Write any two DML commands used in MySQL. 1

ii. Cardinality of a table is five and degree is four. If three columns and three rows are added to 1
this table, what will be the new degree and cardinality of the given table?
Page 2 of 6
(a) 8,7
(b) 7,8
(c) 3,3
(d) 4,5

iii. If int x = 40 , y = 50 ; What will be the output of the statement System.out.println(x > y) ; in 1
java.

iv. In ________________________ phase we identify the problem statement for which the 1
web application is to be developed.

v. Mention any two advantages of using DBMS. 1

Q.4 Answer any 4 out of the given 5 questions (1 x 4 = 4 marks)

i. What is an object in java? 1

ii. The ______________command is used to modify the structure of the table STUDENT in 1
MySQL.
(a) Modify table STUDENT
(b) Alter table STUDENT
(c) Alter STUDENT
(d) Modify STUDENT

iii. Ms Sarika is creating a table SALESMAN with fields Salesmannumber, Name, TotalSales. 1
She doesn’t want the TotalSales column to be remain unfilled i.e. she wants to make entry in
this field mandatory. Which constraint she should use at the time of creating SALESMAN
table:
(a) Check
(b) Default
(c) Not null
(d) Primary key

iv. Mention any two modes of payment during online shopping. 1

v. Identify the valid variable names in java from the following: 1


Avg sal, sum20 , avg_sal , float

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

i. What is the significance of the main() method in java? 1

ii. How do you display output in a java program? 1

iii. Write a java statement to create an array to store the salary of 4 employees. 1

iv. In the table employee, Vinod doesn't want repeated values in column salary. Rewrite the 1
correct command.
select salary from employee;

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

i. What do we mean by scope of a project? 1

ii. What is an exception in java? 1

iii. Ms Reema has created a database with name “Exam”. Help her to access “Exam” database 1
with the correct MySQL statement.

iv. The National Portal of India provides a single window access to information and services 1
being provided by the various Indian Government entities Which of the following is the
website for the National Portal of India:
(a) india.gov.in
(b) india.gov.org
(c) indian.gov.in
(d) indian.gov.org

SECTION B : SUBJECTIVE TYPE QUESTIONS


Answer any 3 out of the given 5 questions on Employability Skills (3 x 2 = 6 marks)
Answer each question in 20 – 30 words.

Q.7 What do you mean by “Professional Entrepreneurs”? 2

Q.8 Explain about Obsessive-compulsive personality disorder. 2

Q.9 How do you protect your spreadsheet from unauthorized access? Which menu option you will 2
click to protect your spreadsheet?

Q.10 What are the various organizational skills required to become a successful entrepreneur? 2

Q.11 What is a spreadsheet? Name any one spreadsheet application. 2

Answer any 5 out of the given 7 questions (5 x 2 = 10 marks)

Q.12 The following commands are giving errors. Write the correct MySQL commands. 2
(a) delete from table Student where rollno = 10 ;
(b) select * from Accounts dept like ‘B%’ ;

Q.13 Mr Subash has mistakenly entered ‘‘Ruwy’’ instead of ‘‘Ruwi’’ in address field of table 2
‘OFFICE’. Help him to write the correct SQL command to make the desired changes in the
table.

Q.14 What is the difference between a while and a do-while loop? 2

Q.15 How is a java code executed? 2

Q.16 What will be the value of variable ‘val’ after the execution of the following code snippet? 2
why?

Page 4 of 6
opt = 4;
switch(opt)
{case 3: val = 20;
case 4: val = 25 ;
case 5: val = 35; break;
case 6: val = 45; break; }

Q.17 What do you mean by default constraint for a field in a table? Explain with an example. 2

Q.18 A company is making database of its product and dispatch. Product table includes Pcode, 2
Pname, Pcost. Give details of Dispatch Table along with its schema.

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

Q.19 Write a code in java using while loop that displays all numbers divisible by 4 from 1 to 50. 3

Q.20 Consider the following code, instead of printing number 1 2 3 4 5 it printed only 6. 3
int x ;
for( x=1; x<=5 ; x= x+1) ;
System.out.println(x);
(a) Name the coding error shown in the above code.
(b) What is the reason for the error?
(c) Write the corrected java code.

Q.21 What do you mean by aggregate function in MySQL? Explain any two aggregate functions 3
used in MySQL.

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

Q.22 Consider the statement: 4


String message = “Welcome to FIFA-2022” ;
Write a single line java code using String methods to perform the following:
(a) To convert message to uppercase.
(b) To find the length of the message.
(c) To replace the word “FIFA” with “FOOTBALL”.
(d) To check whether the message contains “come” in it or not.

Q.23 Mr Abhishek wants to go for a business trip. He is thinking to book a train ticket. 4
(a) Name any one website he should browse for booking the train ticket.
(b) Give any one benefit of online reservation to Abhishek.
(c) What are the precautions to be followed while performing the online transactions?
(d) Give any one advantage to the company providing the online transaction.

Q.24 Write a code in java using a do-while loop to display all numbers from 50 to 1.Is do-while 4
loop an entry controlled loop or an exit controlled loop?

Page 5 of 6
Q.25 Write the MySQL commands for the following queries: 4
Table Name: RESORT
RCODE PLACE RENT TYPE STARTDATE

R101 GOA 15000 5 Star 23 Jan 2008

R102 HIMACHAL 12000 4 Stat 12 Nov 2007

R103 KERALA 12500 5 Star 18 Mar 2006

R104 HIMACHAL 10900 3 Star 09 Jan 2007

R105 GUJARAT 8000 2 Star 29 Apr 2008

(a) To display the RCODE and PLACE of all “5 Star” resort.


(b) To change the TYPE of RCODE R104 as “4 Star”.
(c) To display the maximum rent for each type of resort from table RESORT.
(d) To display the details of resorts whose PLACE is ending with the letter ‘A’.

Q.26 Write a code in java using a for loop to display all odd numbers from 1 to 30.Is for loop an 4
entry controlled loop or an exit controlled loop?

****END OF THE QUESTION PAPER****

Page 6 of 6

You might also like