Matrici 11i

Matrici 11i

11th Grade

8 Qs

quiz-placeholder

Similar activities

HTML (3CS)

HTML (3CS)

10th - 11th Grade

10 Qs

Función de una Fuente de alimentación

Función de una Fuente de alimentación

11th Grade

10 Qs

Programação Front End - CSS avançado

Programação Front End - CSS avançado

11th Grade

10 Qs

CIRCUITOS INTEGRADOS

CIRCUITOS INTEGRADOS

8th - 11th Grade

10 Qs

Word 11mo APA

Word 11mo APA

11th Grade

11 Qs

Mit App Inventor

Mit App Inventor

11th Grade

12 Qs

Introduction à l'informatique

Introduction à l'informatique

9th - 11th Grade

13 Qs

Python Testing

Python Testing

9th - 12th Grade

10 Qs

Matrici 11i

Matrici 11i

Assessment

Quiz

Computers

11th Grade

Practice Problem

Easy

Created by

claudiqe claudiqe

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Media Image

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];

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?