Testez vos connaissances 'VBScript'

 

 

1.  Cochez la bonne réponse :
 2.  Cochez la bonne réponse :    Y = 75  mod  9 3.  Cochez la bonne réponse :     if   ( X < 10  )  OR  (  Y >= 20 )      then
                                                                                                                          X = 0
                                                                                                                       else Z = 0
                                                           end if 4.  Cochez la bonne réponse :    y = 0 
                                                         while  y < 5
                                                                document.write ( " Y = "  &  y )  : y = y + 1
                                                        wend 5.  Cochez la bonne réponse :       i = 100 
                                                            for   I = 30  To  0 step - 10
                                                                  I = i + 10
                                                            next 6.  Cochez la bonne réponse :     X = 0
                                                           DO UNTIL  X = 20
                                                               X = X + 2
                                                               if  X > 10 then EXIT  DO
                                                          LOOP 7.  Cochez la bonne réponse :     mes= "VBScript." 
                                                          Document.Write  " Quel Langage agréable que " &   mes

8.  Cochez la bonne réponse :

9.  Cochez la bonne réponse :      X = 4.78  : Y = INT( X ) 10.  Cochez la bonne réponse :     Document.Write  "Bonjour " & InputBox( "Ton Nom ?")
Retour au Contenu du Cours VBScript