Midterm prep 7th

Midterm prep 7th

7th Grade

41 Qs

quiz-placeholder

Similar activities

Programming Final Exam

Programming Final Exam

9th - 12th Grade

40 Qs

Python Assessment 1

Python Assessment 1

7th - 9th Grade

40 Qs

Operators in Python

Operators in Python

University

43 Qs

SOAL REMID ASJ S1

SOAL REMID ASJ S1

12th Grade

40 Qs

EXCEL QUIZ 1.

EXCEL QUIZ 1.

9th Grade - Professional Development

38 Qs

Text Adventure Game Functions Quiz - Part 1

Text Adventure Game Functions Quiz - Part 1

12th Grade

40 Qs

computers

computers

11th Grade

36 Qs

standard input output

standard input output

University

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