PHP and Web Technology Basics

Test your knowledge of PHP scripting, web development concepts, and search engine optimization (SEO) fundamentals

8 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How the site getting indexed in search engine?

  1. Affiliate marketing
  2. Cost per impression
  3. Cost per action
  4. Search engine crawlers
Question 2 True/False

Spamdexing also known as search engine spam?

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

This is not a part of SEO techniques?

  1. Link exchange
  2. Social bookmarking
  3. Adsense
  4. Directory submission
Question 4 Multiple Choice (Single Answer)

A script is a

  1. Program or sequence of instructions that is interpreted or carried out by processor directly
  2. Program or sequence of instruction that is interpreted or carried out by another program
  3. Program or sequence of instruction that is interpreted or carried out by web server only
  4. None of above
Question 5 Multiple Choice (Single Answer)

When compared to the compiled program, scripts run

  1. Faster
  2. Slower
  3. The execution speed is similar
  4. All of above
Question 6 Multiple Choice (Single Answer)

PHP is a widely used ……………. scripting language that is especially suited for web development and can be embedded into html

  1. Open source general purpose
  2. Proprietary general purpose
  3. Open source special purpose
  4. Proprietary special purpose
Question 7 Multiple Choice (Single Answer)

Which of the following is not true?

  1. PHP can be used to develop web applications.
  2. PHP makes a website dynamic
  3. PHP applications can not be compiled
  4. PHP can not be embedded into html.
Question 8 Multiple Choice (Single Answer)

The most portable version of PHP tag that is compatible to embed in XML or XHTML too is:

  1. <? ?>
  2. <script language=”php”> </script>
  3. <% %>
  4. NONE