Nel linguaggio di programmazione si usano (a) per memorizzare valori. Per questo scopo si usa il comando (b) . Mentre (c) è usato per assegnare il valore desiderato
Conosci Javascript?

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Alberto Citterio
Used 32+ times
FREE Resource
32 questions
Show all answers
1.
DRAG AND DROP QUESTION
1 min • 3 pts
2.
MATCH QUESTION
30 sec • 3 pts
Combina i seguenti pezzi
/*_____*/
Funzione con parametri
function (alfa){
_____
}
Stringa composta
“Rosa” + “ “ + “Blu”
Commento multilinea
//______
Funzione senza parametri
function (){
return alfa
}
Commento di una riga
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Come scriveresti la condizione: se la risposta è SI oppure si ?
if (risposta = "SI" && risposta = "si" )
if (risposta == "SI" && risposta == "si" )
if (risposta == "SI" || risposta == "si" )
if (risposta = SI || risposta = si )
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Come puoi stampare la parola 'qualcosa' sullo schermo?
console.log("qualcosa");
console.Log("qualcosa");
ConsoleLog("qualcosa");
console.log(qualcosa);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var a;
console.log(a);
Cosa vedo sullo schermo?
null
0
error
undefined
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Math.floor(Math.random()*2)
Math.random()*2
Math.floor(Math.random()*3)
Math.ceil(Math.random()*3)
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
var a = 5;
var b = a;
a = 5;
b == a;
In quale riga dà errore?
seconda
terza
quarta
non dà errore
Create a free account and access millions of resources
Similar Resources on Quizizz
30 questions
Understanding Data Storage and APIs 2

Quiz
•
10th Grade
32 questions
Javascript Quiz by Brandon and Amali

Quiz
•
11th Grade
30 questions
JavaScript -p5.js

Quiz
•
10th Grade
36 questions
Verifica su Excel

Quiz
•
10th Grade
35 questions
JavaScript Control Flow and Loops.

Quiz
•
10th Grade - University
31 questions
Ass2-Quiz2-Programming

Quiz
•
11th Grade
30 questions
Programmazione in Python - Funzioni

Quiz
•
12th Grade
30 questions
Pemrograman Perangkat Bergerak

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University