0% found this document useful (0 votes)
94 views3 pages

11 Informatics Practices

This document contains a sample question paper for Class XI Informatics Practices exam with 3 sections - Section A with 30 marks, Section B and Section C with 20 marks each. Section A contains short answer questions about types of computers, differences between Compiler and Interpreter, file deletion and retrieval in Windows, word wrapping, GUI and CUI, and MIS. Section B contains questions about events and control arrays in programming, differences between various user interface components, use of select case, and common controls in Windows. Section C focuses on database concepts like what is a database system, need for normalization, SQL commands, set operations, and queries related to a sample Student table.

Uploaded by

libranhitesh7889
Copyright
© Attribution Non-Commercial (BY-NC)
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)
94 views3 pages

11 Informatics Practices

This document contains a sample question paper for Class XI Informatics Practices exam with 3 sections - Section A with 30 marks, Section B and Section C with 20 marks each. Section A contains short answer questions about types of computers, differences between Compiler and Interpreter, file deletion and retrieval in Windows, word wrapping, GUI and CUI, and MIS. Section B contains questions about events and control arrays in programming, differences between various user interface components, use of select case, and common controls in Windows. Section C focuses on database concepts like what is a database system, need for normalization, SQL commands, set operations, and queries related to a sample Student table.

Uploaded by

libranhitesh7889
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 3

KENDRIYA VIDYALAYA SANGATHAN CHANDIGARH REGION

Class XI (INFORMATICS PRACTICES)


Sample Question Paper 1 Time Duration 3 Hrs 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. Max. Marks 70

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

2 1 1 2 4

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: 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 4 2 2

2 2 4

Column Name RollNumber Name Class Stream TotalMarks

Data Type Number Varchar2 Varchar2 Varchar2` Number

Description Primary Key NOT NULL

Grade

Varchar2

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 i Select sysdate from dual ii Select user from dual; E Write a query to display the number of employee with same job. F Write a query to display employees who earn more commission than their salaries? G Write a query to display employee number, name, sal and sal * 12 as Annual Salary whose commission is not NULL from the table Emp? 2

1 1 1

You might also like