Sie sind auf Seite 1von 10

Write programs to print the following patterns

(1) -*
* * * * *

(2) * * * (3) * * *

(4)

(5)

(6)

(7)

Recursion:(1) Write a program to find the factorial of a number using recursion. (2) Write a program to print Fibonacci sequence using recursion. (3) Write a program to print the Pascal Triangle using recursion.

ASSIGNMENT TOPIC HTML: Basic HTML Tags. Div and Span Tag. Form(action ,post ,get).

Protocols: HTTP HTTP(s)

Others: URL. Port.


MIME Types.

Request. Response.

JavaScript: DOM. Window.

HTML Assignments: Running Audio File Running Flash File Running Video File Difference b/w name & ID

JavaScript Assignments: Div Show/Hide on Clicking On A Button(Done). Passing value from one page to another without using form. Page One To Page Two Redirect (Without Using Anchor Tag) (Done) Reading the Value Of Radio Button Selected Item. Reading the Value of Drop Downs Selected Item.

There is a list of checkboxes. By selecting one, the rest of check boxes will be checked and the label changes from Select All to Unselect All . Adding New TDs Dynamically To a Table Changing Image

JAVASCRIPT
(1) A table is there and its row contain following elements excluding buttons.

Element
Textbox Textarea Radiobutton Checkbox Multiple Select Textarea Save Button

Description

For getting input from user For getting input from user Three radio buttons will be present One checkbox will be present One multiple select will be pesent This is separate textarea from the table row which holds the saved data By clicking on it , all the selected and inserted data will be saved in above text area Insert Button A new row will be created Populate Button All the save data will be recreated. Delete Button It will delete all the data. http://viralpatel.net/blogs/dynamically-add-remove-rows-in-html-table-using-javascript/

(2) There are ten dropdown boxes in this assignment and there are ten same values in all these dropdown boxes. By selecting one of the value from the group of select boxes , that selected will be removed from all the select boxes .By changing a selected value of a particular select box, the previous unselected value will be added again in all these select boxes.

(3) Two multiple select boxes are there. The target is to transfer value(s) from one select box to another

Element
Move One Left Move One Right Move All Left Move All Right

Description
Moves one selected item from left select box to right select box Moves one selected item from right select box to left select box Move all items to the left select box. Move all items to the right select box.

AJAX
(1) make cascading drop down which means value of one drop down depends upon the first e.g. one drop down will contain the name of all the states i.e Punjab ,Haryana other drop down will have the name of cities corresponding to that state e.g ludhiana ,amritsar for punjab (2) google like textbox that shows the suggestions i.e. autocomlete

JQUERY
(1) A Slider of images in which images are showing and hiding one after another. (2) Drag and drop is to be created with condition that each droppable has particular draggable i.e. a droppable can accept partcular draggable.Both draggables and droppables are HTML Div elements.

(3) There is an image. By mouseovering the image ,image has to fade down and a useful information is text is generated on image.By mouseouting the image, effect given to image will be removed. (4) Searching of an image from a list of images. (5) Pagination of table is to be made.Pagination means a HTML table is divided into small pieces.At one time , a single piece of table is to be shown.

YUI
Assignment in JQUERY is to be repeated in YUI.

ASP.NET
1) 2) 3) 4) 5) 6) 7) 8) 9) What is Master Page? How to use it? What is Viewstate? Asp.Net page lifecycle and its methods Difference between a server call and client call Which is the parent class in ASP.NET? What is postback? What are controls ? global .asax? web.config?

10)configuration files

Das könnte Ihnen auch gefallen