0% found this document useful (0 votes)
4 views15 pages

23msit055 Practical-1

practical lab manual pdf msc it

Uploaded by

Shubham Rajput
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views15 pages

23msit055 Practical-1

practical lab manual pdf msc it

Uploaded by

Shubham Rajput
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

Name:Janvi Rajput Sub Name:AWD

Roll No:23MSIT055 Sub Code:MS331

Practical Assignment- 1

1) Create simple JavaScript application which will authenticate user’s Login ID and
Password from the list using JavaScript.

CODE:-
OUTPUT:-

2)Create form which have users details like name, email id, contact no, gender and city. Display user
details in proper format using Java Script.

CODE:-
OUTPUT:-

3) Create an angularJS application which will display “Hello World” using angularJS Expression.

CODE:-
OUTPUT:-

:-

4) Create an angularJS application which will display “Hello World” using Module and controller.

CODE:-
OUTPUT:-

5) Create an angularJS object called student which have parameters like name, course, semester, city
and display them in HTML page. Use Module and controller.

CODE:-
OUTPUT:-

6) Create an angularJS application which will display user full name using two-way data binding
method.

CODE:-
OUTPUT:-

7) Create an angularJS application to display the arithmetic operation with two operands in proper
format.

CODE:-
OUTPUT:-

8) Create an angularJS application to customized the style of the user message according to user
inputs like background colour, text colour.

CODE:-
OUTPUT:-

9) Create an angularJS application to display the total bill from the user selected item and item
quantity in proper format.

CODE:-
OUTPUT:-

10) Create an angularJS application to display the subject list also, search the subject according to
user inputted list index. [ng-init, ng-repeat]

CODE:-
OUTPUT:-

11) Create an angular JS application which have following functionalities:


 Create an array called students which have parameters like student name, course, semester, roll
no, city and sal_pack. Add at least 10 records.
 Display all the records in table form in html file with following rules:
o Student’s name must be displayed in upper case only.
o Display course in descending order.
o City must be displayed in lower case.
o Salary must be displayed in Indian currency with 2 decimal points.
 Create a text box which ask no of rows to be displayed on given table.
 Create another table in HTML with one drop down list which ask on which column you want
sorting. Rules:
o Display name in ascending order.
o Course in descending order.
o Salary in descending order.
o City in ascending order.
o Semester in ascending order
Note: Create two different tables for view.

CODE:-
OUTPUT:-
12) Perform sorting based on table heading for each column. Use same data as Practical – 11.

CODE:-
13) Apply search on student name and roll no. Also perform exact match searching on given column.
Use Practical 11 and 12.

CODE:-
OUTPUT:-

You might also like