Chapter 3 Review

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Evanna Johnson
Used 21+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you concatenate strings together with the plus sign (+), which of the following statements is true?
A space will be automatically added to separate each part within the output string
No spaces will be added to separate the parts within the output string
Only the longer input string will appear in the output string
The resulting string must be less than 128 characters in length
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When you use the print() statement to automatically concatenate multiple parameters together, which of the following statements is true?
The resulting string must be less than 128 characters in length
Only the first parameter will be present in the output string
No spaces will be added to separate the parts within the output string
A space will be automatically added to separate each part within the output string
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output when the following statements are run?
favoriteColor = "purple" print("My favorite color is", favoriteColor)
My favorite color is purple
purple
My favorite color is favoriteColor
My favorite color ispurple
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output when the following statements are run?
accountBalance = 112.5 print("My balance is: $", accountBalance)
My balance is: $ 112.5
My balance is: $ accountBalance
$112.50
You will see an error because you can't use a numeric parameter inside print()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which answer shows the output from the following print() statement?
If you can dream it, you can do it.
print("If you can dream it", "you can do it.", sep="#")
If#you#can#dream#it#you#can#do#it.
you can do it.#sep#If you can dream it
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many lines of output will be shown from the following code?
print("Line 1", end = " ") print("Line 2") print("Line 3", end = " ")
0
1
2
3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following two statements about the print() function are true?
print() with a single string parameter will display the exact string that you pass in
print() with multiple parameters will automatically convert all values to strings and join them together with a space
both of theses are true
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Dasar Pemrograman C++

Quiz
•
10th Grade
20 questions
JAVA FUNDAMENTALS

Quiz
•
9th - 12th Grade
10 questions
10 CS // Pseudocode

Quiz
•
9th - 11th Grade
19 questions
Python Year 9 Quiz

Quiz
•
8th - 10th Grade
19 questions
class 11 - basic concepts in python 1

Quiz
•
11th Grade
14 questions
Y9 - Module 2 - KT1 Python Basics

Quiz
•
9th Grade
15 questions
PYTHON PROGRAMMING

Quiz
•
11th - 12th Grade
10 questions
Python Basics

Quiz
•
8th - 10th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)

Quiz
•
9th Grade
15 questions
MLA Formatting

Quiz
•
9th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz

Quiz
•
9th Grade