Sie sind auf Seite 1von 6

Design a program to find the capital of 5 Indian state using combo box and text box control.

Use select case statement.

Design an application to set background color of a text box containing the word Higher Secondary School using a set of three scrollbars Red, Green and Blue. The background color and foreground color should change when each scrollbar is moved. Use RGB() function to set colors.

Design an alarm clock. Give provision to set alarm to beep at any particular time.

Draw concentric circles with the centre of the form as its center in different colors. The circles should not exceed the border of the for. Use RND() and RGB() function to generate different colors.

Write a program to accept 10 numbers as input in an array and display it in a list box. Find largest and smallest number in the list.

Design a Visual Basic program for Simple Calculator

Design a Visual Basic program to find the factorial of a number using procedure

Design a Visual Basic Program to find the simple and compound interest

Create two web pages one about Your School and second about address of your school. Make a link from school page to address page.

Prepare an HTML document to display the following table Interest Rates State Bank Of India Less Than 5 Years Between 5 & 10 Years Above 10 Years Less Than Rs.50,000 8 8.5 9 Between Rs.50,000 & Rs. 1 Lakh 8.5 9 9.5 Above Rs. 1 Lakh 9 9.5 10

Write HTML code to create a simple web page as shown below Department of Tourism Kerala State Tourist Attractions in Kerala

Thiruvananthapuram 1. Kovalam Beach 2. Padmanabha Temple 3. Museum Ernakulam 1. Bolghatty Palace 2. Boating in Vembanad Lake Kozhikode 1. 2. Beypore Port Kappad Beach

Write SQL Queries to

1.

Create a table Student with fields Rollno Name Sub1 Sub2 Sub3 Total Integer Primary key Character(25) Integer Integer Integer Integer

2. 3. 4. 5. 6.

Insert Data in the fields RollNo, Name, Sub1, Sub2 and Sub3 at least 10 records Update field total with the sum of Sub1, Sub2, Sub3 Display Highest Mark in Sub3. Display the names in ascending order Display the name of student with highest total.

Write SQL Queries to 1. Create a table Student with fields Rollno Name Batch Total Integer Primary key Character(25) Character(20) Integer

Batch have values COMMERCE, SCIENCE, HUMANITIES 2. 3. 4. 5. Insert Data in the fields RollNo, Name, Batch and Total at least 10 records Display list of students having mark > 450. Display the number of students in each Batch. Display the highest and lowest mark in SCIENCE batch

6. Display the name of student with highest total. Write SQL Queries to

1.

Create a table Student with fields Rollno Name Batch Total Integer Primary key Character(25) Character(20) Integer

Batch have values COMMERCE, SCIENCE, HUMANITIES 2. 3. 4. 5. 6. Insert Data in the fields RollNo, Name, Batch and Total at least 10 records Display the name of all students in COMMERCE Batch. Display the highest mark in the table. Display the name of students in descending of total mark. Display the details of student with Roll Number 3 to 7.

Write SQL Queries to 1. Create a table Employee with fields Empno Name Designation Department Basicpay DA Gross 2. 3. 4. 5. 6. Integer Primary key Character(25) Character(20) Character(25) Number(8,2) Number(8,2) Number(8,2)

Insert Data in the fields Empno, Name, Designation, Department and Basicpay at least 10 records Update DA in the table as 60% of Basicpay. Update Gross as the sum of Basicpay and DA. Display the Empno and Name of employees with minimum gross Display the details of employees whose basicpay > 10000

Write SQL Queries to 1. Create a table Employee with fields Empno Name Designation Department Basicpay DA Gross 2. 3. 4. 5. 6. Integer Primary key Character(25) Character(20) Character(25) Number(8,2) Number(8,2) Number(8,2)

Insert Data in the fields Empno, Name, Designation, Department and Basicpay at least 10 records Update DA in the table as 60% of Basicpay. Update Gross as the sum of Basicpay and DA. Display the Average salary of Managers Display the name of employee with maximum salary.

Write SQL Queries to 1. Create a table Employee with fields Empno Name Designation Department Basicpay DA Gross 2. 3. 4. 5. Integer Primary key Character(25) Character(20) Character(25) Number(8,2) Number(8,2) Number(8,2)

Insert Data in the fields Empno, Name, Designation, Department and Basicpay at least 10 records Update DA in the table as 60% of Basicpay. Update Gross as the sum of Basicpay and DA. Display the list of all Departments without repetition

6. Display the details employee with gross between 5000 and 10000 Write SQL Queries to

1.

Create a table Deposit with fields Accno Name Branch Amount Integer Primary key Character(25) Character(25) Number(8,2) Not Null

Branches can be CALICUT, COCHIN or TRICHUR 2. 3. 4. 5. 6. Insert Data in the fields Accno, Name, Branch and Amount at least 10 records Display total deposit in each branch. Display the details of deposit with maximum amount. Display the Accno and Name of deposits in the CALICUT branch. Display the details of customers who has deposited exactly Rs.10000.

Write SQL Queries to 1. Create a table Cutomer with fields Accno Name Branch Amount Integer Primary key Character(25) Character(25) Number(8,2) Not Null

Branches can be CALICUT, COCHIN or TRICHUR 2. 3. 4. 5. 6. Insert Data in the fields Accno, Name, Branch and Amount at least 10 records Display Accno and Name of customers. Display all the Branches without repetition. Display the Name of deposits in the descending order of deposit amount Display the details of customers in a branch other than CALICUT.

Das könnte Ihnen auch gefallen