Estructura Iterativa For en Python

Estructura Iterativa For en Python

10th Grade

10 Qs

quiz-placeholder

Similar activities

Exploring Computer Science

Exploring Computer Science

9th - 10th Grade

14 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

IF and Vlookup Function

IF and Vlookup Function

9th - 10th Grade

15 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

CodeHS Python Unit 7 Looping Quiz Review

CodeHS Python Unit 7 Looping Quiz Review

9th - 12th Grade

15 Qs

python

python

9th - 12th Grade

10 Qs

Estructura Iterativa For en Python

Estructura Iterativa For en Python

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Allan Ruiz

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Básicas de Ciclos en Python.

Variable que se utiliza dentro de ciclos para contar cuántas veces ocurre algo,

generalmente se incrementa en cada iteración en uno, siempre y cuando se cumpla la condición

establecida.

Contador

Acumulador

Range( )

Operadores de Incremento

Ninguna es correcta

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Básicas de Ciclos en Python.

Variable que se utiliza dentro de ciclos para acumular un valor durante cada iteración.

Contador

Acumulador

Range( )

Operadores de Incremento

Ninguna es correcta

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Estructura Iterativa For en Python.

Imprima números del 1 al 5.

No deje espacios innecesarios en su código.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Estructura Iterativa For en Python.

Tomando en cuenta las variables 'start' y 'end' imprima números de cinco en cinco hasta 35.

No deje espacios innecesarios en su código.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Estructura Iterativa For en Python.

Tomando en cuenta las variables 'start' y 'end' imprima y cálcule esos limites establecidos por el usuario.

No deje espacios innecesarios en su código.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Estructura Iterativa For en Python.

Imprima el contenido de la lista.

No deje espacios innecesarios en su código.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Estructura Iterativa For en Python.

Sume las notas para calcular el promedio fuera del ciclo.

No deje espacios innecesarios en su código.

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?