Вы находитесь на странице: 1из 3

INDEX

HTML S no.
1 2 3 4 5

Program
Write the HTML coding for Air-India homepage supporting frames. Write the HTML coding for astronomy webpage which has frames. Create a webpage to display the exam datasheet in the table format. Create a webpage with form for online booking of railway tickets. Create a website for the school with the use of frames, tables, forms, links etc.

VBSCRIPT S no.
6

Program
Create a web page to print the Fibonacci series of n numbers where n is entered by the user. The Fibonacci series should be generated using a sub procedure. Create a web page to print the factorial of n numbers where n is entered by the user. The factorial should be generated using a sub procedure. Create a web page to show the multiplication table of a number A till B, where A and B are entered by the user. WAP to print first n prime numbers where n is number entered by the user. Input a year and find out that year is a leap year or not. WAP to change the background colour of webpage according to the users choice. Create web-page with log-in form that check for the username and password entered by the user through a user-defined function and flash an appropriate message. Input a string from the user and print it in the following pattern through sub-procedure: If string entered is MMWT then output should be: MMWT MMW MM M Write a menu driven program to add, subtract, multiply, divide, and to find remainder of entered two numbers depending upon the users choice. Make a webpage with vbscript procedure to calculate the total bill for the eatables ordered using various form elements. Make a webpage to input a students name, class, section and marks in 5 subjects and calculate his/her total and percentage through user-defined function. Depending on the percentage assign an appropriate grade to the student according to the following distribution: BELOW 40 40<=PER<50 50<=PER<60 F E D

7 8 9 10 11 12

13

14 15 16

60<=PER<70 70<=PER<80 80<=PER<90 90 ABOVE

C B A A+

MS-ACCESS S no. Program


Create a table name employee inside a database named SearchGlobal Company consisting of the following fields and then enter 10 records into the table. Field name Emp_code Emo_name Designation Dob Address Gross _sal Qualification Experience (in yrs) Data type Autonumber Text Text Date Text Number Text Number Description Primary key Employees name Employees designation Employees date of birth Employees address Employees gross salary Employees educational qualification Employees experience

17

Create the following two tables and establish relationship between them. Table customers with the following fields - id (autonumber, primary field), firstname (text), surname 18 (text), address1 (text), city (text), and postcode (text). Table orders with the following fields - orderid (autonumber, primary field), itemordered (text), date (date), price (number or currency), customerid. Customerid is going to be the foreign field while creating the relationship.

ASP S no.
19 20 21 22 23 24

Program
Create a webpage which show at least 3 advertisements using ad rotator component of ASP. Create a webpage which show at least 3 tips of the day on top of the webpage using content rotator component of ASP. Create a webpage which shows no. of visitors visiting the webpage using page counter component of ASP. Create an opinion poll using counter component of ASP. Create a program to read a text file named data.txt and display all the lines beginning with the letter A. Create a program to read a text file named data.txt and count the number of vowels and consonants.

Create an ACCESS database called ANNUAL DAY with the table stu_part. It should contain information like student number, student name, class & section, address, and contact number. It should not have less then 10 records. 25 Create an ASP file to do the following 1) View the information lying in the stu_part table. 2) Add a new student record in the stu_part table 3) Delete a record from stu_part table that matches the student number entered by the user 4) View the details of the student with a particular student number entered by the user and update the latest changes made to it.

FLASH S no.
26 27 28 29 30 31 32 33 34

Program
Using FLASH, apply animation effect on text. Using FLASH animation make a balloon fly in the sky along a guided path. Using FLASH, apply blur effect on different images. Using FLASH animation make a car move on a guided path. Using layers in FLASH, apply animation on a pencil. Using layers in FLASH, show earth revolving around the sun. Using layers in FLASH, create a forest scene and apply different animations Using layers and different animation effects in FLASH, create an advertisement. Apply masking effect in FLASH on text using shape or motion tween.

Вам также может понравиться