Team Quizziz Review (Introduction, If Statements, Lists)

Team Quizziz Review (Introduction, If Statements, Lists)

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

Search Algorithms

Search Algorithms

9th - 12th Grade

10 Qs

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

Python - Chpt 1 - Review

Python - Chpt 1 - Review

9th - 12th Grade

15 Qs

String (revision)

String (revision)

10th Grade

15 Qs

Java Strings Mastery

Java Strings Mastery

12th Grade

16 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

Team Quizziz Review (Introduction, If Statements, Lists)

Team Quizziz Review (Introduction, If Statements, Lists)

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

GWC Lowell

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the output of the following code?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What happens when running the following code?

"What a cool message!" gets printed to the console

"message" is printed

SyntaxError because the string is not surrounded by quotes

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the value of total_cost that gets printed?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you combine two strings?

string1 + string2

string1.concatenate(string2)

string1.combine(string2)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a float and an int?

A float contains text information; an int is any number

A float can only be used with whole numbers; an int can be any number with a decimal point

A float represents decimal quantities; an int represents whole numbers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Boolean expression?

Chocolate is the best flavor

The sunset was breathtaking

We are currently in GWC

Concerts are exhilarating

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What line of code will run?

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?