0% found this document useful (0 votes)
25 views

CSS Assin 1 - 2024

Uploaded by

Rohan Bhadvankar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

CSS Assin 1 - 2024

Uploaded by

Rohan Bhadvankar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Sant Gajanan Maharaj Assignment No-1 Year:- 2024-25

Rural Polytechnic,
Mahagaon
Dept : - Computer Engineering Class-TYCO
Subject:- Client Side Scripting
Date:- 31/7/2024 Topic No:-1 Date of submission :-
12/8/2024
Name of Subject Teacher:- Total No of Questions:-18
Mrs.R.S.Patil
CO1-Create Interactive web pages using program flow control structures.
1. Explain any two features of JavaScript (4)
2. State the ways to display the output in JavaScript. (2)
3. Explain the terms – Object Name, Property, Method, Dot Syntax.(4)
4. Explain six types of values in JavaScript.(6)
5. What is conditional operator in JavaScript? (4)
6. Write a JavaScript to display squares of 1 to 10 numbers using while loop. (4)
7. Write a JavaScript to display squares of 1 to 10 numbers using for loop. (4)
8.Write Javascript to create a object “student” with properties roll
number,name,branch,year.Delete branch property and display remaining properties of
student object.(2)

9. Write a JavaScript program which accepts N as input and print first N odd numbers. (4)
10. Explain object creation in Javascript using „new‟ keyword with adding properties and
methods with example. (4)
11. State the features of Javascript. (2)
12. List the comparison operators in Java script.(2)
13. Explain prompt () and confirm () method of Java script with syntax and example. (4)
14. Write a JavaScript for loop that will iterate from 1 to 15.For each iteration, it will check
if current number is odd or even and display a message to the screen.(4)
15.List Logical operators in Javascript with description(2)
16.Explain getter and setter properties in JavaScript with suitable example.(4)
17.Write a JavaScript that accepts a number and displays addition of digits of that number
in a message box(4)
18.Write a simple calculator program using switch case in JavaScript(2)
Note-Number in bracket indicates marks.

You might also like