Ce este un tablou în C++?

evaluare formativă:Întrebări despre Tablouri în C++

Quiz
•
Computers
•
10th Grade
•
Hard
Loghinova Veronica
Used 2+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O variabilă ce poate stoca un singur element
Un container ce stochează valori de tip diferit
O variabilă ce poate stoca mai multe valori de același tip
Un obiect care poate stoca orice tip de date
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cum se definește un tablou unidimensional în C++?
int tablou[10];
int[10] tablou;
tablou int[10];
int tablou = {10};
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cum este indexat un tablou în C++?
De la 1 la n
De la -1 la n
De la 0 la n-1
De la 0 la n
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care este dimensiunea unui tablou cu 5 elemente de tip int în C++?
5 bytes
10 bytes
20 bytes
40 bytes
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care dintre următoarele este o declarație corectă a unui tablou bidimensional în C++?
int tablou[3,3];
int tablou[3][3];
int tablou[] = {3,3};
int tablou(3)(3);
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cum accesezi elementul de pe a doua linie și a treia coloană dintr-un tablou bidimensional în C++?
tablou[1,2]
tablou[2][3]
tablou[1][2]
tablou(1,2)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cum inițializezi un tablou unidimensional cu valori implicite?
int tablou[5];
int tablou[];
int tablou[5] = {};
int tablou{5};
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
TEST -EXCEL 1

Quiz
•
1st - 10th Grade
20 questions
Evaluación intermedia once

Quiz
•
1st - 11th Grade
16 questions
Java_10-a-30

Quiz
•
8th - 12th Grade
20 questions
Excel Quiz

Quiz
•
10th Grade
18 questions
test Excel

Quiz
•
10th Grade
26 questions
Tastatura

Quiz
•
1st - 10th Grade
19 questions
Test word

Quiz
•
8th Grade - University
20 questions
Test Siguranta online

Quiz
•
6th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University