Q.1.A.create node js file that will convert output hello world into upper case letter.
Q.1.B.Create Nodejs file that demonstrate create database student DB and student table(Rno,sname,percentage)inMYSQL.
Q.2.A.Create a Node.Js Application that uses user define Module to return the factorial of given number
Q.2.B.Create a Node.js Application that contain the Employee Registration details and write a JavaScript to validate DOB, Joining Date and salary.
Q.5.A.reate node js application that perform following operations on buffer data copy ,concat,compare
Q.5.B.Create a Node js file that select all records from the ”customers” table and delete the specified record.
Q.6.A.Create a Nodejs file that opens the requested file and returns the content to the client. If anything goes wrong ,throw a 404 error
Q.6.B.Create a Node.js file that inserts multiple records in “student” table and display the result object on console.
Q.7.A.Using Node js a web page to read two files names from user and append content of first file into second file.
Q.7.B.Create a Node.js file that select all records from the “customers”table and display result object on console.
Q. 8.A. Create a Node.js file that writes an HTML form, with an upload field
Q.9.A. Create a Node .js file that writes a HTML form, with an upload field.
Q.10.A Create a Node.js Application to download jpg image from the Server.
Q.11.A.Create a Simple Web Server using Node.js that shows the college information.
Q.12.B. Using Node js create user login system.
Q.13.A.create node js application using user defined Rectangle module to find area() of rectangle and display details on console.
Q.13.B.Create a Node.js Application that Update Marks of given student Rno in “student" table and display the result.
Q.15.A.Create a node js application to count occurrence of given word in a file and display the count on console.
Q.16.B.Create a Node js file that select all records from the employee table,and update salary of the given eno.
Q.17.B.Using Node.js display the Employee details order by salary in Table format.
Q.22.A. Create node js application to count number of lines in a files and display count on console.
Q.28.A. create node js application to check whether given name is file of directory, if it file, truncate the content after 10 bytes.
Q.29.A. Create a Node js Application using user define module Rectangle to find area of rectangle and display the details on console.
Q.30.A. create node js application that uses user defined module circle.is which exerts the function area() and circumference() and display details on console.
Q.30.B.create a Node js file that demonstrate create database and Hospital table (hReg,hname,address,contact)
Practical slip solutions
0 Comments