Quiz Answer Key and Fun Facts
1. Which of these is a client-side script, executed in the user's browser?
2. C++, a general programming language also used as a webscript, is based on C. Its name includes the increment operator, which adds 1 to an integer variable.
3. In 2000, the 'grandchild' of C was released, a language designed for Microsoft's .NET framework. Its name is...
4. Some of the most popular webscripts are server-side scripts embedded in HTML pages. Which of the following is 'open source', i.e. free of charge for any use, including modifying the source code?
5. What was the original name of PHP, as created by Rasmus Lerdorf?
6. Each of the following questions shows a line of code from a programming language used for web applications. Which language is the following code written in:
document.bgColor = "FF0000";
7. Which language is the following code written in:
open (IN, "Input.csv") || die "Cannot open input file: $!";
8. Which of these languages is the following code written in (there are some others in which this code would be valid, but they're not listed here)?
shuffle($quotes);
9. Which language is the following code written in:
Response.Write Item & " = " & Request.QueryString(Item)(iCount)
10. Which language is the following code written in:
int i, &x = i;
Source: Author
woordenboer
This quiz was reviewed by FunTrivia editor
crisw before going online.
Any errors found in FunTrivia content are routinely corrected through our feedback system.