Python Midterm Review

Python Midterm Review

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

Programming Concepts Quiz

Programming Concepts Quiz

11th Grade

22 Qs

Asesmen Sumatif PHP

Asesmen Sumatif PHP

10th Grade - University

20 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Grade 11(Quiz 1)

Grade 11(Quiz 1)

11th Grade

20 Qs

Grade 11 - IT - Quiz 1 - Mrs. Dina Mohamed

Grade 11 - IT - Quiz 1 - Mrs. Dina Mohamed

11th Grade

23 Qs

Latihan Soal Javascript

Latihan Soal Javascript

10th Grade

20 Qs

9618 functions,procedures,string functions-recap

9618 functions,procedures,string functions-recap

12th Grade

20 Qs

Quiz tentang Google Colab

Quiz tentang Google Colab

10th Grade - University

20 Qs

Python Midterm Review

Python Midterm Review

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

Created by

Rhonda Hildebrand

Used 6+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are running a Python script that is supposed to write data to an open file, but discover that the file contents are being erased each time the script runs. What is most likely the issue?

The file was opened using a mode string other than 'a'.

The file is truncated by default with the write() method.

The file is erased when the script uses the close() method.

The file must be opened using a mode string of 'rw'.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name used for the integrated program development environment that comes with a Python installation?

Eclipse

IDLE

PyShell

PyDDL

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What term describes the process of substituting a simple process for a complex process in a program to make the program easier to understand and maintain?

refactoring

abstraction

recurision

instantation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are running a Python script that is supposed to write data to an open file, but discover that the file contents are not updating even after the script finishes. What is most likely the issue?

The file was opened using 'w' instead of 'b' as the mode string.

The file is not being updated because it doesn't exist.

The file is not being written to using the dump() method.

The file was not closed using the close() method.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What list method should you use in order to remove and return the element at the end of the list named "books"?

books.get()

books.pop()

books.fetch()

books.pull()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a computer, what component is known as the "processor"?

RAM

CPU

basic input/output devices

motherboard

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of programming language is Python?

An interpreted language.

A compiled language.

An interpolated language.

A manufactured language.

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?