Web Development College Quiz 1
Question 1
What is the name given to Internet technologies supporting user collaboration and data exchange?
Select one:
- a. Web 2.0
- b. SQL Server
- c. Mobile technology
- d. Android
The correct answer is: Web 2.0
Question 2
What are advantages of scripted applications over compiled applications? Choose all that apply.
Select one or more:
- a. performance
- b. readability
- c. maintainability
- d. functionality
The correct answers are: readability, maintainability
Question 3
What are examples of a scripted language? Choose all that apply.
Select one or more:
- a. C++
- b. PHP
- c. Perl
- d. Objective-C
The correct answers are: PHP, Perl
Question 4
Which database in the list is Open Source?
Select one:
- a. SQL Server
- b. MySQL
- c. Oracle
- d. Apache
The correct answer is: MySQL
Question 5
What is a good example of static Internet content?
Select one:
- a. CNN news page
- b. Yahoo home page
- c. Facebook Wall
- d. None of the above
The correct answer is: None of the above
Question 6
True or False: Most of the web sites today are Web 2.0.
Select one:
- True
- False
The correct answer is 'True'.
Question 7
True or False: Server-side programming allows users to login to web sites and generate content each time the page is visited.
Select one:
- True
- False
The correct answer is 'True'.
Question 8
True or False: Server-side programming uses some of the same languages as client-side (workstation) programming.
Select one:
- True
- False
The correct answer is 'True'.
Question 9
Select an example of a server-side programming language:
Select one:
- a. JavaScript
- b. Perl
- c. HTML
- d. CSS
The correct answer is: Perl
Question 10
The speed of writing server code is increased when:
Select one:
- a. The developer receives immediate feedback upon making changes
- b. The software is compiled before it is executed
- c. The developer uses discussion forums to debug code
- d. The software interpreted and error reporting is turned of
The correct answer is: The developer receives immediate feedback upon making changes
Question 11
What program can be used on a Windows computer to access a command prompt on a Unix/Linux server?
Select one:
- a. putty.exe
- b. SQL Server
- c. cmd
- d. Internet Explorer
The correct answer is: putty.exe
Question 12
What commands can be used on a Linux server?
Select one or more:
- a. putty.exe
- b. ls
- c. make
- d. Click on Start button
The correct answers are: ls, make
Question 13
What Linux command downloads source code?
Select one:
- a. mput
- b. get
- c. Internet Explorer
- d. wget
The correct answer is: wget
Question 14
True or False: Source code can be executed.
Select one:
- True
- False
The correct answer is 'False'.
Question 15
True or False: Software can be compiled at the command prompt.
Select one: * True * False
The correct answer is 'True'.