Important_Questions_for_CSS_Exam
Important_Questions_for_CSS_Exam
If you need to score 28 marks out of 70 to pass, here is a list of important questions that will help
you maximize your chances of passing the CSS (Client-Side Scripting) exam. This list includes
2-mark, 6-mark, and 10-14 mark questions that frequently appear in exams and cover essential
10. What is the `window.open()` method? Explain with syntax and example.
1. Explain how JavaScript functions work, and give an example of function definition and usage.
2. Write a JavaScript program to create a `person` object with properties `firstname`, `lastname`,
`age`, and `eyecolor`. Then delete the `eyecolor` property and display the remaining properties.
3. Write a JavaScript program to create a calculator using a switch-case statement for addition,
5. Explain how regular expressions are used in JavaScript. Write a program to validate an email
7. Write a JavaScript program that validates the user ID and password using simple validation rules
8. Explain the difference between `concat()` and `join()` methods in JavaScript arrays.
- Frame 1: Header.
2. Create a slideshow with a group of three images, with functionality to transition to the next and
previous slides.
3. Write a JavaScript program to create a pull-down menu with three options (Google, MSBTE,
4. Write a JavaScript program to validate a phone number format (`(ddd)-(dddddddd)`) using regular
expressions.
5. Create a dynamic menu (e.g., floating menu, tabbed menu) using JavaScript.
- For **10-14 mark questions**, try to write complete solutions and code examples.
- Make sure to understand key concepts like **DOM manipulation**, **functions**, **arrays**, and
**regular expressions**.
- Practice **writing code** for small tasks like form validation, array handling, and creating simple
interactive elements.