TERM 2_TEST 2_YEAR 8_CHAPTER 3

TERM 2_TEST 2_YEAR 8_CHAPTER 3

8th Grade

30 Qs

quiz-placeholder

Similar activities

Oct 1- Vocabuary

Oct 1- Vocabuary

6th - 8th Grade

25 Qs

Computer Pretest2(Python Grade7_t1)

Computer Pretest2(Python Grade7_t1)

2nd Grade - University

30 Qs

Database

Database

KG - University

35 Qs

Linux Review 3

Linux Review 3

8th Grade - Professional Development

28 Qs

Python Lists

Python Lists

8th Grade - University

31 Qs

Python Vocab Chapters 1-6

Python Vocab Chapters 1-6

8th Grade - University

25 Qs

ICT Web Design Review 23

ICT Web Design Review 23

6th - 8th Grade

25 Qs

Code.org: Unit 2 Lesson 1-13 Test

Code.org: Unit 2 Lesson 1-13 Test

6th - 8th Grade

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