Jonathan Vg
Quiz by , created more than 1 year ago

5 preguntas evaluacion php

580
2
0
Jonathan Vg
Created by Jonathan Vg over 8 years ago
Close

test php

Question 1 of 5

1

¿En qué lugar se ejecuta el código PHP?

Select one of the following:

  • cliente

  • servidor(ordenador propio)

Explanation

Question 2 of 5

1

¿Cuáles de estas son marcas para la inserción del código PHP en las páginas HTML?

Select one of the following:

  • < ? y ? >

  • < php >< /php >

  • <# y #>

Explanation

Question 3 of 5

1

¿En qué atributo de un formulario especificamos la página a la que se van a enviar los datos del mismo?

Select one of the following:

  • name

  • file

  • action

  • description

Explanation

Question 4 of 5

1

¿Cuál de estas instrucciones está correctamente escrita en PHP?

Select one of the following:

  • if (a=0) print a

  • if (a==0) echo “hola mundo”;

  • if (a==0) { echo ok }

  • if (a==0): print a;

Explanation

Question 5 of 5

1

¿Cuál de estas instrucciones PHP imprimirá por pantalla correctamente el mensaje “Hola Mundo” en letra negrita?

Select one of the following:

  • print < strong >Hola Mundo < /strong>;

  • print (< strong>Hola Mundo< /strong>);

  • print ("< strong>Hola Mundo < /strong>");

Explanation