Search Header Logo

Mashdemy 1-5 AI/ML

Authored by Mashdemy Tutor

Computers

9th - 12th Grade

Used 18+ times

Mashdemy 1-5 AI/ML
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why Python?

Python is hard to learn

Python has simple syntax

Python is only used for web development

Python doesn't support object-oriented programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using Arithmetic Operators

What is the result of 5 + 3 * 2?

16

10

11

8

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to assign a value to a variable in Python?

'x = 5'

'5 = x'

'x := 5'

'int x = 5'

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will print("Hello, World!") output?

Hello World

"Hello, World!"

Hello, World!

Hello World!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you use the .format() method to insert values into a string?

  • print("Hello {}".format("World"))

  • print("Hello {World}")

  • print("Hello %s" % "World")

  • print("Hello World".format())

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the first element in a list my_list?

  1. my_list[1]

  1. my_list[-1]

  1. my_list[0]

  1. my_list.first()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a tuple with three elements?

  • my_tuple = [1, 2, 3]

  • my_tuple = (1, 2, 3)

  • my_tuple = {1, 2, 3}

  • my_tuple = 1, 2, 3

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?