Pytonas 7 kl.

Pytonas 7 kl.

7th Grade

20 Qs

quiz-placeholder

Similar activities

Grade 7 Python Programming Quiz

Grade 7 Python Programming Quiz

7th Grade - University

20 Qs

Year 7 python Revision Quiz

Year 7 python Revision Quiz

7th Grade

20 Qs

Quis PWPB PHP 1

Quis PWPB PHP 1

1st Grade - University

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

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?