Tag: web technology

Questions Related to web technology

  1. delimited by single quote

  2. delimited by double quote

  3. delimited by <<< identifier

  4. All of above


Correct Option: D
  1. delimited by single quote

  2. delimited by double quote

  3. delimited by <<< identifier

  4. All of above


Correct Option: C
  1. Integer

  2. Float

  3. String

  4. Booleans


Correct Option: C
  1. (array)

  2. (int64)

  3. (real) or (double) or (float)

  4. (object)


Correct Option: B
  1. Identifier are case sensitive. So $result is different than $ result

  2. Identifiers can be any length

  3. Both of above

  4. None of above


Correct Option: C
  1. my-function

  2. size

  3. –some word

  4. This&that


Correct Option: D

The left association operator % is used in PHP for

  1. percentage

  2. bitwise or

  3. division

  4. modulus


Correct Option: D
  1. Hyper Text Mark Language

  2. HyperText Multiple Languages

  3. HyperText Markup Language

  4. Hyperlink Markup Languages


Correct Option: C