C++ Procedurale Best of

Quiz
•
Computers
•
University
•
Hard
Andrea Prete
Used 31+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
int n = 3;
int x[n];
Compila
Errore di compilazione
Si tratta di allocazione di memoria dinamica
Si tratta di allocazione di memoria statica
2.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Quali sono i vantaggi dell'allocazione di memoria dinamica piuttosto che statica?
Semplifica lo sviluppo del codice in team
Permette di allocare dati con dimensione/struttura non nota a compile time
È più facile da gestire
Permette l'uso dei puntatori
3.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Quali sono gli svantaggi dell'allocazione di memoria dinamica piuttosto che statica?
Rischio di spreco di memoria se dati sono allocati più volte
Rischio di spreco di memoria se dati non sono deallocati opportunamente
Rischio di errore run time (segmentation fault) se accedo a memoria prima della sua allocazione
Rischio di errore run time (segmentation fault) se dealloco la stessa memoria più volte
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int x = 1;
int *px = &x;
(*px)++;
cout << x;
Stampa 1
Stampa 2
Stampa l'indirizzo di x
Errore di compilazione
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int i=1, j=10;
int *p = &i;
int *q = &j;
*q = *p;
i++;
cout << *q;
1
2
10
11
Errore di compilazione
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
y = {1, 2, 3}
y = {2, 3, 4}
Errore di compilazione
Imprevedibile
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Nella definizione di un array
la dimensione deve essere valutabile alla compilazione
deve essere specificare una lista di inizializzazione dei valori
la dimensione deve essere esplicitamente specificata
la dimensione può essere implicitamente specificata tramite una lista di inizializzazione
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Quiz sul Computer

Quiz
•
9th Grade - University
20 questions
SISTEM KOMPUTER "PERANGKAT KERAS"

Quiz
•
8th Grade - University
18 questions
PBO Inheritance Episode 2

Quiz
•
University
20 questions
KIỂM TRA TIN HỌC CHK2

Quiz
•
4th Grade - University
15 questions
Elementary Statistic

Quiz
•
University
15 questions
Memahami prinsip kerja subscriber internet telepon (TLJ)

Quiz
•
1st Grade - University
20 questions
Administrasi Infrastruktur Jaringan (XII) Firewall

Quiz
•
University
20 questions
Enviro Quizizz 2021

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University