Midterm prep 7th

Midterm prep 7th

7th Grade

41 Qs

quiz-placeholder

Similar activities

Year 8 Term Exam

Year 8 Term Exam

8th Grade

45 Qs

python list and loop

python list and loop

University

45 Qs

រំឮកមេរៀនPython

រំឮកមេរៀនPython

11th Grade

45 Qs

LIST

LIST

10th - 12th Grade

36 Qs

Python List 1

Python List 1

11th Grade

36 Qs

G9 Python

G9 Python

9th Grade

44 Qs

Python Strings and Lists

Python Strings and Lists

11th - 12th Grade

43 Qs

T1 Diagnostic 01.09.2024

T1 Diagnostic 01.09.2024

12th Grade

40 Qs

Midterm prep 7th

Midterm prep 7th

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Ержан Ауезов

Used 1+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data is this?

num = 3

String

Integer

Float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the output be?

x = "4+3"

print(x)

7

7.0

4+3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is X?

x = ["Chocolate" , "Dog", "Red", "4.3"]

Integer

Operator

List

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the operator used to MULTIPLY?

+

*

/

-

%

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the operator used to FIND THE REMAINDER OF DIVIDING?

+

*

/

%

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code store the entered variable an INTEGER?

x = int(input("Enter a number")

x = input("Enter a number")

x = int("Enter a number")

x

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

chocolates = ["Twix", "Mars", "Snickers", "Bounty"]

print(chocolates[2])

Which string will be printed from the list?

Twix

Mars

Snickers

Bounty

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?