recupero informatica 3a liceo ballerini

Quiz
•
Mathematics, Computers
•
8th Grade
•
Medium
Alessandro Novati
Used 1+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quanto vale la variabile "numero" una volta terminato il seguente ciclo:
for (int numero = 0; i < 5; i++) {
System.out.println(i);
}
5
4
6
0
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale e' l'ultimo valore stampato dal seguente ciclo:
for (numero = 0; numero < 5; numero++) {
System.out.println(numero);
}
6
4
0
5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quante volte viene stampata la variabile "numero" durante il seguente ciclo:
for (int numero = 0; i < 5; i++) {
if(numero != 2){
System.out.println(numero);
}
}
3
4
5
nessuna
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quali sono il primo e l ultimo numero stampati dal seguente ciclo:
int i =0;
while(i<7){
System.out.println("i");
i = i + 2;
}
primo: 0, secondo: 7
primo: 1, secondo: 5
primo: 0, secondo: 6
primo: 1, secondo: 6
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quali sono i 3 numeri stampati dal seguente ciclo:
int i =0;
while(i<9){
System.out.println("i");
i = i + 3;
}
1, 2, 3
0, 2, 4
0, 3, 6
1, 3, 5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale valore di i sara' stampato dal seguente codice:
int i =0;
while(i <9){
i ++ ;
if(i == 2){
i = 6;
}else{
i =10;
}
}
System.out.println(i);
6
10
5
9
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
cosa viene stampato dal seguente codice ?
int day = 4;
switch (day) {
case 1:
System.out.print("lun, ");
case 2:
System.out.print("mar, ");
case 3:
System.out.print("mer, ");
case 4:
System.out.print("gio, ");
case 5:
System.out.print("ven, ");
case 6:
System.out.print("sab, ");
case 7:
System.out.print("dom, ");
}
lun, mar, mer, gio
gio, ven, sab, dom
dom, lun, mar, mer
gio
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale e' il valore della variabile i quando viene stampata al termine del seguente codice:
int i = 10;
do{
i = i -1;
}while(i != 6);
System.out.println(i);
6
0
10
7
9.
OPEN ENDED QUESTION
3 mins • 1 pt
Scrivere un programma che continua a richiedere in input all'utente un numero intero, fino a quando l'utente non inserisce un numero che e' multiplo di 3.
Quando l'utente inserisce un multiplo di 3, terminare il programma.
Evaluate responses using AI:
OFF
Similar Resources on Wayground
6 questions
Bootcamp1

Quiz
•
1st - 10th Grade
6 questions
Sains Komputer Tingkatan 4 - 1.3.5 Penggunaan Penyataan

Quiz
•
7th - 12th Grade
14 questions
Scientific Notation

Quiz
•
6th - 8th Grade
10 questions
Java Quiz 1: Introduction

Quiz
•
6th - 12th Grade
10 questions
Multipli e Divisori

Quiz
•
6th Grade - University
10 questions
Comparacion de fracciones

Quiz
•
1st - 10th Grade
9 questions
Numeros Romanos 1 al 20

Quiz
•
1st - 12th Grade
14 questions
Coordinate

Quiz
•
8th - 10th Grade
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 Mathematics
18 questions
Identifying Functions Practice

Quiz
•
8th Grade
24 questions
3.1 Parallel lines cut by a transversal

Quiz
•
8th Grade
20 questions
Slope from a Graph

Quiz
•
8th Grade
15 questions
Dilations

Quiz
•
8th Grade
15 questions
Parallel Lines Cut by a Transversal

Quiz
•
8th Grade
15 questions
Domain and Range of Functions

Quiz
•
8th Grade
10 questions
Literal Equations

Quiz
•
8th Grade
20 questions
Rational and Irrational Numbers

Quiz
•
8th Grade