FSDLAB BCSL504 Final
FSDLAB BCSL504 Final
Course Outcomes:
On the successful completion of the course, the student will be able to
CO2 1 - 2 - 2 1 1 - 2 2 1 2 3 3
CO3 1 2 3 2 3 1 1 1 2 2 2 2 3 3
CO4 1 2 3 2 3 1 1 1 2 2 2 2 3 3
Author:
Title:
Price:
Submit Reset
3 Build a responsive web application for shopping cart with registration, login, catalog and CO1
cart pages using CSS features.
4 Write JavaScript to validate the following fields of the Registration page. CO2
1. First Name (Name should contains alphabets and the length should not be less than 6 characters).
2. Password (Password should not be less than 6 characters length).
3. E-mail id (should not contain any invalid and must follow the standard pattern
[email protected])
4. Mobile Number (Phone number should contain 10 digits only).
5. Last Name and Address (should not be Empty).
5 Develop and demonstrate JavaScript with POP-UP boxes and functions for the following CO2
problems:
a) Input: Click on Display Date button using onclick( ) function
Output: Display date in the textbox
b) Input: A number n obtained using prompt
Output: Factorial of n number using alert
6 Write a JavaScript program where the program takes a random integer between 1 and 10, and the CO2
user is then prompted to input a guess number. The program displays a message “Good Work" if
the input matches the guess number otherwise "Not matched".
7 Write a JavaScript for loop that will iterate from 0 to 15. For each iteration, it will check if the CO2
current number is odd or even, and display a message to the screen using map and filters.
8 Write a JavaScript program to create a new string from a given string by changing the position of CO2
the first and last characters. The string length must be broader than or equal to 1.
9 Implementation of components and props in react. CO3
16 Develop a query using MongooDB to implement CURD operations (create, read, projection, CO4
2
update, delete aggregate) on student database.
17 Develop a web application to display the contents from employee table using Mysql/MongoDB. CO4
3
4