
Scopri il C++

Quiz
•
Computers
•
2nd Grade
•
Medium
Luisa Vitale
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Che cos'è il C++?
Il C++ è un linguaggio di markup.
Il C++ è un tipo di database.
Il C++ è un linguaggio di programmazione di alto livello.
Il C++ è un sistema operativo.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è la funzione principale in un programma C++?
La funzione principale è 'run()'.
La funzione principale è 'main()'.
La funzione principale è 'start()'.
La funzione principale è 'execute()'.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Come si dichiara una variabile in C++?
float y;
char letter;
string name;
int x;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è il simbolo per commentare una riga in C++?
#
//
// comment
/* comment */
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Come si crea un ciclo 'for' in C++?
for(i = 0; i < n; i++) { // code to execute }
for(int i = 1; i <= n; i++) { // code to execute }
for(int i = n; i > 0; i--) { // code to execute }
for(int i = 0; i < n; i++) { // code to execute }
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual è la differenza tra 'int' e 'float'?
Gli 'int' sono numeri interi, i 'float' sono numeri decimali.
Gli 'int' sono sempre positivi, i 'float' possono essere negativi.
Gli 'int' possono avere decimali, i 'float' no.
Gli 'int' sono numeri decimali, i 'float' sono numeri interi.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Come si definisce una funzione in C++?
In C++, una funzione è definita come: nome_funzione(lista_parametri) { // corpo della funzione }
Una funzione in C++ si definisce con la sintassi: nome_funzione(tipo_di_ritorno lista_parametri) { // corpo della funzione }
La definizione di una funzione in C++ richiede solo il nome e il corpo, senza tipo di ritorno.
Una funzione in C++ si definisce con la sintassi: tipo_di_ritorno nome_funzione(lista_parametri) { // corpo della funzione }
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa rappresenta il termine 'classe' in C++?
Una classe in C++ è un tipo di funzione.
Una classe in C++ è un'istruzione di controllo del flusso.
Una classe in C++ rappresenta un tipo di dato personalizzato che incapsula dati e comportamenti.
Una classe in C++ è un tipo di variabile predefinita.
Similar Resources on Wayground
9 questions
Le basi dell'informatica - COMUNICAZIONE

Quiz
•
1st - 12th Grade
10 questions
Ripasso

Quiz
•
2nd Grade - University
11 questions
Python. Типи даних (int, float)

Quiz
•
KG - 3rd Grade
8 questions
Quiz 1

Quiz
•
1st - 5th Grade
11 questions
Python - operacje wejścia i wyjścia

Quiz
•
1st - 2nd Grade
10 questions
Test Tic

Quiz
•
2nd Grade
10 questions
Riconoscere siti affidabili e fonti attendibili

Quiz
•
1st - 5th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
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
18 questions
Hispanic Heritage Month

Quiz
•
KG - 12th Grade
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
10 questions
Human-Environment Interactions Vocab Unit 1 Grade 2 Quiz

Quiz
•
2nd Grade
20 questions
Proper and Common nouns

Quiz
•
2nd - 5th Grade
30 questions
Multiplication Facts 1-12

Quiz
•
2nd - 5th Grade