Quiz di Programmazione C++

Quiz di Programmazione C++

12th Grade

30 Qs

quiz-placeholder

Similar activities

Gestione_Computer

Gestione_Computer

9th - 12th Grade

25 Qs

Informatica

Informatica

12th Grade - University

25 Qs

Python intro

Python intro

8th - 12th Grade

32 Qs

HTML

HTML

9th - 12th Grade

26 Qs

Informatica 3c - array ed ordinamento

Informatica 3c - array ed ordinamento

12th Grade

25 Qs

Quiz informatica

Quiz informatica

8th - 12th Grade

25 Qs

Stream Java

Stream Java

12th Grade

27 Qs

Test di ingresso prime

Test di ingresso prime

12th Grade

25 Qs

Quiz di Programmazione C++

Quiz di Programmazione C++

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Elena Tenucci

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale tipo di dato può essere utilizzato per memorizzare una stringa in C++?

char o string

string o struct

solo char

solo string

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Cosa si intende per complessità di un algoritmo?

la complessità fa riferimento alla lunghezza di un algoritmo

la complessità fa riferimento al numero di variabili di un algoritmo

la complessità fa riferimento al numero di operazioni

nessuna delle risposte è corretta

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual è il risultato della seguente operazione con stringhe in C++? string s1 = "Hello, "; string s2 = "world!"; string s3 = s1 + s2;

"Hello, world!"

"Hello, "

"world!"

Errore

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cosa sono i vettori paralleli?

sono vettori che rappresentano tabelle

sono vettori in cui i dati nella stessa posizione sono correlati

sono vettori che rappresentano matrici

sono vettori in cui i dati possono essere anche di tipi diversi

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale dei seguenti è un esempio di funzione ricorsiva?

Una funzione che chiama sé stessa

Una funzione che non ritorna nulla

Una funzione che ha cicli annidati

Una funzione che chiama un'altra funzione

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale di questi è un algoritmo di ordinamento in C++?

Bubble Sort

Binary Sort

Select Sort

Insert Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual è la libreria da aggiungere per gestire i file in C++?

iostream

filestream

fstream

file

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?

Discover more resources for Computers