Week 8

Week 8

12th Grade

20 Qs

quiz-placeholder

Similar activities

C-Programming Basics

C-Programming Basics

12th Grade

16 Qs

Python while loops

Python while loops

12th Grade

20 Qs

Unit 1 Test

Unit 1 Test

9th - 12th Grade

20 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

PYTHON BASIC 1 - 5

PYTHON BASIC 1 - 5

12th Grade

20 Qs

Java Review 2

Java Review 2

9th - 12th Grade

20 Qs

CSP Python Review

CSP Python Review

9th - 12th Grade

25 Qs

Introduction to Python

Introduction to Python

KG - University

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