Exam 1: Getting Started With Php

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

To execute a function, you must use a function ____________________.

Free
(Short Answer)
4.9/5
(39)
Correct Answer:
Verified

call

A Web document containing PHP code must have an extension of ____________________.

Free
(Short Answer)
4.8/5
(32)
Correct Answer:
Verified

.php
php

Type casting, changes the data type of a variable from one data type to another.

Free
(True/False)
4.7/5
(28)
Correct Answer:
Verified

False

The process of specifying and creating a variable name is called ____________________ the variable.

(Short Answer)
4.8/5
(42)

In PHP, you can declare a variable without assigning a value to it.

(True/False)
4.8/5
(41)

You use the ____ function to find the total number of elements in an array.

(Multiple Choice)
4.7/5
(33)

A(n) ____________________ contains information that does not change during the course of program execution.

(Short Answer)
4.8/5
(43)

The ____________________ attribute is used with the <script> element and must be assigned a value of "php".

(Short Answer)
4.9/5
(37)

The ____ operation uses the === (triple equal sign) to compare two operands for equality and data type.

(Multiple Choice)
4.7/5
(32)

The ____ type is the specific category of information that a variable contains.

(Multiple Choice)
4.7/5
(36)

____________________ are lines you place in your code that do not get executed but provide information.

(Short Answer)
4.8/5
(35)

In PHP, each statement must be placed on a separate line.

(True/False)
4.9/5
(38)

The source code for PHP can be viewed in the client browser.

(True/False)
4.9/5
(28)

The symbol ( || ) is used for the logical ____________________ operator.

(Short Answer)
4.8/5
(29)

A line comment must be placed at the end of the line to which the comment refers.

(True/False)
4.9/5
(42)

Using the standard method of writing PHP blocks, the are used to begin and end a code block.

(True/False)
4.8/5
(42)

If you use a variable name in a text string enclosed by single quotation marks, the name of the variable will display.

(True/False)
4.7/5
(29)

A(n) ____ operator requires a single operand either before or after the operator.

(Multiple Choice)
4.9/5
(27)

A(n) ____ is a literal value or variable that can be evaluated by the PHP scripting engine to produce a result.

(Multiple Choice)
4.8/5
(42)

The echo( ) and print( )____________________ are used to display text that is returned as a response to a client.

(Short Answer)
4.9/5
(40)
Showing 1 - 20 of 83
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)