Extending HTML Flashcards
Which of the following is an interpreted server-side scripting language for creating dynamic webpages?
PHP
Which of the following is a cross-platform programming language that enables users to write custom CGI programs and system management programs?
Perl
Which of the following is Microsoft’s original server-side scripting solution?
ASP
Which of the following is a procedural compiled programming language used to develop stand-alone applications, rather than Web applications?
C
Which of the following is a compiled programming language developed by Microsoft and used for stand-alone applications and server-side Web applications?
Visual Basic
Which of the following is an object-oriented compiled programming language whose programs must be compiled to a specific computer type?
C++
Which of the following is an object-oriented compiled programming language whose applications are platform-independent?
Java
Which of the following is a compiled object-oriented programming language that is the proprietary competitor to Java?
C#
True or False? JavaScript cannot be used to detect browser type and version.
False
True or False? JavaScript offers programmers several advantages, including platform-independence.
True
True or False? JavaScript code needs to reside inside HTML documents to run.
False
True or False? Client-side scripts can be disabled from browsers.
True
True or False? JavaScript is considered an object-oriented language because it supports inheritance.
False
True or False? JavaScript is embedded into XHTML or HTML using the script tag.
True
True or False? You can use JavaScript to deposit cookies on the system hard drive of users who visit your site.
True