Python-Variables, Expressions

Python-Variables, Expressions

University

12 Qs

quiz-placeholder

Similar activities

Tes Awal Modul 5 CC

Tes Awal Modul 5 CC

University

10 Qs

Logika Fuzzy

Logika Fuzzy

University

10 Qs

BB

BB

University

10 Qs

Tree and Planar Graph

Tree and Planar Graph

University

10 Qs

CodeMonkey for B.Ed IT

CodeMonkey for B.Ed IT

University

10 Qs

Understanding Email, Contacts and Calendaring

Understanding Email, Contacts and Calendaring

University

10 Qs

หน่วยที่2การสร้างมูลค่าเพิ่มให้ผลิตภัณฑ์หรือบริการ

หน่วยที่2การสร้างมูลค่าเพิ่มให้ผลิตภัณฑ์หรือบริการ

11th Grade - University

15 Qs

ICT 0513 - Chapter 4 : System Unit

ICT 0513 - Chapter 4 : System Unit

University

15 Qs

Python-Variables, Expressions

Python-Variables, Expressions

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Ulaganathan J

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a comment in Python?

/* This is a test */

// This is a test

* This is a test

# This is a test

2.

MULTIPLE CHOICE QUESTION

30 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

123+abc

123abc

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a bad Python variable name?

Spam

_spam

23spam

SPAM23

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variables is the "most mnemonic"?

x1q3z9ocd

variable_173

hours

x

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Python reserved word?

iterate

continue

break

else

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following elements of a mathematical expression in Python is evaluated first?

*

/

()

+

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the value of x after the following statement executes:

x = 1 + 2 * 3 - 8 / 4

5.0

4

15

3.0

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?