Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

D335 Introduction to Python Test Quizzes with Answers Verified 100% Correct

Rating
-
Sold
-
Pages
5
Grade
A+
Uploaded on
03-03-2025
Written in
2024/2025

D335 Introduction to Python Test Quizzes with Answers Verified 100% Correct

Institution
D335
Course
D335

Content preview

D335 Introduction to Python Test Quizzes with Answers
Verified 100% Correct
A computer program consists of basic instructions such as:

Input: A program gets data, perhaps from a file, keyboard, touchscreen, network, etc.

Process: A program performs computations on that data, such as adding two values like x + y.

Output: A program puts that data somewhere, such as to a file, screen, or network.

What is Python?

a high-level general-purpose programming language.

Is Python an interpreted language?

Yes, Python is an interpreted language. An interpreted language is a programming language
that executes instructions directly by an interpreter.

When was Python originally released?

1991

Python 1.0 was released in what year?

1994

Why was it named Python?

The name Python came from Guido van Rossum (the creator) being a fan of the TV show Monty
Python.

The Python interpreter is

a computer program that directly executes code written in the Python programming language.

Code is a common word for

the textual representation of a program (and hence programming is also called coding).

, What is a statement?

A statement is a program instruction. A program mostly consists of a series of statements, and
each statement usually appears on its own line.

What is an expression?

Expressions are any code that return a value when it is evaluated by the program; for example,
the code "5 + 6" is an expression that computes a number by adding two values.

A new variable is created by

performing an assignment statement using the = symbol, such as favoritecolor = red

What character denotes comments in Python?

The character '#' denotes comments

For example:

# this is a comment

How do you print text to the screen in Python?

The primary way to print output is to use the built-in function print(). Ex: print('hello world').

What is text enclosed in quotes called?

A string literal.

What is good practice when writing string literals?

Good practice is to use single quotes for shorter strings and double quotes for more
complicated text or text that contains single quotes, like print("Don't eat that!").

How can output with the print() function be moved to a new line?

Output can be moved to the next line by including "\n" in your string, which is known as
a newline character.

Ex: print('1\n2\n3')

Written for

Institution
D335
Course
D335

Document information

Uploaded on
March 3, 2025
Number of pages
5
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

  • d335
$10.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Thumbnail
Package deal
D335 PYTHON LATEST 2025 EXAMS BUNDLE
-
6 2025
$ 31.49 More info

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
KenAli West Virginia University
View profile
Follow You need to be logged in order to follow users or courses
Sold
99
Member since
2 year
Number of followers
5
Documents
20090
Last sold
1 week ago

2.6

18 reviews

5
2
4
4
3
4
2
0
1
8

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions