?
?
Referring to the code shown in the figure above, which element specifies the path and filename of the video file for older browsers?

A. video
B. source
C. object
D. param


Answer: D

Computer Science & Information Technology

You might also like to view...

Identify the letter of the choice that best matches the phrase or definition.

A. Built-in function that calculates the payments for a loan based on constant payments and a constant interest rate B. Class that provides standard math procedures required for mathematical calculations C. Math class method that returns the absolute value of a number D. Math class method that will raise a number to a power E. Method of the Math class that returns the smaller of two numbers F. Math class constant that is the natural exponent

Computer Science & Information Technology

A case block is well suited to situations where you need to compare a single value to a whole range of possible matches.

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

Computer Science & Information Technology

All preprocessor directives, variables, named constants, and functions, except main(), must be either declared or defined before they can be used.

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

Computer Science & Information Technology

Which of the following is a function that takes a variable-length string or message and produces a fixed-length message digest?

A. RSA algorithm B. hashing algorithm C. data algorithm D. VLS algorithm

Computer Science & Information Technology