Quiz for Week 03!

Quiz for Week 03!

University

5 Qs

quiz-placeholder

Similar activities

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

Python

Python

University

10 Qs

GRADE 10 ТЖБ

GRADE 10 ТЖБ

University

9 Qs

Python Basics

Python Basics

University

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

python test 1_23_24

python test 1_23_24

University

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Python Control Statements

Python Control Statements

University

10 Qs

Quiz for Week 03!

Quiz for Week 03!

Assessment

Quiz

Computers

University

Easy

Created by

Liang Vivian

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the following code, print(98.6), What is "98.6"?
A constant
A conditional statement
An iteration / loop statement
A variable

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the following code print out? print("123" + "abc")
123+abc
This is a syntax error because you cannot add strings
123abc
hello world

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following variables is the "most mnemonic"?
x
x1q3z9ocd
hours
variable_173

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following elements of a mathematical expression in Python is evaluated first?
Multiplication *
Parentheses ( )
Addition +
Subtraction -

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a Python reserved word?
for
else
speed
if