Python

Python

15 Qs

quiz-placeholder

Similar activities

Review 1

Review 1

KG - University

17 Qs

Muscle and Nervous Tissue Quiz

Muscle and Nervous Tissue Quiz

9th Grade

19 Qs

TRẮC NGHIỆM JAVA - CHƯƠNG 1: GIỚI THIỆU VỀ JAVA

TRẮC NGHIỆM JAVA - CHƯƠNG 1: GIỚI THIỆU VỀ JAVA

10th Grade - University

20 Qs

2nd Grade Measurement Word Problems

2nd Grade Measurement Word Problems

2nd Grade

10 Qs

Cryptography

Cryptography

Professional Development

20 Qs

Endothermic and exothermic reaction

Endothermic and exothermic reaction

KG - University

20 Qs

TRAIL SPM SAINS KOMPUTER SET 2

TRAIL SPM SAINS KOMPUTER SET 2

KG - University

16 Qs

Python

Python

Assessment

Quiz

others

Medium

Created by

Sanan Yusibov

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command will display the text 'Hello world!' on the screen?
print(Hello world!)
print "Hello world!"
print("Hello world!")
print = "Hello world!"

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command will correctly ask the user for their age?
age = input("How old are you?")
age = input(How old are you?)
input("How old are you?") = age
How old are you = input()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which function will convert a number to a string?
int()
str()
ord()
chr()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of this command? print ("5" + "3")
8
"5" + "3"
"8"
53

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which function will convert a string containing only digits into a number?
int()
str()
ord()
chr()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which decision statement will be triggered if the variable x is less than 20?
if x > 20:
if x <> 20:
if x == 20:
if x < 20:

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

15. Which of these tests whether the variable x is the same as 'Hello'?
x = "Hello"
x != "Hello"
x == "Hello"
x <> "Hello"

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?