AJAX & recursion

AJAX & recursion

Professional Development

14 Qs

quiz-placeholder

Similar activities

myLearningX Quiz

myLearningX Quiz

Professional Development

11 Qs

TMC Website Quiz

TMC Website Quiz

Professional Development

18 Qs

Pemanasan FGD 3

Pemanasan FGD 3

Professional Development

10 Qs

FedEx Ground Pickup

FedEx Ground Pickup

Professional Development

15 Qs

Christmas mini game

Christmas mini game

Professional Development

16 Qs

IT Literacy Challenge

IT Literacy Challenge

Professional Development

13 Qs

Simon Says

Simon Says

Professional Development

12 Qs

Quizizz

Quizizz

Professional Development

10 Qs

AJAX & recursion

AJAX & recursion

Assessment

Quiz

Fun

Professional Development

Medium

Created by

Lay Jones

Used 10+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

My javascript code isn't working. Which of the following option is the most likely reason for this?

const book = _.where( books, { author: "Gustave Flaubert" } );

'book' must be 'books'

May have forgotten to include underscore

should be a var, not a const

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which best describes what debouncing and throttling do?

Prevents a function from running again too soon after it has already ran

Directly limits the amount of requests a server is able to receive from you over a given time

reduces the speed of your network

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is FALSE about using an API?

It can get expensive

Makes it easy to get third-party information

Easy to use because they all have great documentation

Security can be a concern

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How would you get to '17' in this example?

const prices = {

fries: 12,

burgers: [{

cheeseburger : 17

}]};

prices.burgers[cheeseburger]

prices.burgers[0].cheeseburger

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is AJAX?

A multipurpose household disinfectant

A set of client-side techniques used to create asynchronous web applications

Asymptomatic Javascript and XML

Magic

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a use case of AJAX ?

A user can drag by using the mouse, rather than clicking on a button e.g. Google Maps

Fuzzy filtering when typing into a search engine

Chat room and messaging

All of the above

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Fill in the blank:

In AJAX, there are _______ ready states

1

10

3

4

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?