Miguel Arias
Quiz by , created more than 1 year ago

Evaluación de programación para alumnos de 5to Admon y PC

97
0
0
Miguel Arias
Created by Miguel Arias over 8 years ago
Close

Evaluación IV 5tos A

Question 1 of 10

1

print("Primer Programa")
a=(input("dame un numero: "))
b=85
c= a+b
d=
print("El resultado de la suma es ",)
print("El resultado de la multiplicación es ",)

Drag and drop to complete the text.

    int
    INT
    Ini
    Inpuc
    d
    x
    w
    a*b
    a/b
    a#b
    c
    t
    u
    i

Explanation

Question 2 of 10

1

print("Primer Programa")
=int(input("dame un numero: "))
i=1
(i<=a):
print(i)

Drag and drop to complete the text.

    a
    w
    t
    z
    for
    while
    if
    do
    i=i+1
    a++
    i--
    a=a+1

Explanation

Question 3 of 10

1

Fill the blank spaces to complete the text.

=int(input("dame un numero: "))
i=1
while (i<=a)
if i2==0:
print()
i=

Explanation

Question 4 of 10

1

Select from the dropdown lists to complete the text.

a=( do, Float, Integer, int )(input("dame un numero: "))
i=1
while (i<=a):
( if, while, For, do ) i%2( !, =, +, ? )=0:
print(( a, i, x, c ))
i=i+1

Explanation

Question 5 of 10

1

Fill the blank spaces to complete the text.

a=int(input("dame un numero: "))
b=int(input("dame un numero: "))
while ():
if a2==0:
print()

Explanation

Question 6 of 10

1

Fill the blank spaces to complete the text.

for in range(0,):
vec2[i]=(input("Dame un valor"))

Explanation

Question 7 of 10

1

Fill the blank spaces to complete the text.

vec1=[]

for i range(0,4+1):
[i]=int(input("Dame un valor"))

Explanation

Question 8 of 10

1

=[0,0,0,0,0]
vec2=[0,0,0,0,0]
vec3=[0,0,0,0,0]

i in range(0,4+1):
vec1[i]=int(input("Dame un valor"))

for i in range(0,4+1):
vec2[]=int(input("Dame un valor"))

for i in range(0,4+1):
vec3[i]vec1[i]+vec2[i]

for i in range(0,4+1):
print()

Drag and drop to complete the text.

    vec1
    Vec
    MAt
    for
    while
    if
    i
    c
    a
    w
    vec3[i]
    vec1[i]
    vec[a]
    =
    ==
    !=

Explanation

Question 9 of 10

1

Fill the blank space to complete the text.

Declaración de vector de 5 posiciones en blanco
vec3=[]

Explanation

Question 10 of 10

1

mat=

for in range(0,1+1):
for in range(0,1+1):
mat[j][i]=(input("Dame un valor"))

for j in range(0,1+1):
for i in range(0,1+1):
()

Drag and drop to complete the text.

    [0,0],[0,0]
    0 0 0 0
    1 1 1 1
    j
    k
    l
    i
    g
    ñ
    mat[j][i]
    vect[0][0]
    mat=[0,0],[0,0]
    for j in range(0,1+1):
    int
    ini
    do
    print
    PRint
    Fint

Explanation