Programming in PHP - UNIT V

Programming in PHP - UNIT V

University

10 Qs

quiz-placeholder

Similar activities

Sessions and Cookies

Sessions and Cookies

University

10 Qs

ASD Unit 1

ASD Unit 1

University

10 Qs

PHP Learning Quiz 1

PHP Learning Quiz 1

12th Grade - University

15 Qs

DW (EM25) - Introducción al Internet [T1]

DW (EM25) - Introducción al Internet [T1]

University - Professional Development

15 Qs

command prompt

command prompt

4th Grade - Professional Development

15 Qs

A sobre Blockchain y Web3 con Celo México

A sobre Blockchain y Web3 con Celo México

University

15 Qs

Quiz Algoritma Pemrograman

Quiz Algoritma Pemrograman

University

10 Qs

Web 1.0 y web 2.0

Web 1.0 y web 2.0

University

10 Qs

Programming in PHP - UNIT V

Programming in PHP - UNIT V

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

MS.SHYAMALADEVI C

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does AJAX stand for?

Asynchronous Java and XML

Asynchronous JavaScript and XML

Automated Java and XML

Asynchronous JSON and XML

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JavaScript object is used to send an AJAX request?

XMLHttpRequest

AjaxRequest

HttpRequest

JSRequest

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to send a GET request using XMLHttpRequest?

xhr.open("POST", "data.php", true);

xhr.send("GET", "data.php", true);

xhr.open("GET", "data.php", true);

xhr.fetch("GET", "data.php", true);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an advantage of AJAX?

Reduces server load

Improves user experience

Requires page refresh for every request

Allows asynchronous data retrieval

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to handle responses in modern AJAX requests?

xhr.onload

xhr.sendResponse()

xhr.execute()

xhr.runResponse()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the readyState property in an AJAX request?

Specifies the HTTP method to use

Defines the request headers

Tracks the state of the request

Sends the request to the server

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JavaScript method is commonly used with AJAX for sending JSON data?

JSON.parse()

JSON.stringify()

JSON.encode()

JSON.convert()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers