You are on page 1of 1

Kendriya Vidyalaya No.

1, AFS, Suratgarh
Summer Vacation Homework
Class XII (Informatics Practices)
Q
Q
Q
Q
Q
Q

1:
2:
3:
4:
5:
6:

Q 7:
Q 8:
Q 9:
Q10:
Q11:
Q12:

Q13:
Q14:
Q15:
Q16:
Q17:

Q18:
Q19:
Q20:

Write a short note on the history of JAVA. Discuss its various characteristics?
What is Byte code? Why a Java program is platform independent?
How Event, Message, Method and Properties are are interrelated?
Explain various operators (with example) available in the Java?
What are conditional statements? How if else is different from switch statement?
Explain the following Swing controls with their commonly used properties and
methods.
(1) jButton
(2) jLabel
(3) jTextField
(4) jRadioButton
(5) jCheckBox (6) jComboBox
(7) jList
(8) jPannel
What is method? What are advantages of using methods in program?
What do you mean by actual and format parameters? How call by value is
different from call by reference?
What is class and object? Hoe instance variable is different from class variable in
the class?
What is Constructor method? How parameterized constructor different from nonparameterized constructor? Explain with example.
What are error types? How syntax error is different from logical errors?
(a)
Create a GUI application in Java to implement Simple Interest
Calculator.
(b)
Create a GUI application to implement a Calculator with functionality to
add, subtract, multiply and divide two numbers.
(c)
Write a Java method to calculate factorial of given number.
(d)
Write a Java method to check a number, even or odd.
What is Database management system? How DBMS ensures data redundancy and
data security?
Define the following?
(1) Primary key (2) Foreign key (3) Relation (4) Cartesian Product
What is MySQL? What are its functions and features?
How SQL commands are classified? How DDL commands are different from DML
commands?
Suppose a table
STUDENT ( Stno, Class, Name, Marks, City, DOB, Sex)
Write the SQL query for the following?
(1) To create above table (assume data type and size your self)
(2) To display name, city belongs to Jaipur city.
(3) To display all records whose name contains A as third character.
(4) To display records arranged in ascending order of name.
(5) To display records whose DOB is after 01-01-1980.
(6) To display name, marks of all male students of class 10.
(7) To display records whose marks are in range of 50 to 80.
(8) To insert a record in the table (assume values your self)
(9) To delete a record of student having 10 in Stno column.
(10) To promote students of class 7 whose marks are >=50
What are constraints? Explain various constraints used in MySQL.
Explain Select, Create Table, Insert, Delete, Update and Alter command with
syntax and example.
Explain the following with their advantages and limitations.
(1) e-Governance (2) e-Business (3) e-Learning

You might also like