CSS (22519) UT1 Question Bank
CSS (22519) UT1 Question Bank
(POLYTECHNIC)
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
4 MARKS
4 MARKS
4 MARKS
1. Write a JavaScript that displays textboxes for accepting name and Email Id with a submit
button. Write a JavaScript code such that when user clicks on submit button.
Check 1) Name Validation 2) Email Validation
3. Write a HTML and JavaScript code to design a form that displays two textboxes for
accepting two numbers. A new textbox to show the result and two buttons Addition and
Subtraction. When the user clicks on any one button, respective operation will be
performed on two numbers and result will be displayed in result textbox.
5. Write a HTML script which displays 2 radio buttons to the users for fruits and vegetable
and 1 option list. When user select fruits radio button option list should present only fruits
names to the user & when user select vegetable radio button option list should present
only vegetable names to the user.
6. Describe how to evaluate checkbox selection. Explain with suitable example.