Visual Studio

Quiz
•
Computers
•
9th Grade
•
Medium
Roberta De Nisi
Used 2+ times
FREE Resource
36 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa significa la parola FLOAT nel contesto di programmazione?
Sequenza di caratteri
Numero intero negativo
Numero decimale
Valore booleano
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Eseguendo la seguente parte di codice, quale errore segnala?
Private float CalcolaSconto (float Importo, float PercentualeSconto)
{
float Sconto;
if (PercentualeSconto)
{
Sconto = Importo * PercentualeSconto / 100;
}
return Sconto;
}
Nessun errore
Uso della variabile Sconto non assegnato
Variabile PercentualeSconto non dichiarata
Non è possibile convertire in modo implicito il tipo float in int
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Nella seguente parte di codice QUANTI errori vedi?
…
AcquisizioneDati(out IsSalsa, out CostoBase)
….
private AcquisizioneDati(out float CostoBase, bool IsSalsa)
{
CostoBase = Convert.ToString(TxtCostoBase.Text)
IsSalsa = Convert.ToBoolean(ChkSalsa.IsChecked);
}
4
2
5
3
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Nella seguente parte di codice QUALI sono gli errori?
…
AcquisizioneDati(out IsSalsa, out CostoBase)
….
private AcquisizioneDati(out float CostoBase, bool IsSalsa)
{
CostoBase = Convert.ToString(TxtCostoBase.Text)
IsSalsa = Convert.ToBoolean(ChkSalsa.IsChecked);
}
Evaluate responses using AI:
OFF
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa indica la proprietà StackPanel in un'applicazione?
Esempio di TextBox
Controllo grafico per selezioni multiple
Pannello di raccolta per contenere radio button
Interrompere un programma
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa indica la proprietà CheckBox in un'applicazione?
Esempio di TextBox
Controllo grafico per selezioni multiple
Cambiare il formato di una variabile rispetto a un'altra
Interrompere un programma
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa indica la proprietà RadioButton in un'applicazione?
Esempio di TextBox
Bottone per segnare le risposte
Traduzione del codice sorgente
Indicare una proprietà di alcuni oggetti
Create a free account and access millions of resources
Similar Resources on Wayground
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
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th 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