Examen Python

Examen Python

Professional Development

26 Qs

quiz-placeholder

Similar activities

P4C Training

P4C Training

Professional Development

23 Qs

Test - Desarrollo móvil con Flutter

Test - Desarrollo móvil con Flutter

Professional Development

22 Qs

Avaliação do Conhecimento_SAP/MOM-PDA

Avaliação do Conhecimento_SAP/MOM-PDA

Professional Development

22 Qs

Vinils

Vinils

Professional Development

22 Qs

SOR - PowerShell - UT1, UT2

SOR - PowerShell - UT1, UT2

Professional Development

23 Qs

Evaluación educativa

Evaluación educativa

Professional Development

22 Qs

Salud y trabajo UT1 IPEI

Salud y trabajo UT1 IPEI

Professional Development

23 Qs

Administración del tiempo

Administración del tiempo

Professional Development

22 Qs

Examen Python

Examen Python

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

cristian zabala

Used 9+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Necesitamos declarar una variable para guardar un dato numérico, de que forma lo hacemos?

variable=StringVar()

bt1=Button()

variable=int()

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Necesitamos declarar una lista para agregar datos, como lo hacemos?

Lista=StringVar()

Lista()

Lista=[]

Lista=Lista()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Las propiedades row y column es aplicable en el método config de cualquier widget

Verdadero

Falso

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

La propiedad bg nos permite modificar el color de fondo de un widget.

Verdadero

Falso

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

La propiedad fg nos permite modificar el color de fondo de un widget.

Verdadero

Falso

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Necesitamos crear un label que contenga el texto "Hola Mundo", de que forma lo hacemos?

Label (Root, text="Hola Mundo")

Label (Root, textvariable=Hola Mundo)

Ambas son correctas

Todas son incorrectas

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Si escribimos el siguiente código

    dato.set("10"+"10")

La variable dato tendrá como resultado:

20

100

1010

Todas son incorrectas

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?