Verifica di Codice C#

Verifica di Codice C#

10th Grade

16 Qs

quiz-placeholder

Similar activities

code.org CSP Unit 3 Review 20-21

code.org CSP Unit 3 Review 20-21

9th - 12th Grade

15 Qs

Sfida informatica

Sfida informatica

6th - 10th Grade

20 Qs

Video Game Trivia

Video Game Trivia

5th - 12th Grade

20 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

FSWI - CH4 T1

FSWI - CH4 T1

KG - Professional Development

15 Qs

Code.org Unit 5

Code.org Unit 5

10th - 12th Grade

20 Qs

Lists and Loops in Computer Science

Lists and Loops in Computer Science

10th - 12th Grade

15 Qs

Code.org: Lists, Loops, and Traversals

Code.org: Lists, Loops, and Traversals

10th - 12th Grade

15 Qs

Verifica di Codice C#

Verifica di Codice C#

Assessment

Quiz

Computers

10th Grade

Hard

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?