Pw -pao - ph
Flashcard
•
Specialty
•
11th Grade
•
Hard

PAOLA ANDREA CRUZ GOMEZ
FREE Resource
Student preview

32 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Se trata de un arreglo bidimensional que contiene los siguientes atributos: name, type, size, tmp_name, error.
Back
$_FILES
2.
FLASHCARD QUESTION
Front
<?php If (isset($_POST['username']) && isset($_POST['password'])){ $username = $_POST['username']; $password = $_POST['password'];} ?> En el anterior código PHP, ¿qué hace la instrucción isset?
Back
La instrucción isset determina si una variable está definida y no es null.
3.
FLASHCARD QUESTION
Front
<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:
Back
La cargar de un archivo
4.
FLASHCARD QUESTION
Front
<?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?
Back
Se deben incluir los parámetros $x - $y
5.
FLASHCARD QUESTION
Front
Complete el anterior arreglo dimensional agregando la siguiente información que considere que la complementa sin ningún tipo de error: 345 => [ 'nombre' => 'Bolso minúsculo', 'precio' => 50.000, 'sexo' => 'Mujer' ], 345 => [ 'nombre' => 'Bolso minúsculo', 'precio' => 50.000, 'sexo' => 'Mujer' ], 345 => [ 'nombre' => 'Bolso minúsculo', 'precio' => 50.000, 'sexo' => 'Mujer' ],, 345 => [ 'nombre' => 'Bolso minúsculo', 'precio' => 50.000, 'sexo' => 'Mujer' ];
Back
345 => [ 'nombre' => 'Bolso minúsculo', 'precio' => 50.000, 'sexo' => 'Mujer' ] ];
6.
FLASHCARD QUESTION
Front
Recorrer el array apartamentos e imprimir el contenido de cada uno de sus arreglos.
Back
foreach ($apartamentos as $producto) { foreach ($producto as $elemento) { echo "$elemento \n"; } }
7.
FLASHCARD QUESTION
Front
Escribe la forma abreviada del siguiente condicional para su posterior visualización al cliente: if (5>10) { echo 'verdadero'; } else { echo 'falso'; }
Back
echo (5 > 10) ? 'verdadero' : 'falso';
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
22 questions
HTML & CSS
Flashcard
•
9th - 12th Grade
18 questions
Nitrogen Cycle Flashcard
Flashcard
•
11th Grade
19 questions
Conditional Statements
Flashcard
•
10th Grade
24 questions
Identifying Types of Chemical Reactions
Flashcard
•
10th - 12th Grade
28 questions
HTML 1-2 тақырып
Flashcard
•
10th Grade
22 questions
Types of Reactions
Flashcard
•
10th - 12th Grade
29 questions
Review for Chemistry Fall Final
Flashcard
•
10th Grade
20 questions
Balancing Equations Practice
Flashcard
•
10th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade