Programación con PHP
Quiz
•
Specialty
•
11th Grade
•
Practice Problem
•
Hard
Sergio López
Used 13+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Se trata de un arreglo bidimensional que contiene los siguientes atributos: name, type, size, tmp_name, error.
a.- $_POST
b.- $_SERVER
c.- $_FILES
d.- $_REQUEST
2.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
<?php
If (isset($_POST['username']) && isset($_POST['password'])){
$username = $_POST['username'];
$password = $_POST['password'];}
?>
En el anterior código PHP:
a.- La instrucción isset determina si una variable está definida y no es null.
b.- La variable superglobal $_POST se usa para obtener los datos del formulario para el método POST.
c.- Los datos POST del formulario no se mostraran en el URL, sino que estarán disponibles como parte del cuerpo de la solicitud.
d.- Guarda la información obtenida en un arreglo.
3.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
<form action="upload.php" method="POST" enctype="multipart/form-data">
<input type="file" name="document">
<input type="submit" value="Upload" name="Submit">
</form>
En el ejemplo anterior, hemos establecido el valor del atributo enctype en multipart/form-data, por lo tanto permite:
a.- El envío de un archivo.
b.- La cargar de un archivo
c.- El envío de información
d.- Encriptar la información
4.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
<?php
function suma ( )
{ $z = $x + $y; return $z; }
$resultado = suma (5,12);
echo $resultado;
?>
Cuál es el error en la función suma() anterior:
a.- Falta llamar la función.
b.- se debe imprimir el resultado con la instrucción echo().
c.- Se deben incluir los parámetros $z - $x - $y
d.- Se deben incluir los parámetros $x - $y
5.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Una variable por defecto tiene un alcance local. No puede usarse en otro script (o página). Si quieres que sea accesible por cualquier documento, debes usar la palabra reservaba:
a.- define()
b.- $_GLOBALS
c.- global
d.- Ninguna de las anteriores.
6.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
$ONLY = [
123 => [
'nombre' => 'Camisa a cuadros',
'precio' => 29.995,
'sexo' => 'Hombre'
],
234 => [
'nombre' => 'Falda manga',
'precio' => 19.995,
'sexo' => 'Mujer'
],
Complete el anterior arreglo dimensional agregando la siguiente información:
a.- 345 => [
'nombre' => 'Bolso minúsculo',
'precio' => 50.000,
'sexo' => 'Mujer'
]
];
b.- 345 => [
'nombre' => 'Bolso minúsculo',
'precio' => 50.000,
'sexo' => 'Mujer'
]
c.- 345 => [
'nombre' => 'Bolso minúsculo',
'precio' => 50.000,
'sexo' => 'Mujer'
],
d.- 345 => [
'nombre' => 'Bolso minúsculo',
'precio' => 50.000,
'sexo' => 'Mujer'
];
7.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Si quiero ver todo el contenido de una array puedo usar la función nativa de PHP
a.- echo()
b.- print_r
c.- var-dump
d.- print
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
13 questions
GP Poll 11TH G Term 3 2021
Quiz
•
11th - 12th Grade
20 questions
FEEDBACK-Prueba Corta 2-MicroEconomics-2-2021-URL
Quiz
•
1st - 12th Grade
19 questions
Neumática e Hidráulica 1
Quiz
•
9th - 11th Grade
15 questions
Minería en Chile
Quiz
•
11th Grade
10 questions
Are YOU Smarter Than a 5th Grader?!?
Quiz
•
11th - 12th Grade
13 questions
EXAMEN DE ASTRONOMIA
Quiz
•
1st - 12th Grade
10 questions
Types of Restaurants
Quiz
•
9th - 12th Grade
13 questions
Recetas
Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
