String Basics Quiz

String Basics Quiz

7th Grade

12 Qs

quiz-placeholder

Similar activities

S2 Business Letters Assessment

S2 Business Letters Assessment

7th Grade

15 Qs

Introduction To Python

Introduction To Python

6th - 8th Grade

9 Qs

Module 4 Revision

Module 4 Revision

2nd - 8th Grade

10 Qs

Tin 6a4

Tin 6a4

1st - 10th Grade

10 Qs

Blue Cross Websites

Blue Cross Websites

7th Grade

10 Qs

Ôn tập kỳ 2 tin 6

Ôn tập kỳ 2 tin 6

1st - 12th Grade

15 Qs

Python

Python

3rd - 10th Grade

10 Qs

String Basics Quiz

String Basics Quiz

Assessment

Quiz

Computers

7th Grade

Practice Problem

Hard

Created by

Mr A Sheik

Used 10+ 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

How do you declare a string variable `name` that contains your name "Alex" in Python?

`name = Alex`

`name = 'Alex'`

`string name = "Alex"`

`var name = "Alex"`

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? ```python print("Hello, " + "world!") ```

Hello world!

Hello, world

Hello, world!

"Hello, " + "world!"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to use the input function to get a user's name and store it in a variable called `user_name`?

`user_name = input("What is your name?")`

`input("What is your name?") -> user_name`

`user_name <- input("What is your name?")`

`get("What is your name?", user_name)`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you concatenate the strings `str1 = "Hello"` and `str2 = "World"` to print out "Hello World"?

`print("str1 str2")`

`print(str1 + " " + str2)`

`print(str1, str2)`

`print(str1.str2)`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? ```python name = "Alice" print("Hello, name!") ```

Hello, Alice!

Hello, name!

Hello, + name + !

SyntaxError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to print a string across multiple lines?

`print("Line 1 \nLine 2")`

`print("Line 1 // Line 2")`

`print("Line 1 \Line 2")`

`print("Line 1" + "Line 2")`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you correctly capture an input with the prompt "Enter your age:" and convert it to an integer?

`age = int(input("Enter your age:"))`

`age = input(int("Enter your age:"))`

`int age = input("Enter your age:")`

`age = input("Enter your age:").toInt()`

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?