100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada 4.2 TrustPilot
logo-home
Examen

Python D335 Material Cards- with Answers Verified 100% Correct

Puntuación
-
Vendido
-
Páginas
33
Grado
A+
Subido en
03-03-2025
Escrito en
2024/2025

Python D335 Material Cards- with Answers Verified 100% Correct

Institución
D335
Grado
D335











Ups! No podemos cargar tu documento ahora. Inténtalo de nuevo o contacta con soporte.

Escuela, estudio y materia

Institución
D335
Grado
D335

Información del documento

Subido en
3 de marzo de 2025
Número de páginas
33
Escrito en
2024/2025
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

Vista previa del contenido

Python D335 Material Cards- with Answers Verified
100% Correct
computer program

A _____ _____ consists of instructions executing one at a time.

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.

Basic instruction types are:

variables, due to a variable's value "varying" as a program assigns a variable like x with new
values.

Programs use ____ to refer to data, like x, y, and are named references to values stored by the
interpreter.

computational thinking

creating a sequence of instructions to solve a problem is referred as what kind of thinking?

algorithm

A sequence of instructions that solves a problem is called an ______

Python Interpreter

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

interactive interpreter

is a program that allows the user to execute one line of code at a time.

code

is a common word for the textual representation of a program

line

,is a row of text.

prompt (">>>")

The interactive interpreter displays a ______ that indicates the interpreter is ready to accept
code.

statement

is a program instruction.

expressions

are code that return a value when evaluated ex wage hours weeks

assignment, = EX salary = wage hours weeks

A new variable is created by performing an _______ using the ____ symbol

print() EX print('Salary is:', salary)

The ______ function displays variables or expression values.

# comments

_____ characters denote _______, which are optional but can be used to explain portions of
code to a human reader.

string literal

Text enclosed in single or double quotes is known as a _________. Text in _______ may have
letters, numbers, spaces, or symbols like @ or #.

new line -print()

Each use of print() starts on a ______.

end=' '

A programmer can add ______ inside of print() to keep the output of a subsequent print
statement on the same line separated by a single space.

,print(variable_name), without quotes around variable_name

The value of a variable can be printed out via: ______

\n newline character Ex: print('1\n2\n3')

Output can be moved to the next line by printing _____ known as a ______.

whitespace

Any space, tab, or newline is called

input()

function is used to read input from a user. causes the program to wait until the user has
entered text and pushed the return key. also receives data as a string type, even numbers

string

is a sequence of characters, like the text "MARY", that can be stored in a variable. can be any
text

type

determines how a value can behave

int

function can be used to convert that string to the integer 123.

string inside the parentheses of input()

Adding a ______ displays a prompt to the user before waiting for input and is a useful shortcut
to adding an additional print statement line.

syntax error

violates a programming language's rules on how symbols can be combined to create a program.

Runtime error

, wherein a program's syntax is correct but the program attempts an impossible operation, such
as dividing by zero or multiplying strings together

crash

Abrupt and unintended termination of a program is often called a _____ of the program.

IndentationError

The lines of the program are not properly indented.

ValueError

An invalid value is used - can occur if giving letters to int().

NameError

The program tries to use a variable that does not exist. If the name cannot be found in any
namespace, the interpreter generates a

TypeError

An operation uses incorrect types - can occur if adding an integer to a string.

logic error or bug

the program would load correctly, but would not behave as intended

IDE (Integrated Development Environment)

Code development is usually done with an

IDLE

is the official Python IDE that is distributed with the installation of Python

PyDev

is a plugin for the popular Eclipse program.

CodePad or Repl
$12.99
Accede al documento completo:

100% de satisfacción garantizada
Inmediatamente disponible después del pago
Tanto en línea como en PDF
No estas atado a nada


Documento también disponible en un lote

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
KenAli West Virginia University
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
84
Miembro desde
1 año
Número de seguidores
5
Documentos
17177
Última venta
6 días hace

2.9

19 reseñas

5
4
4
4
3
4
2
0
1
7

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes