You are on page 1of 5

Information Technology (Subject Code-802)

Question Paper for Class XI Session 2021-2022


Max. Time: 3 Hours Max. Marks: 60
SECTION A: OBJECTIVE TYPE QUESTIONS

1. Answer any 4 out of the given 5 questions on Employability Skills (1x4=4 marks)

1. An individual who initiates, creates and manages a new business can be called _____________.

A. A leader
B. A manager
C. An entrepreneur
D. A professional

2. Trademarks relate to _______.


A. Practice and knowledge acquired through experience
B. The protection of proprietary information of commercial value
C. The right to reproduce ones own original work
D. Brand identity

3. Which of the following are Environmental Problem?

a. Climate Change b. Emission of Green House

c. Both of the above d. None of the above

4. In Organic Farming, farmers use _____

a. Chemical Fertilizers b. Pesticides

c. Chemical Spray d. None of the above

5. Bring out the types of entrepreneur on the basis of functional characteristics.

a.Innovative Entrepreneur b.Initiative or Adoptive Entrepreneur

c.Fabian Entrepreneur d.Drone Entrepreneur

2. Answer any 5 out of given 6 questions (1*5=5 Marks)

1. What is an RDBMS?
a) Database that stores data elements that are not linked
b) Database that accesses data elements that are not linked
c) Database that stores and allows access to data elements that are linked
d) None of the mentioned

2. What is a relation in RDBMS?


a) Key
b) Table
c) Row
d) Data Types

3. ________ deletes a data item from a database.


a) Insert(RDBMS)
b) Drop(RDBMS)
c) Delete(RDBMS)
d) None of the mentioned

4. Which is the subset of SQL commands used to manipulate Oracle

Database structures,including tables ?

a) Data Definition Language(DDL) b) Data Manipulation Language(DML)

c) Both of above d) None

5. What operator tests column for the absence of data?

a) EXISTS operator b) NOT operator

c) IS NULL operator d) None of these

6. Which of the following SQL commands is used to retrieve data?

a) DELETE b) INSERT

c) SELECT d) JOIN

3. Answer any 5 out of 6 questions (1*5 = 5 marks)

1. Which of the following information does the database system catalog store?
a) Number of blocks
b) Size of a tuple of a relation
c) Number of tuples
d) All of the mentioned

2. What is the format of entering date into a database while inserting data into it?
a) “YYYY-MM-DD”
b) YYYY-MM-DD
c) “DD-MM-YYYY”
d) ‘YYYY-MM-DD’

3. Which of the following systems use RDMS?


a) Oracle
b) Microsoft SQLServer
c) IBM
d) All of the mentioned

4.A is a property of the entire relation, rather thanof the individual tuples in
which each tuple is unique.
a)Rows

b)Key

c)Attribute

d)Fields

5. Geeta has created a table named Student_Details in order to store all the details of the
student of her class. She has added the following fields: Admission_No, Student_Name, Birth_Date,
Address, Joining_Date, Mother_Name, Father_Name. Out of the following fields, which field can be
selected as primary key as the entries in it will be unique?
a) Admission_No b) Birth_Date

c) Student_Name d) None of these

6. The _____________ data type stores serialised Java objects.

a) varbinary b) varchar

c) other variable d) bigint

4. Answer any 5 out of 6 questions (1*5 = 5 marks)

1. Who invented Java Programming?


a) Guido van Rossum
b) James Gosling
c) Dennis Ritchie
d) Bjarne Stroustrup

2. Which statement is true about Java?


a) Java is a sequence-dependent programming language
b) Java is a code dependent programming language
c) Java is a platform-dependent programming language
d) Java is a platform independent programming language

3. What is the extension of java code files?


a) .js
b) .txt
c) .class
d) .java

4. Which of the following is not an OOPS concept in Java?


a) Polymorphism
b) Inheritance
c) Compilation
d) Encapsulation

5. How to run java program in command prompt?

a) javac filename.java b)java filename.java

c) javac filename d)java filename

19. Which of the following is not a segment of memory in java?


a) Code Segment
b) Register Segment
c) Stack Segment
d) Heap Segment

SECTIONB: SUBJECTIVE TYPE QUESTIONS

1.Answer any 5 out of the given 6 questions on Employability Skills (5x2=10marks)

1. Who is an entrepreneur? Give an example ?

2. Write the meaning of the following values with examples:

(a) Independence (b) Confidence


.3.How an enterprise gives benefit to society, country and an entrepreneur?

4. List all sectors of the green economy that affect your daily life.

5.What is an Enterprise?

6. List any five stakeholders. Describe why they are important for the green economy.

2. Answer any 3 out of the given 5 questions on Vocational Skills (3x2=6 marks)

1. Explain record, field, domain in RDBMS.


2. What is Primary key?
3. Explain the use of Foreign key.
4. Write the steps to open SQL window.
5. Write the difference between degree and cardinality.

3. Answer any 3 out of the given 4 questions on Vocational Skills (3x3=9 marks)

1. List some features of MySQL.

2. Write the difference between DDL and DML commands.


3. How is Primary Key different from Candidate Key?

4. Which statement is used to select a database and make it current?

4. Answer any 4 out of the given 6 questions on Vocational Skills (4x4=16marks)

1. State the similarity and difference between the Primary Key, Candidate Key, Alternate Key
and Foreign Key.
2. Explain the features of a DBMS.
3. Define the keys in MySQL.
4. Write the data types which supported in java.
5. Give the features of Java language.
6. .What is the difference between if-statement and nested if-statement.

You might also like