PHP and Web Technology Basics
Test your knowledge of PHP scripting, web development concepts, and search engine optimization (SEO) fundamentals
Questions
Question 1 Multiple Choice (Single Answer)
How the site getting indexed in search engine?
- Affiliate marketing
- Cost per impression
- Cost per action
- Search engine crawlers
Question 2 True/False
Spamdexing also known as search engine spam?
- True
- False
Question 3 Multiple Choice (Single Answer)
This is not a part of SEO techniques?
- Link exchange
- Social bookmarking
- Adsense
- Directory submission
Question 4 Multiple Choice (Single Answer)
A script is a
- Program or sequence of instructions that is interpreted or carried out by processor directly
- Program or sequence of instruction that is interpreted or carried out by another program
- Program or sequence of instruction that is interpreted or carried out by web server only
- None of above
Question 5 Multiple Choice (Single Answer)
When compared to the compiled program, scripts run
- Faster
- Slower
- The execution speed is similar
- 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
- Open source general purpose
- Proprietary general purpose
- Open source special purpose
- Proprietary special purpose
Question 7 Multiple Choice (Single Answer)
Which of the following is not true?
- PHP can be used to develop web applications.
- PHP makes a website dynamic
- PHP applications can not be compiled
- 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:
- <? ?>
- <script language=”php”> </script>
- <% %>
- NONE