Python-Pretest

Python-Pretest

46 Qs

quiz-placeholder

Similar activities

Pemeliharaan dan Perbaikan AC untuk Rumah Tangga

Pemeliharaan dan Perbaikan AC untuk Rumah Tangga

KG - University

50 Qs

MCC Info 1001 Information Literacy Assessment - Final

MCC Info 1001 Information Literacy Assessment - Final

9th - 12th Grade

50 Qs

Test Review: Ch. 8 Ancient Greece~

Test Review: Ch. 8 Ancient Greece~

6th - 8th Grade

43 Qs

Capacidades físicas Condicionales y Coordinativas  - Métodos

Capacidades físicas Condicionales y Coordinativas - Métodos

KG - University

50 Qs

Segundo examen parcial- Fisiología

Segundo examen parcial- Fisiología

University

50 Qs

P3 - Thermal physics - Exam-style questions

P3 - Thermal physics - Exam-style questions

10th Grade

43 Qs

Python-Pretest

Python-Pretest

Assessment

Quiz

others

Hard

Created by

Chun-Jung Lin

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?