
Test di Programmazione in C#

Quiz
•
Computers
•
9th Grade
•
Medium
Roberta De Nisi
Used 3+ times
FREE Resource
32 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quali sono i tipi di dati principali in C#?
Tipi di valore, tipi di riferimento, tipi nullable, tipi generici.
Tipi di dati primari
Tipi di oggetti complessi
Tipi di stringa
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Come si dichiara una variabile in C#?
int age;
var age;
string age;
float age;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è la struttura di controllo per un'istruzione condizionale?
if-else
for-loop
while-loop
switch-case
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Come si legge un input da console in C#?
string input = Console.ReadKey();
string input = Console.Read();
string input = Console.ReadLine();
string input = Console.ReadLineAsync();
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è il comando per stampare un output in console?
display()
echo()
output()
print()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è la sintassi del ciclo for in C#?
for (int i = 0; i < n; i--) { // code }
for (i = 0; i < n; i++) { // code }
for (int i = 0; i < n; i++) { // code }
for (int i = 0; i <= n; i++) { // code }
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Come funziona il ciclo do while in C#?
Il ciclo do while esegue il codice almeno una volta e continua finché la condizione è vera.
Il ciclo do while esegue il codice solo se la condizione è vera.
Il ciclo do while non garantisce l'esecuzione del codice.
Il ciclo do while è simile al ciclo for, ma non ha condizioni.
Create a free account and access millions of resources
Similar Resources on Wayground
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 Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade