AJAX & recursion

AJAX & recursion

Professional Development

14 Qs

quiz-placeholder

Similar activities

QUIZ HAPPY (Velpraz & Tiavell)

QUIZ HAPPY (Velpraz & Tiavell)

Professional Development

10 Qs

Where can I find...?

Where can I find...?

Professional Development

10 Qs

kluby pilka nozna

kluby pilka nozna

KG - Professional Development

10 Qs

AFNA

AFNA

Professional Development

14 Qs

Football

Football

1st Grade - Professional Development

10 Qs

Outlook Tips

Outlook Tips

Professional Development

10 Qs

Excel

Excel

Professional Development

10 Qs

Welcome Back Paganap

Welcome Back Paganap

Professional Development

15 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?