Python 8 klasa

Python 8 klasa

8th Grade

20 Qs

quiz-placeholder

Similar activities

Sumatif 3_Analisis Data_Informatika Kelas VIII

Sumatif 3_Analisis Data_Informatika Kelas VIII

8th Grade - University

18 Qs

CYBERODPORNI

CYBERODPORNI

6th Grade - University

24 Qs

Znaczniki HTML dla uczniów

Znaczniki HTML dla uczniów

8th Grade

15 Qs

Python Множества shpa

Python Множества shpa

4th Grade - University

20 Qs

ASLM Semester 1 Informatika

ASLM Semester 1 Informatika

8th Grade

20 Qs

Home Row Key Review

Home Row Key Review

8th Grade

15 Qs

Microsoft Word test 1

Microsoft Word test 1

6th Grade - University

16 Qs

Summative Assessment on Arduino Input Devices

Summative Assessment on Arduino Input Devices

8th Grade

20 Qs

Python 8 klasa

Python 8 klasa

Assessment

Quiz

Information Technology (IT)

8th Grade

Medium

Created by

Arek O

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaki symbol jest używany w Pythonie do przypisywania wartości do zmiennej?

==

=

!=

#

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co będzie wynikiem kodu?

name = 'Mieszko'

print (name)

'Mieszko'

name

Mieszko

(name)

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Który z tych fragmentów kodu jest poprawny?

if answer == Yes:

if answer == "Yes":

if answer = "Yes";

if (answer == "Yes")

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Co zostanie wydrukowane po wykonaniu poniższego kodu?

for i in range(3):

print(i)

3

0 1 2 3

1 2 3

0 1 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakiego przycisku używasz, aby skompilować (uruchomić) swój program, aby działał w powłoce Shell?

F3

F9

F7

F5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaka funkcja jest używana do wyświetlania wiadomości w Pythonie?

print(" ")

name=input

output

input=name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

co będzie wynikiem kodu:

x = 3.23

print("x")

x

3.23

błąd

"x"

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?