Year 8 Python End of topic assessment

Year 8 Python End of topic assessment

7th Grade

30 Qs

quiz-placeholder

Similar activities

Тест 02. з основ комп'ютерних наук

Тест 02. з основ комп'ютерних наук

6th - 8th Grade

30 Qs

ASTS TIK 5 GENAP

ASTS TIK 5 GENAP

5th Grade - University

35 Qs

Quiz Analisis Data

Quiz Analisis Data

7th Grade

25 Qs

Komponen Perangkat Informatika

Komponen Perangkat Informatika

7th Grade

25 Qs

PTS GENAP KELAS 4

PTS GENAP KELAS 4

4th Grade - University

35 Qs

Lenguajes de Programación 2- tercer parcial PYTHON

Lenguajes de Programación 2- tercer parcial PYTHON

7th Grade

27 Qs

Uji Pemahaman Sistem Komputer

Uji Pemahaman Sistem Komputer

7th Grade

33 Qs

PYTHON

PYTHON

7th Grade

30 Qs

Year 8 Python End of topic assessment

Year 8 Python End of topic assessment

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

Becky Webb

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to start a comment in Python?

//

#

**

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? ```python print(3 + 4) ```

34

7

3 + 4

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to get input from the user in Python?

get()

input()

read()

scan()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a variable called 'score' with the value 10 in Python?

int score = 10

score = 10

var score = 10

score: int = 10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Python loop?

for i in range(5):

loop i = 1 to 5

repeat 5 times

while (i < 5)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to check if two values are equal in Python?

=

==

!=

equals

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code? ```python print(2 ** 3) ```

6

8

9

5

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?