FINAL EXAM - 8TH GRADE

FINAL EXAM - 8TH GRADE

8th Grade

45 Qs

quiz-placeholder

Similar activities

PowerPoint 1

PowerPoint 1

6th - 12th Grade

40 Qs

Word Processing Skills

Word Processing Skills

7th - 8th Grade

40 Qs

ข้อสอบกลางภาควิชาเทคโนโลยีสารสนเทศเพื่อการจัดการอาชีพ

ข้อสอบกลางภาควิชาเทคโนโลยีสารสนเทศเพื่อการจัดการอาชีพ

8th Grade

45 Qs

Komputer Akuntansi XII AK1

Komputer Akuntansi XII AK1

KG - 12th Grade

50 Qs

Berpikir Komputasional Kelas 8

Berpikir Komputasional Kelas 8

8th Grade

50 Qs

TIN HỌC KHỐI 5 HK1

TIN HỌC KHỐI 5 HK1

1st Grade - University

42 Qs

CompTIA ITFundamentals CRAM

CompTIA ITFundamentals CRAM

6th Grade - University

46 Qs

Computer Grundlagen

Computer Grundlagen

6th - 8th Grade

43 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers