Python Vocab Chapters 1-6

Python Vocab Chapters 1-6

8th Grade - University

25 Qs

quiz-placeholder

Similar activities

2.2 Programming Techniques

2.2 Programming Techniques

10th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Control Statements in Python

Control Statements in Python

11th Grade

20 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

Python basic commands

Python basic commands

8th Grade

20 Qs

Python

Python

8th Grade

20 Qs

Python Vocab Chapters 1-6

Python Vocab Chapters 1-6

Assessment

Quiz

Computers

8th Grade - University

Hard

Used 7+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following describes a program in high-level language
Binary
Hexadecimal
Source Code
Assembly Language

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Numbers with a decimal point belong to a type called...
pointing
integers
decimal
float

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An assignment statement.....
names the program.
assigns a value to a variable. 
increases an iteration variable.
is the conditional expression for an if-statement. 

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Reserved words are sometimes called _________.
keywords
variables
functions
methods

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The modulus operator, represented by the % symbol, serves what purpose?
To tell time throughout the program. 
Find the percentage of efficiency of a program. 
Yields the remainder of two numbers after division. 
Yields the simplified ratio of two numbers after divison. 

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The + operator links two strings together. What do we call this operator?
Addition
Concatenation
Combination
Compilation

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To create a newline at the end of a prompt, you can use which of the following expressions?
\new
\return
\break
\n

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?