PRACTICAL ASSIGNMENT FSD AY2024-25

 MScCS-CS561MJP-FSD1

Practical Assignment


1.      Create an HTML form for Login and write a JavaScript to validate email ID and Password using Regular Expression.

2.      Create an HTML form that contain the Student Registration details and write a JavaScript to validate Student first and last name as it should not contain other than alphabets and age should be between 18 to 50.

3.      Create a Node.js file that will convert the output "Full Stack!" into reverse string.

4.      Using node js create a web page to read two file names from the user and append contents of the         first file into the second file.

5.      Create an HTML form using AngularJS that contain the Student Registration details and validate Student first and last name as it should not contain other than alphabets and age should be between 18 to 50 and display greeting message depending on current time using ng-show (e.g. Good Morning, Good Afternoon, etc.)(Use AJAX).

6.      Create a Node.js file that writes an HTML form, with an upload field.

7.      Using angular js create a SPA to carry out validation for a username entered in a textbox. If the textbox is blank, alert “Enter username”. If the number of characters is less than three, alert ‟ Username is too short”. If the value entered is appropriate the print “Valid username” and password should be a minimum of 8 characters.

8.      Write angular JS by using ng-click directive to display an alert message after clicking the element.

9.      Create angular JS Application that show the current Date and Time of the System (Use Interval Service)

10.  Create a node js file named main.js for event-driven application. There should be a main loop that listens for events, and then triggers a callback function when one of those events is detected.Create a Simple Web Server using node js

11.  Using angular js display the 10 student details in Table format (using ng-repeat directive use Array to store data)

12.  Create a Node.js file that writes an HTML form, with a concatenate two string.

13.  Write node js script to build Your Own Node.js Module. Use require (‘http’) module is a built in Node module that invokes the functionality of the HTTP library to create a local server. Also use the export statement to make functions in your module available externally. Create a new text file to contain the functions in your module called, “modules.js” and add this function.

14.  Create an angular JS Application that shows the location of the current web page.

15.  Using angular js create a SPA to accept the details such as name, mobile number, pin code and email address and make validation. Name should contain character only, address should contain SPPU M.Sc. Computer Science Syllabus 2023-24, mobile number should contain only 10 digit, Pin code should contain only 6 digit, email id should contain only one @, . Symbol


Comments

Popular posts from this blog

Slip 11: Write node js application that transfer a file as an attachment on web and enables browser to prompt the user to download file using express js.

Slip 7 Create a node js file named main.js for event-driven application. There should be a main loop that listens for events, and then triggers a callback function when one of those events is detected.

Slip 1(a) Write an Angular 13 application addition of two numbers using ng-init, ng-model & ng-bind. And also demonstrate ng-show, ng-disabled, ng-click directives on button component.