Cuestionario de PHP

Cuestionario de PHP

10th Grade

30 Qs

quiz-placeholder

Similar activities

A GANAR!!

A GANAR!!

1st - 10th Grade

25 Qs

Power Point 2

Power Point 2

3rd Grade - University

35 Qs

Vocabulario Pre

Vocabulario Pre

10th - 12th Grade

29 Qs

REALISMO PERUANO SIP

REALISMO PERUANO SIP

10th Grade

30 Qs

Lengua y comunicaciónn1

Lengua y comunicaciónn1

10th Grade

25 Qs

EVALUACIÓN DIAGNOSTICA BIOLOGÍA I 2025.2

EVALUACIÓN DIAGNOSTICA BIOLOGÍA I 2025.2

9th - 12th Grade

27 Qs

RONDA 1 PRIMER AÑO

RONDA 1 PRIMER AÑO

10th Grade

25 Qs

Pemrograman dasar

Pemrograman dasar

10th Grade

25 Qs

Cuestionario de PHP

Cuestionario de PHP

Assessment

Quiz

Education

10th Grade

Hard

Created by

Germán Alarcon

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cómo se declara una variable en PHP?

variable $nombre;

$nombre = "Juan";

int nombre = "Juan";

nombre = $Juan;

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál de los siguientes NO es un tipo de dato en PHP?

String

Float

Boolean

Character

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál de las siguientes variables almacena un número decimal en PHP?

$numero = "5.3";

$numero = 5.3;

$numero = '5.3';

$numero = float(5.3);

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cómo se define una variable de tipo cadena en PHP?

$cadena = Juan;

$cadena = "Hola";

string $cadena = Hola;

cadena = "Hola";

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cómo se puede imprimir el valor de una variable en PHP?

mostrar($nombre);

imprimir($nombre);

echo $nombre;

mostrar_variable($nombre);

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué símbolo se usa para iniciar los nombres de variables en PHP?

%

&

#

$

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál de las siguientes variables contiene un valor de tipo entero en PHP?

$x = "10";

$x = 10;

$x = 10.5;

$x = "diez";

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?