MATLAB Onramp 2025 BOLOGNA

MATLAB Onramp 2025 BOLOGNA

University

8 Qs

quiz-placeholder

Similar activities

CheckPoint Primer Corte

CheckPoint Primer Corte

University - Professional Development

13 Qs

Latihan Soal Rotasi dan Dilatasi

Latihan Soal Rotasi dan Dilatasi

University

10 Qs

Día de la familia

Día de la familia

University

10 Qs

Parcial 1, Primera serie

Parcial 1, Primera serie

6th Grade - University

10 Qs

Matematica per FAITPS

Matematica per FAITPS

5th Grade - University

13 Qs

Math 8 Ch. 9 Review

Math 8 Ch. 9 Review

KG - University

11 Qs

Parametrics Quiz

Parametrics Quiz

KG - University

10 Qs

Operation of Fractions (Mixed Fractions)

Operation of Fractions (Mixed Fractions)

11th Grade - University

10 Qs

MATLAB Onramp 2025 BOLOGNA

MATLAB Onramp 2025 BOLOGNA

Assessment

Quiz

Mathematics

University

Hard

Created by

Jacopo Ferretti

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a = 14, b = 3
a = 3, b = 4
a = 4, b = 3
a = 14, b = 13

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

[A, b, c’]
[b; c]
[b, c’]
[A, b; c]

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

b = ( a[2], a[4], a[6], a[8] )
b = a(1:2:7)
b = [a(1), a(3), a(5), a(7)]
b = a(2:2:8)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A+B
A’*B’
A*B’
A.*B

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a e b non esistono più
MATLAB restituisce un messaggio di errore
b = 8; a = 9;
a = 7; b = 6;

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

[A, b, c]
[b, A’, c’]
[c; A; b’]
[c’, b, A]

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A( 1 : 2 , end – 2 : end)
A( start : start + 2 , end-2 : end)
A( 1 : 2 , end -1 : end)
A( 0 : 2, 2 : 4)

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A * B
A’ + B
B’ + A
A’ + B’