Python-Midterm

Python-Midterm

46 Qs

quiz-placeholder

Similar activities

Blank Quiz

Blank Quiz

KG - University

49 Qs

Smalls Biology Unit 2 Pre-test

Smalls Biology Unit 2 Pre-test

6th - 9th Grade

45 Qs

PAS INFORMATIKA

PAS INFORMATIKA

KG - University

50 Qs

2.2 Programming Techniques

2.2 Programming Techniques

KG - University

50 Qs

TSA Tech Bowl Practice Test 2022

TSA Tech Bowl Practice Test 2022

KG - University

50 Qs

SOAL TRAINING PC850-8 ARIA

SOAL TRAINING PC850-8 ARIA

University

50 Qs

Kishkindha UniversityPre-requisite for Basic Electronics-2023

Kishkindha UniversityPre-requisite for Basic Electronics-2023

KG - University

50 Qs

LV01 Test 3

LV01 Test 3

KG - University

50 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?