Chapter Study

BCA Semester 4 Scripting Language () Questions & Answers | Past TU Exam Papers

Practice from Scripting Language with detailed solutions and model answers from past Tribhuvan University exams.

20
Questions
120
Marks
Back to All Chapters

Explain the concept structure and importance of DOM.

MediumTHEORY5 marks2020(TU FOHSS Final)

What is dialog box? Explain different dialog boxes with suitable example in JavaScript.

MediumTHEORY5 marks2020(TU FOHSS Final)

What is the use of jQuery? Write the sample program to show and hide the certain div with the use of jQuery.

MediumTHEORY5 marks2020(TU FOHSS Final)

Why Ajax is required in web development? Write a sample program to synchronize data between JavaScript and PHP.

MediumTHEORY5 marks2020(TU FOHSS Final)

Design following form in HTML and display the value in the result box after calculating basic arithmetic operation based on the use input with the use of JavaScript.

MediumTHEORY10 marks2020(TU FOHSS Final)

What is JavaScript? What are the potential platforms where JavaScript can be used?

MediumTHEORY5 marks2021(TU FOHSS Final)

Define JavaScript event. Illustrate how an event handler response particular event in web page.

MediumTHEORY5 marks2021(TU FOHSS Final)

What is an Immediately Invoked Function in JavaScript? Explain with suitable example.

MediumTHEORY5 marks2021(TU FOHSS Final)

What is jQuery? illustrate different types of selectors in jQuery with appropriate example?

MediumTHEORY5 marks2021(TU FOHSS Final)

What is the benefit of using AJAX? Discuss major methods that communicate with server-side scripting.

MediumTHEORY5 marks2021(TU FOHSS Final)

a) Write a program which includes a function sum(). This function sum() should be designed to add an arbitrary list of parameters. (For e.g ., if you call the function sum() as sum (1, 2) it should return the result 3 and if again you call the function sum() as sum(1,3,4) it should return the result 8).b) Write a program that displays the continuous time in the web page. The time should be in the format of HH:MM:SS.

MediumTHEORY10 marks2021(TU FOHSS Final)

Explain the Features of Javascript?

MediumTHEORY5 marks2022(TU FOHSS Final)

What is need for client side scripting? Write a JavaScript which accept user's first and last name and print them in reverse order with space between them.

MediumTHEORY5 marks2023(TU FOHSS Final)

Write JS program to highlight all of the words over eight characters long in the paragraph text (with a red background).

MediumTHEORY5 marks2024(TU FOHSS Final)

Write a HTML code to design a form with three radio button green, red, blue and black. Write a JavaScript code that will change the background color of the page when user clicks on particular button.

MediumTHEORY5 marks2023(TU FOHSS Final)

What is syntax to create AJAX object? Design and develop dynamic web application using HTML, AJAX and PHP.

MediumTHEORY5 marks2023(TU FOHSS Final)

What are different way to include JavaScript in HTML document? Create a HTML page containing a division with image and its description in paragraph. Write a JavaScript function to change the value of description in the paragraph during onmouseover and onmouseout on the image.

MediumTHEORY10 marks2023(TU FOHSS Final)

How jQuery is differing from JavaScript? Discuss different types of jQuery selectors with example.

MediumTHEORY10 marks2023(TU FOHSS Final)

What is JavaScript? Explain different types of JavaScript with proper example.

MediumTHEORY5 marks2024(TU FOHSS Final)

What is jQuery? Explain XMLHttpRequest object with it's properties and methods with relevant example.

MediumTHEORY5 marks2024(TU FOHSS Final)
Showing 20 questions (more available)

Unit 1: Client Side Scripting (15Hrs.) chapter questions with answers for Scripting Language (BCA Semester 4). Prepare for TU exams with our comprehensive question bank and model answers.