
Matrici 11i

Quiz
•
Computers
•
11th Grade
•
Easy
claudiqe claudiqe
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Ce este o matrice?
Un șir de caractere
O structură de date bidimensională
O funcție recursivă
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Cum se accesează elementul de pe linia 2, coloana 3 într-o matrice A în C++?
A(2,3)
A[2][3]
A[3][2]
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Care este valoarea maximă din matricea {{1,2,3}, {4,5,6}, {7,8,9}}?
1
5
11
9
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Cum inițializăm o matrice cu valori de 0 în C++?
int A[10][10] = {0};
int A(10,10) = 0;
int A = new int[10][10];
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Ce face acest pseudocod?
Inițializează matricea cu suma indicilor
Afișează elementele matricei
Calculează produsul elementelor
Construieste un castel
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Cum citim o matrice de la tastatură în C++?
cin >> A;
Folosind două for-uri
read_matrix(A);
citind pe ecran
7.
MULTIPLE SELECT QUESTION
30 sec • 2 pts
Care dintre următoarele este o matrice validă în C++?
int A[][];
int A[3][4]= {0};
int A[4];
int A[3][4];
8.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Cum afișăm corect o matrice în C++?
cout << Matrice;
Cu două for-uri
Cu print_matrix(Matrice);
Similar Resources on Wayground
9 questions
Test Structuri

Quiz
•
11th Grade
12 questions
Java - arrays and String methods

Quiz
•
9th - 12th Grade
10 questions
Java: repetition control structure for & while

Quiz
•
10th - 12th Grade
13 questions
C++ Loops

Quiz
•
9th - 12th Grade
10 questions
Викторина по Python (Урок 1-2)

Quiz
•
5th - 11th Grade
12 questions
for dan if bahasa C

Quiz
•
11th Grade
6 questions
Siruri de caractere Quiz

Quiz
•
11th Grade
10 questions
Python Data Types

Quiz
•
9th - 12th Grade
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