str vs int

str vs int

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics Revision

Python Basics Revision

6th - 8th Grade

13 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

Introduction to Python

Introduction to Python

8th Grade

10 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

Python

Python

7th - 9th Grade

12 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Basics of Programming

Basics of Programming

8th Grade

10 Qs

str vs int

str vs int

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Joshua Coleman

Used 19+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is "UB4 9LE"

String

Integer

Character

Float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of concatenating 'Hello' and 'World' in Python?

word1 = "Hello"

Word2 = "World"

print(Word1 + Word2)

HelloWorld

Hello World

['Hello', 'World']

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would be best for storing a person's age?

String

Integer

Float

Boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type does the following line of code use?

year = int(input("What year is it?")

input

string

integer

number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

integers are used to...

display information

complete calculations

gather user input

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Strings are used to...

display information

complete calculations

gather user input

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the variable that uses strings.

age

currentYear

print

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?