Chapter 1 Flashcards
What is ‘Open Source’
Open source means you can view and edit the code of an application.
What is an application called that you can edit and view the code of?
Open Source
What is ‘Freeware’?
Freeware is software that is free to use, but you are unable to edit the source code of the application.
PHP is Open Source. True or False.
Ture. PHP is Open Source.
PHP is NOT Open Source. True or False.
False. PHP is Open Source.
What is the difference between Open Source and Freeware?
Open source allows you to not only use the application, you can view and edit the source code. Freeware only allows you to use the application for free, you are unable to edit the source.
What is a Static Web Site?
A static web site is a page of content that is rendered the same every time it is requested.
What is a Dynamic Web Site?
A dynamic web site is one with content that is regenerated every time a user visits or reloads the site.
A Dynamic Web Site is a page of content that is rendered the same every time it is requested. True or False?
False. A dynamic website is one with content that is regenerated every time a user visits or reloads the site.
A Static Web Site is one with content that is regenerated every time a user visits or reloads the site. True or False.
False. A static website is a page of content that is rendered the same every time it is requested.
A static web site is a page of content that is rendered the same every time it is requested. True or False.
True.
A dynamic web site is one with content that is regenerated every time a user visits or reloads the site.
True.
What does HTTP stand for?
Hypertext Transfer Protocol
What is the acronym for Hypertext Transfer Protocol?
HTTP
What does the HTTP request look like?