Python

Python

15 Qs

quiz-placeholder

Similar activities

Evaluare- Bazele Programării C++

Evaluare- Bazele Programării C++

KG - University

10 Qs

DSD QUIZZ 2 2023 Batch

DSD QUIZZ 2 2023 Batch

KG - University

10 Qs

ASSESSMENT ENERGY EFFICIENCY (THERMAL)

ASSESSMENT ENERGY EFFICIENCY (THERMAL)

KG - University

10 Qs

COMPUTER ORGANIZATION - CLASS XI

COMPUTER ORGANIZATION - CLASS XI

KG - University

20 Qs

Mini Bottle Rocket

Mini Bottle Rocket

6th Grade

10 Qs

Pre-test CTCC0323

Pre-test CTCC0323

KG - University

16 Qs

VLSI Quiz 2024-2025

VLSI Quiz 2024-2025

KG - University

17 Qs

Basics of Computing and Processing

Basics of Computing and Processing

KG - University

11 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?