
52355429-a189-4d5f-8ac0-0994b9be5411

Quiz
•
Information Technology (IT)
•
University
•
Hard

Léo Hilaire
FREE Resource
34 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Où place-t-on généralement la balise <script> pour optimiser le chargement d’une page web ? (Plusieurs réponses possibles)
Dans le <head> avec l'option defer
Juste avant la fermeture de la balise </body>
En tout début de balise <body>
Entre deux balises <div>
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quel est le type d’une variable contenant du texte en JavaScript ?
integer
boolean
string
float
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Parmi les structures suivantes, laquelle représente correctement la structure complète et bien formée d'un fichier HTML ?
<!DOCTYPE html>
<html>
<head>
<title>Page Titre</title>
</head>
<body>
<header>
<nav>
<h1>Bienvenue</h1>
</nav>
</header>
<main>
<section>
<p>Contenu principal.</p>
</section>
</main>
<footer>
<p>Pied de page.</p>
</footer>
<script src="script.js"></script>
</body>
</html?>
<!DOCTYPE html>
<html>
<head>
<title>Page Titre</title>
</head>
<body>
<header>
<nav>...</nav>
</header>
<main>
<section>
<p>Contenu principal.</p>
</section>
<h1>Bienvenue</h1>
</main>
<footer>
<p>Pied de page.</p>
</footer>
<script src="script.js"></script>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Titre</title>
</head>
<body>
<header>
<nav>...</nav>
</header>
<main>
<section>
<h1>Bienvenue</h1>
<p>Contenu principal.</p>
</section>
</main>
<footer>
<p>Pied de page.</p>
</footer>
<script src="script.js"></script>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Titre</title>
</head>
<body>
<header>
<nav>...</nav>
</header>
<main>
<section>
<h1>Bienvenue</h1>
<p>Contenu principal.</p>
</section>
</main>
<footer>
<p>Pied de page.</p>
</footer>
<script src="script.js"></script>
</body>
</html>
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quelle est la syntaxe correcte pour déclarer une constante en JavaScript ?
const number = 10;
constant number = 10;
var number = 10;
let number = 10;
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quel type de variable est utilisé pour stocker des valeurs vraies ou fausses ?
String
Number
Boolean
Object
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quelle est la sortie de la condition suivante ?
let x = 5;
if (x > 10) {
console.log("Grand");
} else {
console.log("Petit");
}
Rien
"Grand"
"Petit"
Erreur
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Quelles approches permettent de parcourir chaque élément d’un tableau et d’exécuter une fonction sur chacun de ces éléments ? (Plusieurs réponses possibles)
for
forEach
map
while
Create a free account and access millions of resources
Similar Resources on Wayground
31 questions
Công nghệ web XML_DOM

Quiz
•
University
30 questions
Week 7-8

Quiz
•
University
29 questions
KIẾN TRÚC MÁY TÍNH - BÀI 8

Quiz
•
University
30 questions
ELEC1_NA QUIZ 1

Quiz
•
University
35 questions
Bootstrap Quiz

Quiz
•
University
35 questions
PKL CICIMANJA

Quiz
•
12th Grade - University
32 questions
THIẾT KẾ WEB - BÀI 4

Quiz
•
University
31 questions
Information Management-MidQuiz

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University