TERM 2_TEST 2_YEAR 8_CHAPTER 3

TERM 2_TEST 2_YEAR 8_CHAPTER 3

8th Grade

30 Qs

quiz-placeholder

Similar activities

Python new

Python new

3rd Grade - University

26 Qs

Python MCQ

Python MCQ

6th - 8th Grade

25 Qs

Tynker Python Vocab to Lesson 6

Tynker Python Vocab to Lesson 6

6th - 8th Grade

33 Qs

Python Middle Schooler

Python Middle Schooler

8th - 12th Grade

25 Qs

Code.org Course F Lesson

Code.org Course F Lesson

8th Grade

25 Qs

Computer 101 Review

Computer 101 Review

8th Grade

25 Qs

Code.org Computer

Code.org Computer

6th - 8th Grade

25 Qs

Codesters: Intro to Python

Codesters: Intro to Python

6th - 8th Grade

28 Qs

TERM 2_TEST 2_YEAR 8_CHAPTER 3

TERM 2_TEST 2_YEAR 8_CHAPTER 3

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Lalithaa Rajoo

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a computer interface? CT

A computer interface is a type of hardware component.
A computer interface is a programming language.
A computer interface is a storage device for data.

A computer interface is a way users interact with a computer system.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following variable is FALSE? -AC

weight=56

height=170

height="170cm"

weight unit="kg"

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is a special kind of variable called? KUC

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

colourlist = ("red","yellow","blue"."green"). Fix the errors. AC

colourlist = {'red', 'yellow', 'blue', 'green'}

colourlist = ["red", "yellow", "blue", "green"]

colourlist = ('red', 'yellow', 'blue', green)

colourlist = ["red", "yellow", "blue"."green"]

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an element? CT

Stores one value or piece of data.

Each item in a loop

A list

Each item in a list

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

haircolorlist

haircolorlist.append("grey")

What is the purpose of this code? -AC

To remove 'grey' from the list of hair colors.
To create a new list of hair colors.
To check if 'grey' is already in the list of hair colors.
To add 'grey' to the list of hair colors.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a FOR loop? CT

A FOR loop is used to execute a block of code a specific number of times.
A FOR loop is used to create variables.
A FOR loop is a type of conditional statement.
A FOR loop is used to define a function.

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?