11 Informatics Practices
11 Informatics Practices
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
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
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