Grade 8

Grade 8

8th Grade

19 Qs

quiz-placeholder

Similar activities

Q7/Q8 Email Vocabulary (Basics in 21t4s)

Q7/Q8 Email Vocabulary (Basics in 21t4s)

5th - 9th Grade

17 Qs

Grammar miscellaneous

Grammar miscellaneous

7th - 8th Grade

20 Qs

Chapter 3-6

Chapter 3-6

8th Grade

20 Qs

Review Komputer Mid SMP (1)

Review Komputer Mid SMP (1)

8th Grade

15 Qs

9 th May Europe Day Quiz

9 th May Europe Day Quiz

8th - 12th Grade

20 Qs

Passive Voice By T.Kenny

Passive Voice By T.Kenny

7th Grade - Professional Development

15 Qs

Unit 1: Life As We Know It Review

Unit 1: Life As We Know It Review

5th - 8th Grade

15 Qs

A Tale of Two Cities - Book 2 Chapter 1 8 - 20

A Tale of Two Cities - Book 2 Chapter 1 8 - 20

8th Grade

14 Qs

Grade 8

Grade 8

Assessment

Quiz

English, Computers

8th Grade

Hard

Created by

Manali Pandey

Used 93+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which symbol is used to begin a comment line in python?

#

/

//

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code print?



100

200

500

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What do these lines of code print

[100, 500, 200]

100, 500, 200

syntax error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Square brackets in an assignment statement will create which type of data structure?

( s=[] )

List

Queue

Dictionary

Set

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of these is the best description of a list in Python?

A list is a collection of data that has an order and can be changed

A list is a lot of variables

A list is used for shopping

A list is a collection of data that cannot hold duplicated data and cannot be changed

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of these is the correct code for creating a list of names?

nameList = John, Harry, Jesse, John, Harry, Harry

nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList = [John, Harry, Jesse, John, Harry, Harry]

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

List items have an index number. In the following list, which item has the index number of 3?

["John", "Harry", "Jesse", "Johnm", "oxy", "arries"]

"John"

"Harry"

"Jesse"

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?