Tag: web technology

Questions Related to web technology

If the file named wrongFile.php doesn't exist,then what will happen?

  1. Will run smoothly

  2. Will generate fetal error.

  3. Generate error and continue executing.

  4. Stop the running.


Correct Option: B,D
  1. mysql con=new mysql("Connection string")

  2. mysql("database name");

  3. mysql_connect("database name")

  4. mysql_connect("database",username,password)


Correct Option: D
  1. Example Markup Language

  2. X-Markup Language

  3. eXtra Modern Link

  4. eXtensible Markup Language


Correct Option: D
  1. In XML,both the tag semantics and the tag set are fixed

  2. XML is a meta-language for describing markup languages

  3. XML is a restricted form of SGML

  4. All the above


Correct Option: B,C
  1. XML elements must have a closing tag

  2. XML tags must be lower case

  3. XML elements must be properly nested

  4. XML attribute values must be quoted


Correct Option: A,C,D