PUC2 Laborator 5

PUC2 Laborator 5

University

17 Qs

quiz-placeholder

Similar activities

Python Assessment-2

Python Assessment-2

University

20 Qs

Python_Test

Python_Test

University

20 Qs

Python_тест

Python_тест

University

12 Qs

python Quizz

python Quizz

University

20 Qs

dr afacerilor 1

dr afacerilor 1

University

15 Qs

ข้อสอบ วิชา วิทยาการคำนวณ ม.2/4 ปี 2/67

ข้อสอบ วิชา วิทยาการคำนวณ ม.2/4 ปี 2/67

12th Grade - University

20 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Examen Introductorio de Estructura de datos en Python

Examen Introductorio de Estructura de datos en Python

University

16 Qs

PUC2 Laborator 5

PUC2 Laborator 5

Assessment

Quiz

Education

University

Medium

Created by

Danila Anca

Used 5+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Care e numele limbajului de programare pe care il invatam in acest semestru?

Pascal

Python

Matlab

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Ce va afisa urmatoarea secventa de cod?

print(1 + 4*3)

12

13

14

15

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Completeaza locul gol astfel ca sa se afiseze "Invat Python"

__("Invat Python"_

print("Invat Python")

output("Invat Python")

print(Invat Python)

output(Invat Python)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Care va fi rezultatul acestei secvente de cod:

print((3**2)//2)

9

27

4

18

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Care dintre urmatorii operatori calculeaza restul impartirii?

**

//

%

/

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Completeaza locul gol astfel ca sa se afiseze intregul impartirii 100 la 42:

print(100_42)

%

//

**

/

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scrie o secventa de cod care va afisa rezultatul 10 la puterea a 5a in consola.

print(10^5)

output(10%5)

print(10**5)

print(10*5)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?