C++ Array
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Ermanno Francesco Sannini
Used 11+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Gli elementi di un array di dimensione N sono numerati
da 1 a N
da 0 a N-1
da 0 a N
da 1 a N-1
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int a[] = {1, 2, 3, 4};
a++;
a = {2, 3, 4, 5}
a = {2, 2, 3, 4}
a={2, 3, 4, ?}
Errore di compilazione
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int a[] = {1, 2, 3};
cout << a;
1 2 3
1, 2, 3
1
Errore di compilazione
Imprevedibile
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int a[] = {1, 3, 2, 8};
a[3] = 5;
a = {1, 3, 5, 8}
a = {1, 3, 2, 5}
a = {1, 5, 2, 8}
Errore durante esecuzione
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
L'utilizzo dell'operatore [] su un array di N elementi permette di accedere a
qualsiasi elemento, anche con indice < 0 oppure > N-1
solo gli elementi da 0 a N-1
qualsiasi elemento con indice >= 0
qualsiasi elemento con indice < N
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Price[1] si riferisce a
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Gli elementi di un array hanno lo stesso
tipo
nome
posizionamento in memoria
tutte le precedenti
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
25 questions
Topic 1: Computational thinking, level 2
Quiz
•
9th Grade
25 questions
C Programming Quiz
Quiz
•
12th Grade
30 questions
Excel Review(formulas, lookups, formattings)
Quiz
•
11th Grade
30 questions
PSTS Backend PHP XIPPLG1
Quiz
•
11th Grade
30 questions
Batch A Cahoot 10/05/23
Quiz
•
10th Grade
25 questions
PHP: Hypertext Preprocessor
Quiz
•
12th Grade
23 questions
Gestione della Memoria Quiz
Quiz
•
12th Grade
25 questions
C++ arrays
Quiz
•
12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd 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
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade