_06_03__Réalisation d'un site web dynamique avec PHP

_06_03__Réalisation d'un site web dynamique avec PHP

6th Grade

13 Qs

quiz-placeholder

Similar activities

Chaînes d'énergie et d'information

Chaînes d'énergie et d'information

5th Grade - University

8 Qs

Contenu d'une caisse à outil

Contenu d'une caisse à outil

6th - 8th Grade

14 Qs

Les alimentations

Les alimentations

5th Grade - University

13 Qs

Culture générale en informatique

Culture générale en informatique

6th Grade

15 Qs

HTML & CSS YEAR 6

HTML & CSS YEAR 6

6th Grade

10 Qs

Cybersécurité questionnaire finale

Cybersécurité questionnaire finale

6th Grade

10 Qs

Quiz sur la Radiologie Interventionnelle et la Cryothérapie

Quiz sur la Radiologie Interventionnelle et la Cryothérapie

6th Grade

14 Qs

Python Review

Python Review

6th - 8th Grade

14 Qs

_06_03__Réalisation d'un site web dynamique avec PHP

_06_03__Réalisation d'un site web dynamique avec PHP

Assessment

Quiz

Information Technology (IT)

6th Grade

Hard

Created by

benidir mourad

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment déclare-t-on une variable en PHP ?

var $maVariable;

$maVariable = 5;

let $maVariable = 5;

int $maVariable = 5;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est la structure correcte pour une condition if en PHP ?

if (condition) { }

if condition { }

if (condition) then { }

if [condition] { }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quel mot-clé est utilisé pour vérifier si une variable est définie ?

isset()

define()

exists()

check()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle boucle est utilisée pour itérer sur un tableau en PHP ?

loop

foreach

repeat

while

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Quel est le résultat de la boucle suivante ?

012

123

0 1 2

1 2 3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment déclare-t-on un tableau en PHP ?

$tableau = array();

$tableau[] = array();

$tableau = {};

$tableau = new array();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quel est le bon moyen d'accéder au premier élément d'un tableau ?

$tableau[1];

$tableau[0];

$tableau.first();

$tableau[1st];

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?