0% found this document useful (0 votes)
43 views2 pages

CSS (22519) UT1 Question Bank

Uploaded by

harshdpatil677
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views2 pages

CSS (22519) UT1 Question Bank

Uploaded by

harshdpatil677
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

BHARATI VIDYAPEETH COLLEGE OF ENGINEERING

(DIPLOMA)
QUESTION BANK
Unit Test-I
Program : - Computer Engineering Group Program Code:- CO
Course Title: -Client Side Scripting Language Semester: - Fifth

Course Abbr &Code:-CSS (22519) Scheme: I

--------------------------------------------------------------------------------------------------
CHAPTER-1 (Basics of JavaScript Programming) (CO1)

2 MARKS

1. Explain any four features of JavaScript.


2. Compare client-side and server-side scripting.
3. List types of operators in JavaScript.

4 MARKS

1. Explain data types in JavaScript.


2. Compare client-side and server-side scripting.
3. Write a JavaScript program to display squares of 1 to 10 numbers using while loop.
4. Write a JavaScript program to generate Armstrong number between 1 to 100.
5. Write a JavaScript program to check whether entered number is prime or not.
6. Differentiate between For-loop and For-in loop.
7. Write Java script to create person object with properties firstname, lastname, age, eye_color,
delete eye_color property and display remaining properties of person object.
8. Write a Java script that initializes an array called flowers with the names of 3 flowers. The
script then displays array elements.
9. Explain getter and setter properties in Java script with suitable example.

CHAPTER-2 (Array, Function and String) (CO2)


2 MARKS

1. Write syntax for defining the function.


2. Write a JavaScript to reverse the elements of array.
3. Explain the use of push and pop functions.
4. Define string? How to declare it?
5. List methods used for finding a Unicode of a character?
6. Explain objects as associative array?

4 MARKS

1. Explain the method of calling a function from HTML.


2. Write a JavaScript to convert a string to number.
3. Explain the scope of variable with the help of programming example.
4. How to initialize an array? Explain with example.
5. Differentiate between concat() and join() methods of array object.
6. How to add and sort elements in array? Explain with example.
7. Write a javascript to checks whether a passed string is palindrome or not.
8. Write a javascript function to generate Fibonacci series till user defined limit.
9. Write the use of CharAt() and indexof() with syntax and example.

CHAPTER-3 (Forms and Event Handling) (CO3)


2 MARKS
1. Explain two uses of forms.
2. Write different Mouse events.
3. Write Key events with syntax.
4. What is an event? State any two events of form.

4 MARKS
1. Describe the Form tag with attributes.
2. Design a HTML form to fill the information for registration of a student.
4. Write a JavaScript program to show use of form object and access the value related to form
elements.
5. Explain following controls with syntax:
 TEXTAREA
 CHECKBOX
 RADIO
 SELECT

You might also like