The path to a cleaner version of HTML involved rewriting HTML in terms of ____.
A. CML
B. SGML
C. XML
D. Java
Answer: C
You might also like to view...
A virtual function is a function that expects to be __________ in a derived class.
a. ignored b. called frequently c. overridden d. private e. None of these
The process of converting from analog to digital information is a two-step process—sampling and quantizing. In converting an analog image to a digital image, the sampling rate affects _____.
A. the bit depth of the resulting digital image B. the pixel dimensions of the resulting digital image
How would you write the following algebraic equation in C++? c = (a + b )2 (a - b )2
A. c = (a+b)^2 * (a-b)^2 B. c = a+b^2*a-b^2 C. c = (a+b^2)(a-b)^2 D. c = sqrt(a+b)(a-b)
An attacker sends many packets to a host opening up many TCP sessions that keep the users from accessing services. What type of an attack is this?
a. SYN attack b. Spoof c. Smurf attack d. Directed broadcast