
PHP_

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Claudia Buono
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale dei seguenti modi è corretto per dichiarare una variabile in PHP?
variable nome;
$nome;
var nome;
nome = "";
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale funzione PHP viene utilizzata per contare il numero di elementi in un array?
size()
length()
count()
elements()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cosa stamperà il seguente codice PHP?
Maggiore di 10
Non maggiore di 5
Maggiore di 5
Nessuna delle precedenti
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dato l'array $frutti = ["mela", "banana", "arancia"];, cosa stamperà il seguente codice PHP?
0 1 2
mela banana arancia
mela banana arancia
$frutti[0] $frutti[1] $frutti[2]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Come si accede al primo elemento dell'array $colori = ["rosso", "verde", "blu"]; in PHP?
$colori[1]
$colori
$colori[0]
first($colori)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quale delle seguenti istruzioni PHP interrompe l'esecuzione di un ciclo (while, for, foreach) e passa all'istruzione successiva dopo il ciclo?
break;
continue;
exit();
return;
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
In PHP, i nomi delle variabili iniziano sempre con il simbolo del __________.
8.
FILL IN THE BLANK QUESTION
1 min • 1 pt
La funzione PHP __________ viene utilizzata per visualizzare output sullo schermo
Similar Resources on Wayground
10 questions
Informatika Fase F - Karakter dan String

Quiz
•
11th Grade
10 questions
12th comp app lesson 5

Quiz
•
12th Grade
10 questions
Evaluasi PHP 1

Quiz
•
10th Grade
10 questions
FINALISTA PHP

Quiz
•
12th Grade
10 questions
Untitled Quiz

Quiz
•
11th Grade
10 questions
XII RPL 1 - Ulangan Harian 1 - Android

Quiz
•
12th Grade
10 questions
PhP vs JavaScript

Quiz
•
10th Grade
10 questions
Pemrograman Website dengan Laravel (Pretest)

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade