Python Basics for Grade 8

Python Basics for Grade 8

8th Grade

41 Qs

quiz-placeholder

Similar activities

ULANGAN INFORMATIKA KELAS 8

ULANGAN INFORMATIKA KELAS 8

8th Grade

40 Qs

MS Word Kelas 5

MS Word Kelas 5

5th Grade - University

45 Qs

Kiến thức về ML, DL, LLM trong AI

Kiến thức về ML, DL, LLM trong AI

8th Grade

40 Qs

Latihan TIK 30 Mei 2025

Latihan TIK 30 Mei 2025

8th Grade

42 Qs

latihan tik lagi

latihan tik lagi

8th Grade

41 Qs

Asesment Sumatif Semester Ganjil  Kelas 8 Informatika

Asesment Sumatif Semester Ganjil Kelas 8 Informatika

8th Grade

37 Qs

LATIHAN SAS GANJIL INFORMATIKA KELAS 8

LATIHAN SAS GANJIL INFORMATIKA KELAS 8

8th Grade

36 Qs

Ulangan Informatika Kelas 8

Ulangan Informatika Kelas 8

8th Grade

40 Qs

Python Basics for Grade 8

Python Basics for Grade 8

Assessment

Quiz

Information Technology (IT)

8th Grade

Hard

Created by

ahmed HMED

Used 1+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print('Hello, World!')?

Hello, World

Hello World!

Hello, World!

Hello, World!!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you use the input function to get user input?

Use the print() function to get user input.

Call the input() method on a string object.

Use the read() function to capture user input.

Use the input() function to get user input.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write a simple if statement to check if a number is positive.

if (number == 0) { /* number is zero */ }

if (number < 0) { /* number is negative */ }

if (number > 0) { /* number is positive */ }

if (number >= 0) { /* number is non-negative */ }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? print(5 > 3)

False

True

5 < 3

3 > 5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you concatenate strings in a print statement?

Strings can be concatenated by placing them next to each other without any operator.

Use the '+' operator to concatenate strings.

Use the '*' operator to concatenate strings.

You can concatenate strings by using the '&' operator.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write a for loop that prints numbers from 1 to 5.

for i in range(1, 5): print(i)

for i in range(1, 6): print(i)

for i in range(1, 10): print(i)

for i in range(0, 6): print(i)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the input function in Python?

To take input from the user.

To store data in a variable.

To execute a loop in Python.

To define a function in Python.

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?