Exam 1: Getting Started With Php

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

The numbering of elements within an array starts with an index number of one (1).

(True/False)
4.7/5
(45)

The term ____________________ refers to a subroutine that performs a specific task.

(Short Answer)
4.9/5
(33)

A(n) ____ operator is used in PHP to perform mathematical calculations.

(Multiple Choice)
4.8/5
(38)

The individual lines of code that make up a PHP script are called ____________________.

(Short Answer)
4.9/5
(46)

The ____ operator executes one of two expressions based on the results of a conditional expression.

(Multiple Choice)
4.7/5
(42)

Reference or ____________________ data types can contain multiple values or complex types of information.

(Short Answer)
4.8/5
(40)

____ a variable is the processing of assigning a first value to a variable.

(Multiple Choice)
4.8/5
(38)

The primary purpose of a semicolon in PHP is to identify the end of a line.

(True/False)
4.9/5
(33)

Assigning the value ____________________ to a variable indicates that the variable does not contain a usable value.

(Short Answer)
4.8/5
(33)

Arrays and objects are examples of the primitive data type.

(True/False)
4.9/5
(41)

Exponential ____ is a shortened format for writing very large numbers with any decimal places.

(Multiple Choice)
4.9/5
(34)

The values assigned to different array elements of the same array can be of different data types.

(True/False)
4.9/5
(36)

Data types that can be assigned only a single value are called primitive types.

(True/False)
4.9/5
(46)

The print_r ( ), var_export(), and var_dump( )functions are used with ____ to display the index and value of each element.

(Multiple Choice)
4.8/5
(28)

The ____________________ function is used to find the total number of elements in an array.

(Short Answer)
4.8/5
(34)

The PHP Group recommends you use the standard ____ script delimiters to write PHP code declaration blocks.

(Multiple Choice)
4.8/5
(37)

One way to ensure that a variable is of the correct data type is through type ____________________.

(Short Answer)
4.8/5
(42)

A(n) ____________________ is a character or sequence of characters used to mark the beginning and end of a code segment.

(Short Answer)
4.9/5
(34)

When using the <script> element, a value of "php" must be assigned to the type attribute.

(True/False)
4.8/5
(36)

In a ____ programming language the data type for a variable will not change after it has been declared.

(Multiple Choice)
4.9/5
(34)
Showing 41 - 60 of 83
close modal

Filters

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