FP2: 01 - MODULOS
Quiz
•
Computers
•
Professional Development
•
Hard
Paul Beltrand
Used 3+ times
FREE Resource
Enhance your content
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Necesito hacer uso de la función sin() que esta en la librería math.
como debo incorporar la librería math a mi programa?
include math
add math
import math
use math
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quieres invocar la función make_money() contenida en el módulo llamado mint. Tu código comienza con la siguiente línea:
import mint
¿Cuál es la forma adecuada de invocar a la función?
mint.make_money()
make_money()
mint/make_money()
make_money.mint()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Deseas invocar la función make_money() contenida en el módulo llamado mint. Tu código comienza con la siguiente línea:
from mint import make_money
¿Cuál es la forma adecuada de invocar a la función?
mint.make_money()
makemoney()
mint()
make_money()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Deseas invocar la función make_money() contenida en el módulo llamado mint. Tu código comienza con la siguiente línea:
from mint import *
¿Cuál es la forma adecuada de invocar a la función?
mint.make_money()
makemoney()
mint()
make_money()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Una función que devuelve una lista de todas las entidades disponibles en un módulo lleva por nombre:
list( )
dir( )
entities( )
content( )
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cuando se importa un módulo, su contenido:
puede ser ejecutado (explícitamente)
es ignorado
se ejecuta una vez (implícitamente)
se ejecuta tantas veces como se importe
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
La siguiente línea de código:
from a.b import c
causa la importación de:
la entidad b del módulo a del paquete c
la entidad a del módulo b del paquete c
la entidad c del módulo b del paquete a
la entidad c del módulo a del paquete b
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
HARDWARE Y SOFTWARE
Quiz
•
Professional Development
12 questions
Amplificatori
Quiz
•
9th Grade - Professio...
10 questions
TDB: Avez-vous bien écouté ?
Quiz
•
Professional Development
15 questions
Mensajería Instantánea y Netiqueta
Quiz
•
Professional Development
15 questions
Gli indirizzi IP
Quiz
•
9th Grade - Professio...
10 questions
Pos-Prueba (Libreta Profesional-One Note)
Quiz
•
Professional Development
15 questions
EXAMEN DE COMPUTACIÓN GÉNESIS
Quiz
•
Professional Development
15 questions
PowerShell 3.1-Tuberías (I)
Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
