PHP Exam Questions With Answers Graded A+
What does php stand for?
PHP stands for PHP: Hypertext Preprocessor
is PHP server side or client side scripting language?
server side
how are php files returned to the browser?
PHP files are returned to the browser as plain HTML
how is a ...
PHP Exam Questions With Answers Graded
A+
What does php stand for?
PHP stands for PHP: Hypertext Preprocessor
is PHP server side or client side scripting language?
server side
how are php files returned to the browser?
PHP files are returned to the browser as plain HTML
how is a php started and ended?
A PHP scripting block always starts with <?php and ends with ?>
where can a php script be placed in the document?
anywhere
how must each php code line end?
with a semi colon
what is the purpose of the semi colon?
it is a separator and used to distinguish one set of instructions from another
what are two basic statements to output text with PHP?
echo and print
what happens if the php file has an html extension instead of PHP?
the php code will not be executed
how is a single line comment made in php?
With //
how is a comment block made?
//
What are variables used for?
Variables are used for storing values, such as numbers, strings or function results, so that they can be
used many times in a script.
what do all variables start with?
All variables in PHP start with a $ sign symbol.
The correct way of setting a variable in PHP:
, $var_name = value;
is PHP strongly or loosely typed?
loosely
in php does a variable need to be declared (created) before being set?
no, php automatically creates the variable and sets it to the correct type.
What is meant by the term strongly typed?
variables have to be defined before they can be used
in php how must a variable name start?
A variable name must start with a letter or an underscore _
What kinds of characters can a variable name contain?
A variable name can only contain alpha-numeric characters and underscores (a-z, A-Z, 0-9, and _ )
should a variable name contain spaces?
no
if a variable name is more than one word how should it be formatted?
with an underscore between words or with the second word capitalized
What is a string variable used for?
A string variable is used to store and manipulate a piece of text.
What is the only string operator in php?
The concatenation operator (.)
What is the concatenation operator used for?
to put two string values together.
what are operators used for?
Operators are used to operate on values.
What kinds of different operators exist?
arithmetic, assignment, comparison, and logical
when should the if else statement be used?
if you want to execute a set of code when a condition is true and another if the condition is not true
when should the else if statement be used?
is used with the if...else statement to execute a set of code if one of several condition are true
Alle Vorteile der Zusammenfassungen von Stuvia auf einen Blick:
Garantiert gute Qualität durch Reviews
Stuvia Verkäufer haben mehr als 700.000 Zusammenfassungen beurteilt. Deshalb weißt du dass du das beste Dokument kaufst.
Schnell und einfach kaufen
Man bezahlt schnell und einfach mit iDeal, Kreditkarte oder Stuvia-Kredit für die Zusammenfassungen. Man braucht keine Mitgliedschaft.
Konzentration auf den Kern der Sache
Deine Mitstudenten schreiben die Zusammenfassungen. Deshalb enthalten die Zusammenfassungen immer aktuelle, zuverlässige und up-to-date Informationen. Damit kommst du schnell zum Kern der Sache.
Häufig gestellte Fragen
Was bekomme ich, wenn ich dieses Dokument kaufe?
Du erhältst eine PDF-Datei, die sofort nach dem Kauf verfügbar ist. Das gekaufte Dokument ist jederzeit, überall und unbegrenzt über dein Profil zugänglich.
Zufriedenheitsgarantie: Wie funktioniert das?
Unsere Zufriedenheitsgarantie sorgt dafür, dass du immer eine Lernunterlage findest, die zu dir passt. Du füllst ein Formular aus und unser Kundendienstteam kümmert sich um den Rest.
Wem kaufe ich diese Zusammenfassung ab?
Stuvia ist ein Marktplatz, du kaufst dieses Dokument also nicht von uns, sondern vom Verkäufer ACADEMICAIDSTORE. Stuvia erleichtert die Zahlung an den Verkäufer.
Werde ich an ein Abonnement gebunden sein?
Nein, du kaufst diese Zusammenfassung nur für 10,10 €. Du bist nach deinem Kauf an nichts gebunden.