FSD-1 MScCS-Slips-CS561MJP-FSD1

                                                   MScCS-Slips-CS561MJP-FSD1


—----------------------------------------------1----------------------------------------------------------------------

Q.1) Create an HTML form for Login and write a JavaScript to validate email ID and Password

using Regular Expression.

Q.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.

—---------------------------------------------2----------------------------------------------------------------------

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

Q.2) 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.

—-----------------------------------------3---------------------------------------------------------------------------

Q.1) Using node js create a User Login System.

Q.2) Create a node.js file that Select all records from the "Teacher" table, and find the Teachers

whose salary is greater than 20,000. —------------------------------------------(4)-----------------------------------------------------------------------

Q.1) Using node js create an eLearning System.

Q.2) 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).

—-------------------------------------------5-----------------------------------------------------------------------

Q.1) Create a Node.js file that writes an HTML form, with an upload field.

Q.2) 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.

—-------------------------------------------6-------------------------------------------------------------------------

Q.1) Write angular JS by using ng-click directive to display an alert message after clicking the

element.

Q.2) Create a Node.js file that opens the requested file and returns the content to the client. If

anything goes wrong, throw a 404 error.

—-----------------------------------------7-------------------------------------------------------------------------

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

Service)

Q.2) 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.

—----------------------------------------8--------------------------------------------------------------------------

Q.1) Create a Simple Web Server using node js

Q.2) Using angular js display the 10 student details in Table format (using ng-repeat directive use

Array to store data)

—---------------------------------------9---------------------------------------------------------------------------

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

Q.2) Create a Node.js file that opens the requested file and returns the content to the

client If anything goes wrong, throw a 404 error(same as - slip6 Q2)

—--------------------------------------10----------------------------------------------------------------------------

Q.1) Create a Node.js file that demonstrate create college database and table in MySQL [10

Marks]

Q.2) 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 to


return today’s date and time.


—---------------------------------------------11---------------------------------------------------------------------

Q.1) Create a Node.js file that demonstrates create Movie database and table in MySQL.(same as

slip10 Q1)

Q.2) 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

—--------------------------------------------------------12----------------------------------------------------------

Q.1) Create a node.js file that Select all records from the "customers" table, and display the result

object on console.

Q.2) Create an HTML form for Student Feedback Form with Name, Email ID, Mobile No., feedback

(Not good, good, very good, excellent) and write a JavaScript to validate all field using Regular

Expression.

—-------------------------------------------------13-----------------------------------------------------------------

Q.1) Create a Node.js file that will convert the output "HELLO WORLD!" into lower-case letters.

Q.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. (same as slip1 Q1)

—----------------------------------------------14--------------------------------------------------------------------

Q.1) Create a Simple Web Server using node js. (same as Slip8 Q1)

Q.2) Create an HTML form that contain the Employee Registration details and write a JavaScript to

validate DOB, Joining Date, and Salary.

—---------------------------------------------15---------------------------------------------------------------------

Q.1) Create a node.js file that Select all records from the "students" table, and display the result

object on console. (same as slip12 Q1)

Q.2) Create an HTML form for Employee and write a JavaScript to validate name, email ID, mobile

number, department, joining date using Regular Expression.

—----------------------------------------------(16)------------------------------------------------------------------

Q.1) Using node js create a Recipe Book.

Q.2) Create a js file named main.js for event-driven application. There should be a main loop that

listens for events, and then triggers a call-back function when one of those events is detected.

—---------------------------------------------17---------------------------------------------------------------------

Q.1) Using angular js Create a SPA that show Syllabus content of all subjects of M.Sc (CS) Sem-II

(use ng-view)

Q.2) Using angular js display the 10 student details in Table format (using ng-repeat directive use

Array to store data) (same as slip8 Q2)

—-----------------------------------------------18-------------------------------------------------------------------

Q.1) Using node js create a User Login System (same as slip3 Q1)

Q.2) Create a node.js file that Select all records from the "customers" table, and find the customers

whose name starts from ‘A’.(same as slip3 Q2)

—------------------------------------------------19-----------------------------------------------------------------

Q.1) Create a Node.js file that will convert the output "Hello World!" into upper-case letters.

(same as slip 13 Q1)

Q.2) 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.

—----------------------------------------------20-------------------------------------------------------------------

Q.1) Create a Node.js file that demonstrate create student database and table in MySQL

.(same as slip10 Q1)

Q.2) 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 value entered is appropriate the print “Valid username” and

password should be minimum 8 characters (same as slip5 Q2)

—---------------------------------------------21---------------------------------------------------------------------

Q.1) Create a Node.js file that demonstrate create Movie database and table in MySQL

(same as slip11 Q1)

Q.2) 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.( same as slip11 Q1)

—------------------------------------------------22-----------------------------------------------------------------

Q.1) Using node js create an Employee Registration Form validation. (same as slip14 Q2)

Q.2) Create a 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.

(same as slip16 Q2)

—----------------------------------------------23--------------------------------------------------------------------

Q.1) Write node js script to interact with the file system, and serve a web page from a File

Q.2) 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 to return today’s date

and time.

—------------------------------------------------24------------------------------------------------------------------

Q.1) Using node js create an eLearning System

Q.2) 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 value entered is appropriate the print “Valid username” and

password should be minimum 8 characters(same as slip5 Q2)

—-----------------------------------------------25-------------------------------------------------------------------

Q.1) Create an angular JS Application that shows the location of the current web page.

Q.2) Create a 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.

(same as slip16 Q2)

Comments

Post a Comment

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.