Python Programming Quiz

Python Programming Quiz

University

15 Qs

quiz-placeholder

Similar activities

CSI U5L2 - Sequence & Selection

CSI U5L2 - Sequence & Selection

10th Grade - University

10 Qs

assemblyLanguageChap3

assemblyLanguageChap3

University

10 Qs

Functions in Python

Functions in Python

University

10 Qs

R Programming

R Programming

University

10 Qs

Python

Python

University - Professional Development

10 Qs

Python 1.0

Python 1.0

10th Grade - University

20 Qs

PHP hypertext preprocessor

PHP hypertext preprocessor

University

20 Qs

1212 Midterm Review

1212 Midterm Review

University

20 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Cosmin Florin

Used 16+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Care sunt mediile de lucru pentru Python?

Python.org

Pycharm

Visual Studio Code

Onlinegdb

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Care este simbolul pentru a pune comentarii ?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce afiseaza codul de mai jos ?

if True:

  print ("True")

_else:

   print ("False")

True

False

eroare de sintaxa

true si false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce afiseaza codul de mai jos ?

if True:

   ___print ("True")

else:

   ___print ("False")

True

False

eroare de sintaxa

true si false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Care este raspunsul priNt("Primul meu program!") ?

eroare de sintaxa

Primul meu program!

Primul

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pornim de la urmatorul exemplu: n=5;m=6

n = input("n=")

m = input("m=")

print(n + m)

11

56

eroare de sintaxa

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pornim de la urmatorul exemplu: n=5;m=6

n = float(input("n="))

m = int(input("m=") )

print(n + m)

eroare

11.0

56

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?