PHP

Quiz
•
Computers
•
12th Grade
•
Medium
Julia Barata
Used 8+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quais são os dois tipos de arrays no php?
Indexed, sequence
Associative, sequence
Indexed, associative
Nenhum
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$a=array("Timmy","Jimmy");
O código é um exemplo de um array:
Indexed
Associative
Sequence
Nenhum
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
As funções iniciam-se com que palavra reservada?
Function
Static
function
FUNCTION
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<?php
function add()
{
global $a=10;
echo $a;
}
add();
$a+=10;
?>
O output do código é:
10
15
20
30
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O que significa PHP?
PHP: Hypertext Preprocessor
Private Home Page
Personal Hypertext Processor
Public Home Page
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quais as tags que delimitam código PHP?
<&>...</&>
<?php>...</?>
<?php...?>
<script>...</script>
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é o símbolo utilizado para definir uma variável em PHP?
!
&
$
qualquer caracter alfanumérico
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
การพัฒนาเว็บไซต์

Quiz
•
10th - 12th Grade
20 questions
Prueba Diagnóstica PHP Básico

Quiz
•
10th Grade - University
21 questions
EXAMEN PROGRAMACION WEB

Quiz
•
12th Grade
20 questions
LABORATORIO II

Quiz
•
12th Grade
25 questions
PHP: Hypertext Preprocessor

Quiz
•
12th Grade
25 questions
UH PEMROGRAMAN DASAR 1

Quiz
•
10th - 12th Grade
20 questions
12 CA 1-10

Quiz
•
12th Grade
22 questions
Web Development

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade