Which of the following is a markup language rather than a programming language?

A. C
B. HTML
C. Perl
D. PHP

Answer: B

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) BinaryFormatter allows only for reading objects. 2) The name of the file to open is specified as the first argument to the FileStream constructor. 3) Class File can only create new files. 4) Class Directory is used to change directories. 5) Method GetFiles of class Directory can be used to display all the files in a given directory.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) An array is a dynamic data structure. 2) Boxing can be either implicit or explicit. 3) Unboxing can be either implicit or explicit. 4) C# programs must explicitly release dynamically allocated memory. 5) If no memory is available, new throws an OutOfMemoryException.

Computer Science & Information Technology