APIs

APIs

Professional Development

6 Qs

quiz-placeholder

Similar activities

SQL 3 LOWER()

SQL 3 LOWER()

Professional Development

10 Qs

Examen Parcial Teorico - Desarrollo móvil

Examen Parcial Teorico - Desarrollo móvil

Professional Development

10 Qs

Azure Cloud computing

Azure Cloud computing

Professional Development

10 Qs

Kick-Off Posko Rafi 2021

Kick-Off Posko Rafi 2021

Professional Development

10 Qs

C String Array MCQs

C String Array MCQs

Professional Development

10 Qs

3D Printing Using Tinkercad

3D Printing Using Tinkercad

6th Grade - Professional Development

10 Qs

6. Method

6. Method

Professional Development

10 Qs

AWS ACF Módulo 1  - Visão geral dos conceitos de nuvem

AWS ACF Módulo 1 - Visão geral dos conceitos de nuvem

Professional Development

10 Qs

APIs

APIs

Assessment

Quiz

Computers

Professional Development

Practice Problem

Easy

Created by

Gauvain Thery

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...

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que signifie API ?

Application Programming Interface

Ale Pale Indian

Algorithmic Processing Interface

Artificial Programming Intelligence

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment se matérialise très souvent une API ?

C'est un ensemble d'URLs

C'est un robot

C'est invisible

C'est un fichier .js

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

À quoi sert Postman ?

Faire des requêtes HTTP

Générer une API

Envoyer une lettre

Faire du jetpack

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qu'est-ce qui va s'afficher dans la console ?

const school = {

name: "rocket",

nbStudents: 37

}

const schools = [school]

console.log(schools[0].name)

Il y aura une erreur

rocket

37

{

name: "rocket",

nbStudents: 37

}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La fonction fetch peut prendre un ou deux paramètres : URL et options. Lequel est obligatoire ?

URL

Option

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment rendre cette fonction asynchrone :

function callAPI(url) {

return await fetch(url);

}

async function callAPI(url) {

return await fetch(url);

}

function callAPI(url) {

return fetch(url);

}

delayed function callAPI(url) {

return await fetch(url);

}

function callAPI(async url) {

return await fetch(url);

}

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?