Python-Midterm

Python-Midterm

46 Qs

quiz-placeholder

Similar activities

2025 Forces and Motion Test 1

2025 Forces and Motion Test 1

7th Grade

50 Qs

Full Reviewer English 11 Fall Midterm 25-26

Full Reviewer English 11 Fall Midterm 25-26

9th - 12th Grade

50 Qs

Four Spheres Review

Four Spheres Review

KG - University

44 Qs

Construction MidTerm

Construction MidTerm

KG - University

50 Qs

Final Exam DM and MD

Final Exam DM and MD

8th Grade - University

41 Qs

Lesson 1 Position and Motion

Lesson 1 Position and Motion

6th - 8th Grade

44 Qs

Practice Online Test - Atoms Unit

Practice Online Test - Atoms Unit

6th Grade

51 Qs

SOALAN SEBENAR SPM 2021

SOALAN SEBENAR SPM 2021

KG - University

41 Qs

Python-Midterm

Python-Midterm

Assessment

Quiz

others

Hard

Created by

Chun-Jung Lin

FREE Resource

46 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 10 pts

What is true about compilation? (Select two answers)
Both you and the end user must have the compiler to run your code
It tends to be slower than interpretation
The code is converted directly into machine code executable by the processor
It tends to be faster than interpretation

2.

MULTIPLE SELECT QUESTION

30 sec • 10 pts

Select the true statements. (Select two answers)
Python is free, open-source, and multiplatform
Python 3 is backwards compatible with Python 2
Python is a good choice for low-level programming, e.g., when you want to implement an effective driver
Python is a good choice for creating and executing tests for applications

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the expected behavior of the following program? print("Hello!")
The program will output ("Hello!") to the screen
The program will output Hello! to the screen
The program will output "Hello!" to the screen
The program will generate an error message on the screen

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the expected behavior of the following program? prin("Goodbye!")
The program will generate an error message on the screen
The program will output Goodbye! to the screen
The program will output "Goodbye!" to the screen
The program will output ("Goodbye!") to the screen

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

The \n digraph forces the print() function to:
break the output line
stop its execution
duplicate the character next to the digraph
output exactly two characters: \ and n

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

The value twenty point twelve times ten raised to the power of eight should be written as:
20E12.8
20.12E8.0
20.12*10^8
20.12E8

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

The ** operator:
performs floating-point multiplication
performs exponentiation
performs duplicated multiplication
does not exist

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?