Web Development College Quiz 3
Question 1
What is a correct way to add a comment in PHP?
Select one:
- a.
<comment> </comment>
- b.
<!-- -->
- c.
*\ *\
- d.
/* */
The correct answer is: d. / /
Question 2
Identify a valid PHP variable:
Select one:
- a. x
- b. x$
- c. $x
- d. $x$
The correct answer is: c. $x
Question 3
PHP script can perform the following functions:
Select one:
- a. Generate an email to one or more receipients.
- b. Insert data into a database
- c. Display data from a database
- d. All of the above
The correct answer is: d. All of the above
Question 4
What systems allow efficient web site management?
Select one:
- a. CMS
- b. LMS
- c. ERP
- d. CRM
The correct answer is: a. CMS
Question 5
What language is Drupal written in?
Select one:
- a. ASP
- b. PHP
- c. C++
- d. Java
The correct answer is: b. PHP
Question 6
What file types is Drupal distributed in? Check all that apply.
Select one or more:
- a. php
- b. .tgz
- c. .zip
- d. .txt
The correct answer is: b. .tgz, c. .zip
Question 7
What major organization runs Drupal as their CMS?
Select one:
- a. facebook.com
- b. whitehouse.gov
- c. amazon.com
- d. oracle.com
The correct answer is: b. whitehouse.gov
Question 8
What feature allows users to modify content in Drupal?
Select one:
- a. interoperability
- b. integration
- c. integer
- d. authentication
The correct answer is: d. authentication
Question 9
True or False: Drupal cannot be used for large organizations.
Select one:
- True
- False
The correct answer is: False
Question 10
True or False: Drupal can be used at small organizations.
Select one:
- True
- False
The correct answer is: True
Question 11
True or False: Drupal can store files, which are then available to visitors for download.
Select one:
- True
- False
The correct answer is: True
Question 12
What feature of Drupal makes the look of the system flexible?
Select one:
- a. artwork
- b. themes
- c. graphics
- d. design
The correct answer is: b. Themes
Question 13
What feature of Drupal allows administrators to customize the system and make it do new things?
Select one:
- a. modules
- b. plugins
- c. PHP development
- d. coDrupal
The correct answer is: b. Plugins.
Question 14
Social networks are part of which Internet era?
Select one:
- a. Web 1.0
- b. ARPA
- c. Web 2.0
- d. Web 3.0
The correct answer is: Web 2.0
Question 15
What does the “cd” command do?
Select one:
- a. Displays current directory
- b. Lists the contents of a directory
- c. Opens the CD ROM
- d. Changes current directory
The correct answer is: Changes current directory