Verifica di Codice C#

Verifica di Codice C#

10th Grade

16 Qs

quiz-placeholder

Similar activities

Linguaggio C++

Linguaggio C++

10th - 12th Grade

20 Qs

3inf_Automa_Linguaggi_Algoritmo

3inf_Automa_Linguaggi_Algoritmo

10th Grade

20 Qs

ทดสอบกลางภาค651 การเขียนโปรแกรมเชิงวัตถุเบื้องต้น

ทดสอบกลางภาค651 การเขียนโปรแกรมเชิงวัตถุเบื้องต้น

10th - 12th Grade

20 Qs

Conditionals

Conditionals

9th - 12th Grade

18 Qs

Code.org List Questions

Code.org List Questions

10th - 12th Grade

20 Qs

CSP Lists Loops and Traversals

CSP Lists Loops and Traversals

10th - 12th Grade

15 Qs

Lists, Loops & Traversals

Lists, Loops & Traversals

10th - 12th Grade

15 Qs

Unit 5 Lists, Loops, & Traversals

Unit 5 Lists, Loops, & Traversals

10th - 12th Grade

12 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?