Pytonas 7 kl.

Pytonas 7 kl.

7th Grade

20 Qs

quiz-placeholder

Similar activities

ქვ იზი

ქვ იზი

6th - 8th Grade

16 Qs

Year 8 | Intro to Python | Quiz 1

Year 8 | Intro to Python | Quiz 1

7th Grade

15 Qs

Python Year 9 Final Recall Activity

Python Year 9 Final Recall Activity

7th - 9th Grade

15 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python coding

Python coding

7th - 8th Grade

15 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

GCSE J277 - 2.3.2 - Syntax and Logic Errors

GCSE J277 - 2.3.2 - Syntax and Logic Errors

7th Grade

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Pytonas 7 kl.

Pytonas 7 kl.

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Gediminas Jonauskas

Used 11+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kaip atspausdinti Hello, World!

print("Hello, World!")

print:("Hello, World!")

printer("Hello, World!")

p("Hello, World!")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Norint kad programos dalis nebūtų vykdoma, eilutės pradžioje galima parašyti simbolį

#

!

$

X

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas bus išspausdinta?

x = 5

y = "John"

print(y)

"John"

John

5John"

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas bus išspausdinta:

x = 1

y = 2.8

z = 1j

print(type(x))

print(type(y))

print(type(z))

<class 'boolean'>
<class 'float'>
<class 'complex'>

<class 'float'>
<class 'complex'>

<class 'int'>

<class 'inti'>
<class 'floati'>
<class 'complexi'>

<class 'int'>
<class 'float'>
<class 'complex'>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas bus išspausdinta:

a = "Hello, World!"

print(a[1])

H

e

W

Hello,

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

kas bus išspausdinta?

b = "Hello, World!"

print(b[2:5])

llo

hello

ell

loo,

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas bus atspausdinta?
a = "Hello, World!"

print(len(a))

13

Hello, World!

a

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?