PHP Course

PHP Course

1st - 3rd Grade

12 Qs

quiz-placeholder

Similar activities

Indicador 1: Prueba Práctica Calificada

Indicador 1: Prueba Práctica Calificada

KG - 1st Grade

10 Qs

tableau for fun

tableau for fun

1st Grade

16 Qs

Sains Komputer Tingkatan 5 - 3.2.2 Menghasil dan menyimpan

Sains Komputer Tingkatan 5 - 3.2.2 Menghasil dan menyimpan

1st Grade - Professional Development

13 Qs

IT Logos

IT Logos

2nd Grade

14 Qs

2INF Diseño

2INF Diseño

2nd Grade

10 Qs

NSI - Interactions entre l'homme et la machine sur le web

NSI - Interactions entre l'homme et la machine sur le web

1st Grade

10 Qs

pwpb

pwpb

1st Grade

15 Qs

Percabangan

Percabangan

1st - 3rd Grade

8 Qs

PHP Course

PHP Course

Assessment

Quiz

Computers

1st - 3rd Grade

Medium

Created by

MOHAMED HANNAN

Used 22+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que signifie PHP ?

·         Page Helper Process

·          Programming Home Pages

·          PHP:

Hypertext Preprocessor

PHP: Hypertext Preprocessor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment accède-t-on au 1er élément chaton dans le tableau suivant : $tableau = Array('chaton' , 'ornithorynque', 'dauphin'); ?

$tableau[1]

$tableau[0]

$tableau{0}

·         $tableau.get(1)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment vérifie-t-on l'égalité de deux variables : $a et $b ?

·          $a = $b

·          $a == $b

·          $a != $b

·          if($a,$b)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La boucle for ($i=0 ; $i<=3 ; $i++ ) { echo $i; }...

Sera éxécutée 2 fois

Sera éxécutée 3 fois

Sera éxécutée 1 fois

Sera éxécutée 4 fois

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sachant que $dodo = 6. Quelle est la valeur de ma nuit : $dodo += 2; ?

3

8

12

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dans le cas d'envoi d'informations plus ou moins sensibles par formulaire, quelle méthode utilisera-t-on de préférence ?

GET

mailto

SESSION

POST

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Les Limiteurs PHP Sont

<?php>….</ ?php>

<script></script>

<?php… ?>

<&>….</&>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?