Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Class 11 Info Prac

This document contains two sample question papers for Class XI Informatics Practices exam with questions in three sections - Section A, Section B and Section C. Section A contains 30 marks worth of questions. Section B and Section C contain 20 marks worth of questions each. The questions test concepts related to computers, programming, databases and SQL. Sample data is also provided in the form of a table schema to answer SQL queries.

Uploaded by

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

Class 11 Info Prac

This document contains two sample question papers for Class XI Informatics Practices exam with questions in three sections - Section A, Section B and Section C. Section A contains 30 marks worth of questions. Section B and Section C contain 20 marks worth of questions each. The questions test concepts related to computers, programming, databases and SQL. Sample data is also provided in the form of a table schema to answer SQL queries.

Uploaded by

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

KENDRIYA VIDYALAYA SANGATHAN CHANDIGARH REGION

Class XI (INFORMATICS PRACTICES)


Sample Question Paper 1
Time Duration 3 Hrs

Max. Marks

70

Note
1. This question paper is divided into three sections
2. Section A consists of 30 marks.
3. Section B and Section C are of 20 marks each.
4. Answer the questions after carefully reading the text.

Section A
Q 1 Answer the Following
A What are the three types of computers? How they differ?
B What is the difference between Compiler and Interpreter?
C What happen when files and folders are deleted n windows? Is it possible
to retrieve deleted objects later? If so how?
D What do you mean by term word wrapping?
E Expand GUI and CUI?
F What is MIS? Explain?
SECTION B B
Q 2 Answer the Following
A Define is an event? Given some Example?
B What is control Array ? How to create a Control array?
C Give any two example of SDI and MDI ?
D Difference between
i Label and Text box
ii Combo Box and List Box
Q 3 Answer the Following
A Difference between numeric and non numeric data types?
B Rewrite the following code using select case
If marks>=75 and marks<=100 then
Grade=A+
Else
if marks>=60 and marks< 75 then
Grade=A
Else
if marks>=50 and marks< 60 then
Grade=B
Else
if marks>=40 and marks< 50 then
Grade=C
Else
Grade=F
End if
End if
End if
End if
C Name the Caption properties of Clear and Exit Button?
2
D What is windows Common Control name any three windows
2
common controls?

2
2
1
2
1
2
2
2
2
4

2
4

Q 4.Answer the following

A.
B.
C.
D.
E.

Code for clear button to clear all fields.


Code for Exit button
Write a code for third text box disable when user execute a program.
Write the caption properties of all command button
Write the code for AreaTriange and arearectangle command button for
calculate the values of area

SECTION C
Q 5 Answer the Following
A. What is a database System? What is its need?
B. What is Normalization? What is the need of normalization? Define the first,
Second and third normal forms?
C Give some key features of Oracles.
D What is SQL? What are different categories of commands available in SQL?
Q 6 Answer the following
A Explain Union and Minus set operator with suitable example?
B Explain Primary key? With example
C Difference between
i front end and back end
ii Two tier and three tier computing model?
D What is equi join? Explain it with suitable example?
Q.7 Answer the questions based on the table student given below:
Column Name
RollNumber
Name

Data Type
Number
Varchar2

Class

Varchar2

Stream

Varchar2`

TotalMarks

Number

Grade

Varchar2

Table:Student
Size
Constraints
2
Students Roll
25
Name of
Student
3
Class of
student
15
Stream opted
by the students
8,2
Total marks
scored by the
students
1
Grade scored
by the students

2
1
1
2
4

2
4
2
2
2
2
4
2

Description
Primary Key
NOT NULL

Can be A or
B or C

A Write a command to create a table using constraints.


2
B Write the SQL command to display roll Numbers, Names, Total Marks and
grades of all the students in Non medical stream sorted by total marks in
descending order.
2
C Write a SQL commands to insert a records in a table
1.
D What is the output of following
2
i Select sysdate from dual
ii Select user from dual;
E Write a query to display the number of employee with same job.
1
F Write a query to display employees who earn more commission
1
than their salaries?
G Write a query to display employee number, name, sal and
1
sal * 12 as Annual Salary whose commission is not NULL from
the table Emp?

KENDRIYA VIDYALAYA SANGATHAN CHANDIGARH REGION


Class XI (INFORMATICS PRACTICES)
Sample Question Paper 2
Time Duration 3 Hrs

Max. Marks

70

Note
1. This question paper is divided into three sections
2. Section A consists of 30 marks.
3. Section B and Section C are of 20 marks each
4. Answer the questions after carefully reading the text.

SECTION A
Q 1 Answer the Following
A What is the function of memory? What are its measuring units?
B What is fragmentation? How does it affect computers performance? What
Remedy do you suggest for it?
C What is the significance of Recylebin?
D Differentiate between mirror margin and gutter margin?
E Expand the term WYSIWYG?
F What is a CBIS? What is a role in an Organization?

2
2
1
2
1
2

SECTION B
Q 2 Answer the Following
A Program Development requires some steps to follow? Name
These steps
B Difference between
i)
Int() and Fix()
ii)
Floor() and Ceil()
C What is Control Menu? Explain?
D What is Microsoft Common Dailog Control ? Write any Two Methods
For Common dialog Box?
Q 3 Answer the Following
A Why we need variables?
B What is focus when do gotfocus and lostfocus events occurs?
C Write the naming convention of the following controls
i. timer
ii Text iii image
iii option button
iv image
v Drivelistbox
vi dirlistbox
D Write a command to disable the text1.text and text2.text
E What is the output
i mid(Kendriya Vidyalaya,10,5)
ii Ucase(ambala)
iii len(Your name)
iv Now()

2
4
2
2
2
2
2
2
2

SECTION C
4. Answer the following

A.Code for clear button to clear all fields.


B.Code for Exit button
C. Write a code for third text box disable when user execute a program.
D.Write the caption properties of all command button

2
1
1
2

E Write the code for Calculate Average print the result in message box on the
bases of following conditions
4
Avg
Grade
>=80 and <=100
A+
>=70 and <80
A
>=60 and <70
B
>=40 and <50
C
Other wise
F

Q 5 Answer the following


A What is Data Model? What are the various data models available for database
systems?
B What does physical database structure consist of ?
C Differentiate between DDL and DML commands?
D Define the following term
i relation
ii tuple
iii cardinality
iv attribute
E What is the function of DBMS?
Q 6 Answer the following
A What is the purpose of following schema objects?
i Tables
ii Views
iii Synonyms.
B Write any 6 Oracle function with suitable Example?
C Explain Commit, rollback and savepoint with suitable example?
D Explain 2NF and BCNF?

2
2
2
2
2
3
3
2
2

Q 7 Answer the following


A Write a command to create a EMP table with following constraints
Name
Type
----------------------------------------- -------- ---------------EMPNO
NUMBER
4
P.K
ENAME
VARCHAR2
10
Not Null
JOB
VARCHAR2
9
Not Null
MGR
NUMBER
4
HIREDATE
DATE
SAL
NUMBER
7,2
COMM
NUMBER
7,2
DEPTNO
NUMBER
2
B Insert at least 3 records in a table?
C Create a view from EMP table? At least 5 attributes present in a view
D Display records from EMP table whose job is manager and sal is more
Than 2400
E Write a query for count the no of employee job wise
F Write a query for maximum salary in each job
G Write a queries to display all information of employee whose name is Start
With B?
H Write a query for delete a records from emp table whose job is Manager
and salary is less then 3000

1
2
1
1
1
1
1

You might also like