|
| 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, one from each of these script languages: ASP, C++, JavaScript, Perl, and PHP. 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 language is the following code written in:
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; |
|
Copyright, FunTrivia.com. All Rights Reserved. Legal / Conditions of Use
|