FINAL EXAM - 8TH GRADE

FINAL EXAM - 8TH GRADE

8th Grade

45 Qs

quiz-placeholder

Similar activities

IH Code-A-Thon Gr-8

IH Code-A-Thon Gr-8

8th Grade

40 Qs

M2 Reviewer for Final Test

M2 Reviewer for Final Test

8th Grade

40 Qs

информатика. 8 класс

информатика. 8 класс

6th - 8th Grade

40 Qs

CS8 - 3rd SW - ZLGA - CodeHS Basic Python

CS8 - 3rd SW - ZLGA - CodeHS Basic Python

8th Grade

50 Qs

Python introduction 2

Python introduction 2

8th Grade

46 Qs

Python

Python

8th - 12th Grade

40 Qs

Quiz on Programming Basics

Quiz on Programming Basics

3rd Grade - University

43 Qs

Year 8 Python Programming

Year 8 Python Programming

6th - 8th Grade

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