Search Header Logo

Chapter 1 Python

Authored by Marvin Richardson - Grubb

Computers

8th Grade - University

Used 52+ times

Chapter 1 Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following words describes this process:
To translate a program written in a high-level language into a low-level language all at once, in preparation for later execution.

Transfer
Compile
Interpret
Configure

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does "parse" mean in the context of computer programming?

To count up all the characters in a program.
To determine the programming language that is being used. 
To cringe because someone's program was awful. 
To examine a program and analyze the syntactic structure.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is NOT one of the 3 general coding errors introduced in Chapter 1?

Logic
Semantic
Complex
Syntax

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A syntax errors means you have an error with your Python grammar or a symbol/operator is incorrectly used.  

TRUE
FALSE

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which type of error can occur in your program, but the compiler will not be able to detect it?

Big Error
Syntax Error
Logic Error
Semantic Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Python code may be sequential, conditional, or repeated. Using a block of code with an "if" statement would fall into which category?

Sequential
Conditional
Repeated

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Python accepts single ('), double (") and triple (''' or """) quotes to denote strings. Which of the following is NOT acceptable Python syntax?

print 'Hello World'
print "Hello World"
print 'Hello World"
day = "Thursday"

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?