TERM 2_TEST 2_YEAR 8_CHAPTER 3

TERM 2_TEST 2_YEAR 8_CHAPTER 3

8th Grade

30 Qs

quiz-placeholder

Similar activities

Computer Science Discoveries Unit 2 Test (HTML, Express Course Vocab)

Computer Science Discoveries Unit 2 Test (HTML, Express Course Vocab)

7th - 8th Grade

34 Qs

Introduction to Programming

Introduction to Programming

6th - 8th Grade

25 Qs

EduBlocks NCCE Lesson 1-2

EduBlocks NCCE Lesson 1-2

7th - 8th Grade

25 Qs

For Loops Code.org/ Lessons 6-10 (Flocabulary)

For Loops Code.org/ Lessons 6-10 (Flocabulary)

6th - 8th Grade

25 Qs

Coding- 2nd Semester

Coding- 2nd Semester

6th - 8th Grade

30 Qs

Hour of Code Quiz

Hour of Code Quiz

8th - 9th Grade

25 Qs

Tynker Lessons 1-5

Tynker Lessons 1-5

6th - 8th Grade

27 Qs

Computer Science Unit 3 Quiz

Computer Science Unit 3 Quiz

8th - 10th Grade

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