KS3 Python

KS3 Python

KG - University

18 Qs

quiz-placeholder

Similar activities

CodeHS Unit 2

CodeHS Unit 2

11th - 12th Grade

13 Qs

Python - Variables and Input

Python - Variables and Input

1st - 10th Grade

16 Qs

Тест по разделу "Программирование на языке Питон"

Тест по разделу "Программирование на языке Питон"

8th Grade

17 Qs

Python Basic Quiz 01

Python Basic Quiz 01

University

17 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Информатика

Информатика

6th Grade

20 Qs

SOAL PBO KELAS XII RPL

SOAL PBO KELAS XII RPL

2nd Grade

20 Qs

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

14 Qs

KS3 Python

KS3 Python

Assessment

Quiz

Computers

KG - University

Hard

Used 469+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function outputs data to the python shell?
print()
int()
input()
def

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function converts data to an integer
print()
int()
input()
def

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function takes a users input
print()
int()
input()
def

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create your own function
print()
int()
input()
def

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list1 = [4,1,7,3,7,9]
print(list1[4])
What does this output?
4
3
1
7

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print("12"*3)
What would this print?
36
121212
24
12*3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the most appropriate data type for: 34.9
Float
Boolean
Integer
String

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?