https://github.com/deeptanu2005/internet-technologies-lab
JavaScript Practical Assignment for Internet Technologies Lab (CMSACOR11P), B.Sc. Computer Science (Hons), West Bengal State University. This project includes solutions for tasks like calculations, sorting, and data operations, organized in an interactive, responsive layout. Created by Deeptanu Sen.
https://github.com/deeptanu2005/internet-technologies-lab
assignment assignment-solutions internet-technologies javascript javascript-practical-examples lab-assignment practical web-development
Last synced: 5 months ago
JSON representation
JavaScript Practical Assignment for Internet Technologies Lab (CMSACOR11P), B.Sc. Computer Science (Hons), West Bengal State University. This project includes solutions for tasks like calculations, sorting, and data operations, organized in an interactive, responsive layout. Created by Deeptanu Sen.
- Host: GitHub
- URL: https://github.com/deeptanu2005/internet-technologies-lab
- Owner: Deeptanu2005
- License: mit
- Created: 2024-11-07T08:00:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T12:05:22.000Z (over 1 year ago)
- Last Synced: 2025-03-02T03:36:38.553Z (12 months ago)
- Topics: assignment, assignment-solutions, internet-technologies, javascript, javascript-practical-examples, lab-assignment, practical, web-development
- Language: JavaScript
- Homepage: https://deeptanu2005.github.io/Internet-Technologies-Lab/
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMSACOR11P: Internet Technologies Lab
## JavaScript Practical Assignment - Internet Technologies Lab (CMSACOR11P)
This repository contains my JavaScript Practical Assignment for the course **CMSACOR11P**, part of the **B.Sc. Computer Science (Hons)** program at **West Bengal State University**. This project demonstrates solutions to various JavaScript tasks, enhancing foundational client-side programming skills through calculations, sorting algorithms, and data operations.
- **Live Demo**: [Project Link](https://deeptanu2005.github.io/Internet-Technologies-Lab/)
- **Repository**: [GitHub Repository](https://github.com/Deeptanu2005/Internet-Technologies-Lab)
## Project Overview
This assignment includes a set of JavaScript solutions covering a range of tasks from mathematical calculations to sorting and data operations. Each question is interactive, providing hands-on experience with JavaScript fundamentals, such as loops, conditionals, and functions.
## Practical Questions
Below is a list of all questions covered in this project:
### Practical: 60 Lectures
Create event driven program for following:
1. Print a table of numbers from 5 to 15 and their squares and cubes using alert.
2. Print the largest of three numbers.
3. Find the factorial of a number n.
4. Enter a list of positive numbers terminated by Zero. Find the sum and average of these numbers.
5. A person deposits Rs 1000 in a fixed account yielding 5% interest. Compute the amount in the account at the end of each year for n years.
6. Read n numbers. Count the number of negative numbers, positive numbers and zeros in the list.
### Extra Assignment Questions:
Create event driven program for following:
7. Input a string and use String Copy function.
8. Without using string function reverse a string.
9. Take a list of random numbers and bubble sort the list.
10. Take a list of random numbers and sort the list using selection sort.
11. Using searching algorithm search a number from the list.
12. Merge two given list.
13. Take an input and find if the data exists in the list.
14. Take input of user id and password and give access after proper authentication.
## Navigation
To explore the solutions:
1. **Home Page**: Overview of the assignment with access to questions and solutions.
2. **Questions Tab**: Each question is listed with an interactive solution. Click on any question to view its solution.
## Notes for Reuse
If you want to use this code for your own assignment, you mainly need to use the JavaScript files and some parts of the HTML. The CSS in this project is for design purposes only, so you may modify or exclude it as needed. However, you're welcome to use the entire code if desired.
The homepage listing the questions is not part of the assignment; I added it for better navigation and organization. Note that the website is not optimized for mobile devices.
## Author
- **Deeptanu Sen**
- Email: [deeptanusends2005@icloud.com](mailto:deeptanusends2005@icloud.com)
---
This project was created as part of my course requirements and to enhance my JavaScript programming skills.