0% found this document useful (0 votes)
109 views3 pages

JavaScript Basics for Beginners

The document outlines questions for 10 JavaScript practical assignments covering topics such as functions, strings, forms, events, intrinsic functions, and cookies. Practical 4 asks about functions, their advantages, and calling methods. Practical 5 covers strings, creation methods, string methods like charCodeAt() and match(). Practical 6 discusses forms, the <form> tag, and form properties and elements. Practicals 7 and 8 explore events, handlers, types of events like key and mouse events. Practical 9 examines intrinsic functions, disabled properties, and readOnly attributes. Practical 10 asks about cookies, how they work, attributes, and types of cookies.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views3 pages

JavaScript Basics for Beginners

The document outlines questions for 10 JavaScript practical assignments covering topics such as functions, strings, forms, events, intrinsic functions, and cookies. Practical 4 asks about functions, their advantages, and calling methods. Practical 5 covers strings, creation methods, string methods like charCodeAt() and match(). Practical 6 discusses forms, the <form> tag, and form properties and elements. Practicals 7 and 8 explore events, handlers, types of events like key and mouse events. Practical 9 examines intrinsic functions, disabled properties, and readOnly attributes. Practical 10 asks about cookies, how they work, attributes, and types of cookies.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

 Practical No 4:

QUESTIONS:
1) What is Function?
2) What are advantages of JavaScript Function?
3) What are different ways of calling functions?

 Practical no 5:
QUESTIONS:
1)What is Javascript String?
2)What are two ways to create string?
3)List any six JavaScript String methods?
4)What is use of charCodeAt() method?
5)What is use of match() method?

 Practical no 6:
QUESTIONS:
1)What are forms?
2)What is use of <form> tag?
3)What are properties of form ?
4)what are elements of form?

 Practical no 7 & 8:

QUESTONS :
1)What is an event ?
2)What is event handler in JavaScript?
3)What are different types of event in JavaScript?
4)List different types Key events in JavaScript?
5)List different types of Mouse events in javascript?
6)Who handles the event in JavaScript?
7)What is onclick event in JavaScript?
 Practical no 9:

QUESTIONS:
1)What is Intrinsic function in JavaScript?
2)What is use of disabled property in JavaScript?
3)What is use of readOnly attribute in JavaScript?

 Practical no 10:

QUESTIONS:
1)What are cookies ?
2)How cookies work?
3)List attributes of cookies?
4)What are different types cookies?

You might also like