Week 8

Week 8

12th Grade

20 Qs

quiz-placeholder

Similar activities

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Java Level 1 - A

Java Level 1 - A

12th Grade

15 Qs

C-Programming Basics

C-Programming Basics

12th Grade

16 Qs

 G7_Quiz1_2024_Python

G7_Quiz1_2024_Python

12th Grade

21 Qs

Intro to Python Vocabulary

Intro to Python Vocabulary

7th - 12th Grade

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Unit 1 Test

Unit 1 Test

9th - 12th Grade

20 Qs

PYTHON BASIC 1 - 5

PYTHON BASIC 1 - 5

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?