NodeJS Practical Slip

Slip 1

a) Create a NodeJS file that will convert output "Hello world!" into upper-case letters
b) Create a Node.js file that demonstrate create database student DB and student table (Rno,Sname,Percentage) in MySQL.

Slip 2

a) Create a Node.js Application that uses user defined module to return the factorial of given number.
b) Create NodeJS application that contain the employee registration details and write a javascript to validate DOB, Joining date and salary.

Slip 3

a) Create a Node.js Application that uses user defined module circle.js which exports functions area() and circumference() and display details on console.
b) Create NodeJS application for validating student registration form.

Slip 4

a) Create nodeJS application that accepts first name,last name and DOB of a person & define a module that concatnate first name and last name and also calculate the age of the person.
b) Create teacher profile system.

Slip 5

a) Create a Node.js Application that performs following operations on buffer data
1. concat 2.compare 3. copy

b) Create NodeJS file that select the all records from the "Customers" table and delete the specified record.

Slip 6

a) Create a Node.js Application that opens the requested file and returns the content to the client if anything goes wrong throw 404 error.
b) Create a Node js file that Select all records from the "student" table, and display the result object on console.

Slip 7

a) Create nodejs to read two file names from user and append contents of first file into second file .
b) Create a Node js file that Select all records from the "customers" table, and display the result object on console.

Slip 9

a)Create a Node.js file that writes HTML form with an upload field.
b) using nodejs create a recipe book.

Slip 11

a) Create simple web server using nodejs that shows the college information
b) using nodejs create computer science department portal.

Slip 12

a) Create NodeJS application to binds two listner to single Event
b) using nodejs create User login System.

Slip 13

a) Create a Node.js application that uses user defined module to find area of rectangle and display details on console.
b) create nodejs application that pdate marks of given student rno in student table and display the result.

Slip 14

a) Create a Node.js application to search particular word in the file and display result on the console.
b) Using NodejS create an Electricity bill system.

Slip 20

a) Create a Node.js application containing event handler to open and read content of file.
b) Create nodejs application to show course of SYBBA(CA) structure.

No comments:

Post a Comment