0% found this document useful (0 votes)
18 views4 pages

External Chits of CSS

Uploaded by

Ankush Pawar
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)
18 views4 pages

External Chits of CSS

Uploaded by

Ankush Pawar
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
You are on page 1/ 4

LOKNETE MA.

HANMANTRAO PATIL CHARITABLE TRUST’S

ADARSH INSTITUTE OF TECHNOLOGY


AND RESEARCH CENTRE, VITA
Polytechnic 2024-25
DEPARTMENT OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING
Wing Odd Sem

External Chits
Institute Code: 0991 Academic Year: 2024-25 Program: AN
Class: TY Semester: V Scheme: I
Course Code: CSS Course Coordinator:
Course: CSS
(22519) Mrs.P.P.Yadav

1. Write simple JavaScript with HTML for arithmetic expression evaluation and message printing.
2. Develop JavaScript to find prime number between the range 1 to 50.

3. Develop JavaScript to generate ARMSTRONG NUMERS between the range 1 to 100.


[13+23+33=153]

4. Write JavaScript to implements following method in an Array.push(), pop(),unshift(), sort(),


reverse(), splice()

5. Write JavaScript code to return a value from function.


6. Write JavaScript code to retrieve position of given character from string

7. Write JavaScript code to demonstrate function calling with arguments.


8. Write a charCodeAt() and fromCharCode() method implementation.

9. Write a JavaScript for implementing following string method


Search(), split(), substring(), substr()

10. Write a javascript to design form to accept values for UserID and Password.
11. Write a charCodeAt() and fromCharCode() method implementation.
LOKNETE MA. HANMANTRAO PATIL CHARITABLE TRUST’S

ADARSH INSTITUTE OF TECHNOLOGY


AND RESEARCH CENTRE, VITA
Polytechnic 2024-25
DEPARTMENT OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING
Wing Odd Sem

12. Write a JavaScript that display textboxes for accepting name and email ID and a submit button.write
JavaScript such that when user clicks on submit button
a. Name validation
b. Email ID validation

13. Write Html script which displays two radio buttons to users for fruits and vegetables and one option
list.when user select fruits radio button list should present only fruits names to user and when user
select vegetables radio button option list should present only vegetables names to user.
14. Write a program to create and read cookie value and delete cookie

15. Write a program to open multiple window at a once.

16. Write a program to find non-matching character in given regular expression.


17. Write a program to find match pattern in given regular expression.

18. Write a JavaScript to create pull down menu with three options[Google, MSBTE, Facebook] once the
user will select one of the option then user will be redirected to that site.
19. Write a JavaScript to link banner advertisement to URL.

20. Create a slideshow with group of three images. Also simulate next and previous trasition between
slides in your java script.

21.
22. Write JavaScript code to retrieve position of given character from string
LOKNETE MA. HANMANTRAO PATIL CHARITABLE TRUST’S

ADARSH INSTITUTE OF TECHNOLOGY


AND RESEARCH CENTRE, VITA
Polytechnic 2024-25
DEPARTMENT OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING
Wing Odd Sem

23.

24.
LOKNETE MA. HANMANTRAO PATIL CHARITABLE TRUST’S

ADARSH INSTITUTE OF TECHNOLOGY


AND RESEARCH CENTRE, VITA
Polytechnic 2024-25
DEPARTMENT OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING
Wing Odd Sem

25. Write Html script which displays two radio buttons to users for fruits and vegetables and one option
list. When user select fruits radio button list should present only fruits names to user and when user
select vegetables radio button option list should present only vegetables names to user.

You might also like