
Verifica di Codice C#

Quiz
•
Computers
•
10th Grade
•
Hard
Roberta De Nisi
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è l'output di 'if (5 > 3) Console.WriteLine("Maggiore");' ?
Uguale
Maggiore
Nessun output
Minore
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa stampa il seguente codice: 'switch (2) { case 1: Console.WriteLine("Uno"); break; case 2: Console.WriteLine("Due"); break; }' ?
Quattro
Tre
Cinque
Due
3.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Qual è il risultato di 'for (int i = 0; i < 5; i++) { Console.Write(i); }' ?
01235
12345
01234
01234
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa fa il ciclo 'do { Console.WriteLine("Ciao"); } while (false);' ?
Stampa 'Ciao' due volte.
Stampa 'Ciao' in un ciclo infinito.
Stampa 'Ciao' una volta.
Non stampa nulla.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è l'output di 'while (false) { Console.WriteLine("Non verrà stampato"); }' ?
Stampa 'Non verrà stampato' una volta
Nessun output
Stampa 'Non verrà stampato' infinite volte
Un errore di compilazione
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa restituisce 'Math.Sqrt(16)' ?
3
5
8
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è il risultato di '5 % 2' ?
3
2
0
1
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
CMU Unit 1 Practice Test

Quiz
•
9th - 12th Grade
15 questions
Python - Chpt 1 - Review

Quiz
•
9th - 12th Grade
18 questions
C++ inizio

Quiz
•
10th Grade
15 questions
code.org CSP Unit 3 Review 20-21

Quiz
•
9th - 12th Grade
20 questions
Sfida informatica

Quiz
•
6th - 10th Grade
20 questions
Video Game Trivia

Quiz
•
5th - 12th Grade
15 questions
FSWI - CH4 T1

Quiz
•
KG - Professional Dev...
14 questions
Programming Quiz 5

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade