Consider the following text from a Python interpreter.
>>> print(2 + 2)
4
What is the text ">>>" called?
CS1101 Python Final Exam practice
Quiz
•
Computers, English
•
University
•
Medium
Darlene M
Used 30+ times
FREE Resource
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
interpreter
A programming language like Python that is designed to be easy for humans to read and write.
high-level language
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.
bug
The process of finding and removing any of the three kinds of programming errors.
debugging
An error in a program.
formal language
A program that reads another program and executes it.
5.
MATCH QUESTION
1 min • 5 pts
Match the following - Part 2
low-level language
A programming language that is designed to be easy for a computer to execute; also called machine language or assembly language.
portability
A property of a program that can run on more than one kind of computer.
parse
An instruction that causes the Python interpreter to display a value on the screen.
natural-language
To examine a program and analyze the syntactic structure.
print statement
Any one of the languages that people speak that evolved naturally.
6.
MATCH QUESTION
1 min • 5 pts
Match the following - Part 3
syntax
A sequence of instructions that specifies to a computer actions and computations to be performed.
script
The process of formulating a problem, finding a solution, and expressing the solution.
problem solving
The structure of a program.
token
One of the basic elements of the syntactic structure of a program, analogous to a word in a natural language.
program
A program stored in a file (usually one that will be interpreted).
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
102 questions
A+Core 1 (101-200)#2
Quiz
•
10th Grade - University
100 questions
Test CCNA 200-301
Quiz
•
University
100 questions
Django
Quiz
•
University
102 questions
C# NAHU!!!
Quiz
•
University
101 questions
Ôn tập TH11 CĐ4 Giới thiệu các hệ CSDL
Quiz
•
11th Grade - University
100 questions
AP DSC ENGLISH 2025 WEEKEND CBT-107
Quiz
•
University
100 questions
Revision Vocabulary + Grammar- TACKCB3
Quiz
•
University
100 questions
MSTIP-JavaProgramming-FinalExam
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade