logo

Crowdly

Browser

Add to Chrome

CC - P1 - Promo 2029

Looking for CC - P1 - Promo 2029 test answers and solutions? Browse our comprehensive collection of verified answers for CC - P1 - Promo 2029 at moodle.myefrei.fr.

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

Sous quelles conditions l'instruction d'affichage est-elle exécutée ?

Répéter

Lire(val)

Tant que (val < 0 OU val >= 10)

Ecrire(val)

0%
0%
0%
0%
View this question

Quelle est la sortie produite par la suite d'instructions suivante ?

res <- 1

x <- 2

n <- 3

Pour i <- 1 à n Faire

res <- res * x

Fin Pour

Ecrire(x, " puissance ", n = res)

View this question

Quel est le rôle de la suite d'instructions suivante ?

Lire(n)

k <- 1

Tant que n > 2 Faire

n <- n - 2

k <- k + 1

Fin tant que

0%
0%
0%
0%
View this question

Parmi les propositions suivantes, lesquelles sont vraie ?

i <- 1

Tant que i < 10 Faire

Si i % 2 = 0 Alors

Ecrire(i)

Fin Si

i <- i + 1

Fin tant que

0%
0%
0%
0%
View this question

What is the value of the list L at the end of the execution of these instructions?

Que vaut la liste L à la fin de l'exécution de ces instructions ?

0%
0%
0%
0%
0%
0%
View this question

Which input(s) cause the display of each of the messages "Arbre," "But," "Cygne," and "Doigt" exactly once?

Note: The order of the display does not matter.

Please note that incorrect answers are penalized.

Quelle(s) entrée(s) provoqu(ent) la charge de chacun des messages, Arbre, But, Cygne et Doigt exactement une fois ? (on ne se

0%
0%
0%
0%
0%
0%
0%
0%
View this question

What is the output produced by the execution of the code below?

n = 5
L=[]
for i in range ( 2 , n ) :
    for j in range ( i - 1 ) :
        L.append ( [j , i] )
        
print(L)

0%
0%
0%
0%
0%
0%
View this question

What is the value of the variable `res` after the execution of the code below?

What is the value of the variable `res` after the execution of the code below?

View this question

Please note that incorrect answers are penalized.

0%
0%
0%
0%
0%
View this question

Among the following expressions, determine which ones evaluate to `True` or `False`.

View this question

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

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

Browser

Add to Chrome