Week 8

Week 8

12th Grade

20 Qs

quiz-placeholder

Similar activities

LA3.C3: Variables

LA3.C3: Variables

9th Grade - University

16 Qs

CSP Python Review

CSP Python Review

9th - 12th Grade

25 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Subroutines - Procedures & Functions

Subroutines - Procedures & Functions

9th - 12th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Intro to Python Programming - Year 8

Intro to Python Programming - Year 8

8th Grade - University

20 Qs

Python Essentials 119

Python Essentials 119

9th - 12th Grade

20 Qs

Week 8

Week 8

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Rafael Araujo

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giving instructions to a computer is what is called in essence ...

software

computing methodology

computer programming

hardware

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Notes that you make in your algorithm to another person when reading your program are called

comments

variables

explanations

compilers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python, a line containing a comment starts with the symbol

<--!

//

#

;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An example of an output statement is

//print("output")

#This is an output

int output = 1;

print("output)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Containers for storing data values are called

boxes

methods

comments

variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we are creating a variable to store a user's first name, it will make sense to call the variable ...

"lastName"

"person"

"age"

"firstName"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variable names cannot have...

spaces

uppercased letters

lowercased letters

numbers

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?