Module 1 Review

Module 1 Review

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

DATAFRAME AND SERIES

DATAFRAME AND SERIES

12th Grade

10 Qs

Python List Operations

Python List Operations

10th Grade

10 Qs

Mastering Text File Handling in Python

Mastering Text File Handling in Python

12th Grade

10 Qs

Python Function

Python Function

11th - 12th Grade

11 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

Perangkat Lunak Presentasi

Perangkat Lunak Presentasi

12th Grade

10 Qs

Understanding Word

Understanding Word

10th Grade

12 Qs

Module 1 Review

Module 1 Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ms. Morales

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What variable type is "company_name"?

String

Integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What variable type is "year_created"?

String

Integer

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does the + symbol on line 3 represent?

Addition

Concatenation

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Why will the print statement on line 3 NOT work?

Strings and integers can not be concatenated.

We need to add " " around the variable names.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will the print statement on line 5 create?

"Company_name has been open for years_open years."

The print statement will not work.

"Costco has been open for 40 years."

"Costco has been open for current_year - year_created years."

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which is the correct output (result) for this code?

Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

There will NOT be an error with running the print statement on Line 5.

TRUE

FALSE