PUC2 Laborator 5

PUC2 Laborator 5

University

17 Qs

quiz-placeholder

Similar activities

Test Lab1 Python

Test Lab1 Python

University

12 Qs

coding beast set 2

coding beast set 2

University

20 Qs

pl_tcl/tk_py

pl_tcl/tk_py

University

22 Qs

Round 1- Code Crunch

Round 1- Code Crunch

University

20 Qs

Python Basics

Python Basics

University

15 Qs

Programming Knowledge Quiz (Easy)

Programming Knowledge Quiz (Easy)

5th Grade - Professional Development

20 Qs

PYTHON QUIZ

PYTHON QUIZ

University

15 Qs

Основи мови C++

Основи мови C++

10th Grade - University

17 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?