logo

Crowdly

Browser

Add to Chrome

2526-B1-UE12-Base d'un langage informatique

Looking for 2526-B1-UE12-Base d'un langage informatique test answers and solutions? Browse our comprehensive collection of verified answers for 2526-B1-UE12-Base d'un langage informatique at moodle.ensea.fr.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Qu'affiche ce code ?

print("QCM2"[-1])
View this question

Qu'affiche le code suivant ?

import numpy as np

L=[2,7,3]

print(np.mean(L))

0%
0%
0%
0%
View this question

Lequel de ces codes boucle à l'infini ?

View this question

Qu'affiche le code suivant ?

for i in range(5):

i=i+1

a=i

View this question

Quel est le contenu de a ?

a=2

b=3

c=b

b=a

a=c

0%
0%
0%
0%
View this question

Quel est le contenu de la variable a ?

a=2

b=3

b=a

a=b

View this question

Qu'affiche le code suivant ?

n=24

print(n//3)

View this question

Quel type aura la variable a dans ce code ?

a=2==3
View this question

Quelle valeur de n faut-il choisir pour que ce code affiche 10 ?

n=?

for i in range(n):

i=i+2

print(i-10)

View this question

Qu'affiche ce code ?

a=2

b=3

c=4

if b>a:

if c>b:

print(c-b-a)

else:

print(b-c-a)

elif c>a:

print(c-a-b)

0%
0%
0%
0%
View this question

Want instant access to all verified answers on moodle.ensea.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome