Podcast
Questions and Answers
What is the file extension for PHP script files?
What is the file extension for PHP script files?
- .css
- .js
- .html
- .php (correct)
Which operating systems does PHP support?
Which operating systems does PHP support?
- All major UNIX, Linux, Mac, and Windows operating systems (correct)
- Only UNIX and Linux operating systems
- Only Mac operating systems
- Only Windows operating systems
How do PHP statements terminate?
How do PHP statements terminate?
- With a semicolon (;) (correct)
- With an exclamation mark (!)
- With a colon (:)
- With a comma (,)
What is the full form of PHP?
What is the full form of PHP?
Where can PHP code be placed in XHTML markup?
Where can PHP code be placed in XHTML markup?
Which data types are considered 'primitive' in JavaScript?
Which data types are considered 'primitive' in JavaScript?
How are numbers stored in JavaScript?
How are numbers stored in JavaScript?
Which characters can variable names begin with in JavaScript?
Which characters can variable names begin with in JavaScript?
What should every JavaScript statement end with?
What should every JavaScript statement end with?
What is the correct way to declare variables in JavaScript?
What is the correct way to declare variables in JavaScript?
Flashcards are hidden until you start studying