Search Header Logo

TIC_EST_Semana_13

Authored by JULIUS NAJAR

Computers, Instructional Technology

3rd Grade

Used 45+ times

TIC_EST_Semana_13
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Dado la lista con el contenido de la imagen ¿Cuál es el resultado de a[1] + a[6] ?

9

19

3

18

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como declaramos una lista vacía en Python?

int A[ ];

range(A)

A = [ ]

for A

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Para agregar un elemento a una lista llamada va se escribe:

va=range(4)

va=valor

va=suma=0

va.append(int(input( ))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Se quiere mostrar el contenido de un lista A de 5 elementos, escribiríamos:

j=1

if j<=5:

print(A[j])

for i in range(5):

print(A[i])

print(A[j]

cout<<A[j]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sea la lista A=[4,6,8,11], queremos mostrar el valor 8, escribiríamos:

print(A[3])

print(A[0])

print(A[5])

print(A[2])

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sea la lista va=[8,9,3,7,5,1,4,6], el índice de recorrido será de:

1 a 8

0 a 7

2 a 6

1 a 5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Una forma correcta de inicializar una tupla es

Media Image
Media Image
Media Image
Media Image

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?