Search Header Logo

CS1101 Python Final Exam practice

Authored by Darlene M

Computers, English

University

Used 30+ times

CS1101 Python Final Exam practice
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

103 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Consider the following text from a Python interpreter.

>>> print(2 + 2)

4

What is the text ">>>" called?

a) a function

b) an operator

c) a prompt

d) a statement

e) a value

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Consider the following text from a Python interpreter.

>>> print(2 + 2)

4

What is the text "print" called?

a) a function

b) an operator

c) a prompt

d) a statement

e) a value

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is Python’s response to the command: type(123)

a) <class 'float'>

b) <class 'bool'>

c) SyntaxError: invalid syntax

d) <class 'int'>

e) <class 'str'>

4.

MATCH QUESTION

1 min • 5 pts

Match the following- part 1

bug

Any one of the languages that people have designed for specific purposes, such as representing mathematical ideas or computer programs; all programming languages are these kinds of languages.

debugging

The process of finding and removing any of the three kinds of programming errors.

high-level language

A program that reads another program and executes it.

formal language

A programming language like Python that is designed to be easy for humans to read and write.

interpreter

An error in a program.

5.

MATCH QUESTION

1 min • 5 pts

Match the following - Part 2

print statement

Any one of the languages that people speak that evolved naturally.

natural-language

An instruction that causes the Python interpreter to display a value on the screen.

low-level language

A property of a program that can run on more than one kind of computer.

parse

To examine a program and analyze the syntactic structure.

portability

A programming language that is designed to be easy for a computer to execute; also called machine language or assembly language.

6.

MATCH QUESTION

1 min • 5 pts

Match the following - Part 3

program

The structure of a program.

script

A program stored in a file (usually one that will be interpreted).

token

One of the basic elements of the syntactic structure of a program, analogous to a word in a natural language.

syntax

A sequence of instructions that specifies to a computer actions and computations to be performed.

problem solving

The process of formulating a problem, finding a solution, and expressing the solution.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which one of the following Python expressions has the value 64?

a) 8 ^ 2

b) 8 ** 2

c) 8 +- 2

d) 8 += 2

e) 8 -+ 2

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?