Exam 1: Getting Started With Php

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

The name you assign to a variable is called a(n) ____________________.

(Short Answer)
4.8/5
(33)

Constant names are always case sensitive.

(True/False)
4.9/5
(32)

The ____ function is used to create a constant.

(Multiple Choice)
5.0/5
(37)

The ____________________ PHP script delimiters omit the word PHP from the opening delimiter.

(Short Answer)
4.8/5
(43)

Both the echo and print statements return a value of 1 if successful and 0 if not successful.

(True/False)
4.8/5
(43)

When using multiple arguments in a function, you must separate the arguments with a comma.

(True/False)
4.9/5
(34)

Constant names, like variable names, must begin with a $.

(True/False)
4.8/5
(37)

____________________ operands are limited to the values TRUE or FALSE.

(Short Answer)
4.8/5
(31)

The ____ symbol is used to suppress any errors that might be generated by an expression to which it is prepended.

(Multiple Choice)
4.9/5
(31)

When you assign a NULL value to a variable, you ensure that the variable does not contain any data.

(True/False)
4.8/5
(33)

____________________ comments allow multiple lines of text to be added.

(Short Answer)
4.8/5
(36)

The equal sign (=)is an example of a(n) ____________________ operator.

(Short Answer)
4.9/5
(36)

The PHP Group officially recommends that you use the ____________________ PHP script delimiters to write PHP code declaration blocks.

(Short Answer)
4.9/5
(33)

A unary operator requires an operand before or after the operator.

(True/False)
4.8/5
(26)

A postfix operator is placed ____________________ a variable.

(Short Answer)
4.9/5
(37)

All Web pages containing PHP code must have an extension of .php.

(True/False)
4.8/5
(34)

____ are symbols, such as the (+) symbol that are used in expressions to manipulate operands.

(Multiple Choice)
4.8/5
(32)

When you pass a variable name to the echo statement, you must enclose the variable name in double quotation marks.

(True/False)
4.8/5
(33)

____ assignment operators perform mathematical calculations on variables and literal values in an expression and then assign a new value to the left operand.

(Multiple Choice)
4.8/5
(39)

The modulus operator returns the remainder left from the division of two integers.

(True/False)
4.9/5
(40)
Showing 61 - 80 of 83
close modal

Filters

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