Computing 8 - Programming

Computing 8 - Programming

8th Grade

46 Qs

quiz-placeholder

Similar activities

Python Semester 1

Python Semester 1

1st - 10th Grade

41 Qs

scratch

scratch

7th - 8th Grade

48 Qs

CSIM PLTW

CSIM PLTW

8th - 12th Grade

50 Qs

Bionthly Test Eight & Seventh Grade

Bionthly Test Eight & Seventh Grade

8th Grade

50 Qs

Midterm prep 7th

Midterm prep 7th

7th Grade - University

41 Qs

Quiz on Programming Basics

Quiz on Programming Basics

3rd Grade - University

43 Qs

Year 9 Python Programming

Year 9 Python Programming

6th - 8th Grade

47 Qs

CS8 - 3rd SW - ZLGA - CodeHS Basic Python

CS8 - 3rd SW - ZLGA - CodeHS Basic Python

8th Grade

50 Qs

Computing 8 - Programming

Computing 8 - Programming

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Zohaib Ali

Used 5+ times

FREE Resource

46 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It stores several different items of data inside square brackets.

variable

list

element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using procedures and other modules in programming is called ______________.

Object-Oriented Programming

Modular Programming

Functional Programming

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each element in a list is called a _____________

item

element

value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is true for naming a procedure?

It must start with a letter and may contain numbers.

It can be multiple words with underscores.

All of these

It can be a single word without spaces

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the given program?

atomlist = ["Hydrogen", "Helium", "Boron", "Silver"]

print(atomlist[2])

Hydrogen

Silver

Boron

Helium

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When running the given code, no output is observed. What could be the reason?

def welcome():

   print(“WELCOME TO LA”)

The procedure is incorrectly defined.

The procedure has the header but no body.

The procedure is correctly defined but has not been called.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a list is a special kind of variable that can hold many values called elements using ______

{}

[]

()

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?