Python Basics 2

Python Basics 2

9th Grade

12 Qs

quiz-placeholder

Similar activities

UAS Praktikum: Logika dan Algoritma Pemrograman

UAS Praktikum: Logika dan Algoritma Pemrograman

1st Grade - University

10 Qs

Quiz sobre a aula passada!

Quiz sobre a aula passada!

9th - 12th Grade

9 Qs

Unit 7 quiz on strings AP CSP

Unit 7 quiz on strings AP CSP

9th - 12th Grade

14 Qs

Python Ch. 1 & 2

Python Ch. 1 & 2

9th - 12th Grade

10 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Programming - Basic String Manipulation

Programming - Basic String Manipulation

2nd - 10th Grade

10 Qs

Unit 1 Module 2 Test

Unit 1 Module 2 Test

9th - 12th Grade

12 Qs

String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

Python Basics 2

Python Basics 2

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Devin Lachapelle

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of a variable in Python?

To increase security

To perform mathematical calculations

To print text

To store data

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which code correctly shows making a variable and setting it equal to a string?

string_1 = "hello"

string 1 = "hello"

string_1 == "hello"

string_1 = hello

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to make a Python program show text on the screen?

display("Hello")

"Hello"

print("Hello")

show("Hello")

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What function is used to show text on the screen and let the user enter some text?

get_input()

input()

print()

get()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the if statement in Python?

To declare a variable

To repeat a block of code

To make decisions in the code

To perform mathematical operations

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct way to concatenate (combine) two strings in Python?

"Hello" .concat("World")

"Hello" add "World"

"Hello" && "World"

"Hello" + "World"

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What type of data does the input() function return (create)?

A decimal

A string

An integer

Nothing

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?