Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Document preview thumbnail
Vista previa 4 fuera de 40 páginas
Examen

CMN 152V EXAM PREP | MOST OF THE EXAM QUESTIONS WILL COME FROM HERE | COMPLETE QUESTIONS WITH 100% CORRECT ANSWERS

Document preview thumbnail
Vista previa 4 fuera de 40 páginas

CMN 152V EXAM PREP | MOST OF THE EXAM QUESTIONS WILL COME FROM HERE | COMPLETE QUESTIONS WITH 100% CORRECT ANSWERS Q.booleans2 — try itWhich of the following does not equal True True not False not not True not not False - ANSWERS-not not False Q.leading_zero — try itIn place of the ... below, enter the number of the statement you think is true: 1. In Python, 0.003 is the same as .003 2. In Python, 0.003 is different from .003 3. Both statements are true. - ANSWERS-1. In python 0.003 is the same as .003 Q.big_numbers — try itIn place of the ..., enter the number 50 billion in a way Python understands it - ANSWERS- Q.arithmetic1 — try itIn place of the ... below, write the code version of "The product of 3 and 4, plus the sum of 5 and 6." - ANSWERS-(3*4)+(5+6) Q.arithmetic2 — try itIn place of the ... below, enter an expression that will compute the difference between 4 multiplied by 5, and 4 minus 3 - ANSWERS-4*5-(4-3) Q.spaces_in_arithmetic1 — try itIn place of the ... below, enter the number of the statement that gives a different response in Python: 1+4*5 1 + 4 * 5 1 + 4*5 None of the expressions gives a different answer in Python - ANSWERS-None of the expressions gives a different answer in Python Q.spaces_in_arithmetic2 — try itIn place of the ... below, enter the number of the statement that gives a different response in Python: 2**3 2 ** 3 2 * * 3 None of the expressions gives a different answer in Python - ANSWERS-2 * * 3 Q.parentheses — try itIn place of the ... below, enter the number of the statement you think equals 4 * 8 + 1 (4 * 8) + 1 4 * (8 + 1) - ANSWERS-(4 * 8) + 1 Q.notebook_blocks — try itWorking in this notebook, you may sometimes get an error running this code. Which of the reasons below is not the reason why? print( *3) The code in this line is written incorrectly. You didn't import the information that python needs to understand this code. Python doesn't immediately recognize math. You didn't run all of the code blocks above this code block. - ANSWERS-The code in this line is written incorrectly. Q.import_syntax1 — try itEnter into check() the number of the statement that will correctly import the math module 1. math import 2. import math 3. i m p o r t m a t h - ANSWERS-2 Q.import_syntax2 — try itEnter into check() the number of the code that will give the sin of pi over two 1. ( 2. ( / 2 ) 3. sine( pi/2 ) - ANSWERS-2 Q.scientific_notation — try itEnter into check() the number closest to -1.e-16 -.2 -1.22 0 1.22 1. - ANSWERS-0 Q.code_blocks_output1 — try itEnter into check() what numbers a user would see as the output of this code block

Vista previa del contenido

CMN 152V EXAM PREP | MOST OF THE
EXAM QUESTIONS WILL COME FROM
HERE | COMPLETE QUESTIONS WITH
100% CORRECT ANSWERS


\Q\.booleans2 — try itWhich of the following does not equal True



True

not False

not not True

not not False - ANSWERS✔-not not False



\Q\.leading_zero — try itIn place of the ... below, enter the number of the statement you think
is true:

1. In Python, 0.003 is the same as .003

2. In Python, 0.003 is different from .003

3. Both statements are true. - ANSWERS✔-1. In python 0.003 is the same as .003



\Q\.big_numbers — try itIn place of the ..., enter the number 50 billion in a way Python
understands it - ANSWERS✔-50000000000



\Q\.arithmetic1 — try itIn place of the ... below, write the code version of "The product of 3 and
4, plus the sum of 5 and 6." - ANSWERS✔-(3*4)+(5+6)

,\Q\.arithmetic2 — try itIn place of the ... below, enter an expression that will compute the
difference between 4 multiplied by 5, and 4 minus 3 - ANSWERS✔-4*5-(4-3)



\Q\.spaces_in_arithmetic1 — try itIn place of the ... below, enter the number of the statement
that gives a different response in Python:

1+4*5

1+4*5

1 + 4*5

None of the expressions gives a different answer in Python - ANSWERS✔-None of the
expressions gives a different answer in Python



\Q\.spaces_in_arithmetic2 — try itIn place of the ... below, enter the number of the statement
that gives a different response in Python:

2**3

2 ** 3

2**3

None of the expressions gives a different answer in Python - ANSWERS✔-2 * * 3



\Q\.parentheses — try itIn place of the ... below, enter the number of the statement you think
equals 4 * 8 + 1

(4 * 8) + 1

4 * (8 + 1) - ANSWERS✔-(4 * 8) + 1



\Q\.notebook_blocks — try itWorking in this notebook, you may sometimes get an error
running this code. Which of the reasons below is not the reason why?

print( math.pi*3)



The code in this line is written incorrectly.

,You didn't import the information that python needs to understand this code.

Python doesn't immediately recognize math.

You didn't run all of the code blocks above this code block. - ANSWERS✔-The code in this line is
written incorrectly.



\Q\.import_syntax1 — try itEnter into check() the number of the statement that will correctly
import the math module

1. math import

2. import math

3. i m p o r t m a t h - ANSWERS✔-2



\Q\.import_syntax2 — try itEnter into check() the number of the code that will give the sin of pi
over two

1. math.sine( math.pi/2 )

2. math.sin( math.pi / 2 )

3. sine( pi/2 ) - ANSWERS✔-2



\Q\.scientific_notation — try itEnter into check() the number closest to -1.2246467991473532e-
16

-1224646799147353.2

-1.22

0

1.22

1.2246467991473532 - ANSWERS✔-0



\Q\.code_blocks_output1 — try itEnter into check() what numbers a user would see as the
output of this code block

, 6+3

10

5+6



9

10

11

9, 10

9, 11

10, 11

9, 10, 11 - ANSWERS✔-11



\Q\.code_blocks_output2 — try itEnter into check() what numbers a user would see as the
output of this code block

6+3

10

print(5+6)



9

10

11

9, 10

9, 11

10, 11

9, 10, 11 - ANSWERS✔-11

Información del documento

Subido en
2 de febrero de 2026
Número de páginas
40
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas
$14.99

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

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.
IszackBd
5.0
(3)
Vendido
46
Seguidores
3
Artículos
5851
Última venta
1 día hace


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