Review-G7

Review-G7

7th Grade

45 Qs

quiz-placeholder

Similar activities

Year 8 Python Programming

Year 8 Python Programming

6th - 8th Grade

50 Qs

Midterm prep 7th

Midterm prep 7th

7th Grade - University

41 Qs

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

Python-Unit-Test

Python-Unit-Test

7th Grade

40 Qs

програмированный сессия

програмированный сессия

7th Grade

50 Qs

Python Test 2

Python Test 2

7th - 12th Grade

44 Qs

QBASIC For Grade 6

QBASIC For Grade 6

5th - 10th Grade

45 Qs

Python Unit 01 - Introduction to Python

Python Unit 01 - Introduction to Python

7th - 9th Grade

40 Qs

Review-G7

Review-G7

Assessment

Quiz

Computers, Professional Development

7th Grade

Medium

Created by

Thanh Lê

Used 13+ times

FREE Resource

45 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 it called when we store data in something?

e.g.

x = input ("Enter your name")

Variable

String

Float

Integer

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

+

*

/

-

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

+

*

/

%

7.

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

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?