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

CSS Sorted Question 2

The document lists various JavaScript questions categorized by units, detailing the year, season, marks, and repetition of each question. It highlights the most frequently repeated questions across different years and seasons. Key topics include features of JavaScript, object manipulation, form building, cookies, browser manipulation, regular expressions, and webpage protection.

Uploaded by

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

CSS Sorted Question 2

The document lists various JavaScript questions categorized by units, detailing the year, season, marks, and repetition of each question. It highlights the most frequently repeated questions across different years and seasons. Key topics include features of JavaScript, object manipulation, form building, cookies, browser manipulation, regular expressions, and webpage protection.

Uploaded by

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

CSS Sorted Question

UNIT 1: Features of JavaScript (1.1)

Question Year & Season Marks Repetition


List any four features of JavaScript Winter 19 4 -
State the features of Javascript Summer 22 4 -
Write features of JavaScript Summer 24 4 -
Enlist any four features of JavaScript Winter 24 4 Repeated 2 times

UNIT 2: Object Name, Property, Method, Dot Syntax, Main Event (1.2)

Year &
Question Marks Repetition
Season
Write JavaScript to create a person object with properties
firstname, lastname, age, eye color, delete eye color property Winter 19 4 -
and display remaining properties of person object
Write a JavaScript program to create an object 'student' with
Summer
properties roll number, name, branch, year. Delete branch 4 -
22
property and display remaining properties of student object
Write a JavaScript program to validate user accounts for
multiple set of user ID and password (using switch case Winter 22 4 -
statement)

UNIT 3: Values and Variables (1.3)

Year &
Question Marks Repetition
Season
Write a JavaScript program to display ASCII value of a
Winter 19 4 -
number
Write a JavaScript program that will check the first
Summer 23 4 -
character of a string is uppercase or not
Write a program using sqrt() and pow() to calculate the
Winter 24 4 -
square root and power of given number

UNIT 4: Form Building Blocks and Events (3.1, 3.2, 3.3)

Year &
Question Marks Repetition
Season
Write a JavaScript to design a form to accept values for
Winter 19 4 -
user ID & password
Year &
Question Marks Repetition
Season
Write a JavaScript program to validate user accounts for
Summer 22 4 -
multiple set of user ID and password
Write a JavaScript to check whether a passed string is
Winter 22 4 -
palindrome or not

UNIT 5: Cookies (4.1)

Year &
Question Marks Repetition
Season
Describe, how to read cookie value and write a cookie
Winter 19 4 -
value. Explain with example
Write a JavaScript program to create read, update and
Summer 22 4 -
delete cookies
Write JavaScript to create persistent cookies Winter 23 4 -

UNIT 6: Browser Manipulation (4.2)

Year &
Question Marks Repetition
Season
Explain open() method of window object with syntax and
Winter 19 4 -
example
Write a JavaScript to open a new window and the new
Summer 23 4 -
window is having two frames
Write a JavaScript for creating floating menu Winter 24 4 -

UNIT 7: Regular Expressions (5.1)

Year &
Question Marks Repetition
Season
Describe regular expression. Explain search() method used
Winter 19 4 -
in regular expression with suitable example
State what is regular expression. Explain its meaning with
Summer 22 4 -
the help of a suitable example
Explain test() and exec() method of Regular Expression
Winter 23 4 -
object with example

UNIT 8: Frames (5.2)


Year &
Question Marks Repetition
Season
Write a script for creating following frame structure Winter 19 4 -
Write a JavaScript to create frame structure with multiple
Summer 22 4 -
frames

UNIT 9: Rollover (5.3)

Question Year & Season Marks Repetition


Explain text rollover with suitable example Winter 19 4 -
Explain text and image rollover with suitable example Summer 23 4 -

UNIT 10: Status Bar (6.1)

Year &
Question Marks Repetition
Season
Write a JavaScript to modify the status bar using
Winter 19 4 -
onMouseOver and onMouseOut with links
State the use of status bar in JavaScript Summer 22 4 -

UNIT 11: Banner (6.2)

Year &
Question Marks Repetition
Season
Write a JavaScript program to link banner advertisements
Winter 19 4 -
to different URLs
Write a JavaScript program to create rotating
Summer 23 6 -
advertisement banner with URL links

UNIT 12: Protecting Web Pages (6.5)

Year &
Question Marks Repetition
Season
Describe ways of protecting your webpage and describe
Winter 19 4 -
any one of them
List ways of protecting your webpage and describe any
Summer 22 4 -
one of them
Write a JavaScript for protecting web page by
Winter 24 4 -
implementing the following steps
Summary of Most Repeated Questions:

Question Frequency Years


Winter 19,
Enlist any four features of JavaScript 2 times
Winter 24
Write a JavaScript to create a person object with properties Winter 19,
2 times
firstname, lastname, age, eye color Summer 22
Describe, how to read cookie value and write a cookie value. Winter 19,
2 times
Explain with example Summer 22
Write a JavaScript to modify the status bar using Winter 19,
2 times
onMouseOver and onMouseOut with links Summer 22

You might also like