Midterm prep 7th

Midterm prep 7th

7th Grade

41 Qs

quiz-placeholder

Similar activities

Y12 Python OCT CHK 1

Y12 Python OCT CHK 1

8th Grade

37 Qs

Python List 1

Python List 1

11th Grade

36 Qs

Python G9

Python G9

9th Grade

40 Qs

list123

list123

9th Grade

43 Qs

CIA VIVA- Practical & Theory

CIA VIVA- Practical & Theory

University

40 Qs

T1 Diagnostic 01.09.2024

T1 Diagnostic 01.09.2024

12th Grade

40 Qs

Python Quiz

Python Quiz

6th - 8th Grade

40 Qs

computers

computers

11th Grade

36 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?