FINAL EXAM - 8TH GRADE

FINAL EXAM - 8TH GRADE

8th Grade

45 Qs

quiz-placeholder

Similar activities

Tynker Python 101 Unit Test

Tynker Python 101 Unit Test

8th - 12th Grade

50 Qs

Python Chapter 7

Python Chapter 7

8th Grade

42 Qs

App Inventor

App Inventor

6th - 8th Grade

40 Qs

Code.org Unit 3 1-8 Review

Code.org Unit 3 1-8 Review

7th - 8th Grade

50 Qs

Grade 8 Visual Basic Programing Quiz

Grade 8 Visual Basic Programing Quiz

8th Grade

50 Qs

Final Day Quiz for ICT Skill Share

Final Day Quiz for ICT Skill Share

4th Grade - Professional Development

41 Qs

Computing Revision

Computing Revision

8th Grade

43 Qs

Year 8 CAT

Year 8 CAT

8th Grade

40 Qs

FINAL EXAM - 8TH GRADE

FINAL EXAM - 8TH GRADE

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Klea h

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will be the output of the following code?

# This is a comment

#print("FINAL EXAM!")

FINAL EXAM!

# This is a comment

FINAL EXAM!

No output

Error

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of the following is a multiline comment in Python?

/* This is a

multiline comment */

// This is a

multiline comment

# This is a

multiline comment

"""This is a

multiline comment."""

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the data type of the user input in the code below in Python?

x = input("Enter a number: ")

int

float

str

bool

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will be the result of the following code in Python?

x = 7

y = "13"

print(x + int(y))

20

713

Error

7 + "13"

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of the following is a valid variable in Python?

2name = "John"

full-name = "Bob"

running_total = 123

my class = 123

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What is the output in Python?

High

Medium

Low

Error

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

How many times will the following loop run in Python?

10

9

11

Infinite

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?