0

web technology Online Quiz - 36

Description: web technology Online Quiz - 36
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0
  1. You can use any of the delimiting style

  2. You can use different delimiting styles in same page

  3. You can use any delimiting style but must use a single style consistently for a page

  4. Variables declared in previous blocks are remenbered on later blocks too!


Correct Option: C
  1. Single line c++ syntax - //

  2. Shell syntax - #

  3. Both of above

  4. None of above


Correct Option: C
  1. Php print ("

    I love the summer time

    ";?>

  2. Php $ season="summer time"; print"

    I love the $ season

    "; ?>

  3. I love the summer time ; ecdho $ message; ?>

  4. All of above


Correct Option: D
  1. $ alive is false

  2. $ alive is true

  3. $ alive is overflow

  4. the statement is snot valid


Correct Option: B
  1. 8 bit integer value

  2. 16 bit integer value

  3. 32 bit integer value

  4. 64 bit integer value


Correct Option: D
  1. 8 bit integer value

  2. 16 bit integer value

  3. 32 bit integer value

  4. 64 bit integer value


Correct Option: C
  1. floats

  2. integer

  3. doubles

  4. Real number


Correct Option: B
  1. delimited by single quote

  2. delimited by double quote

  3. delimited by <<< identifier

  4. All of above


Correct Option: D

Which of the following delimiting method is known as string Interpolation

  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
- Hide questions