You must use the correct file ______________ to identify your file to the browser.

Fill in the blank(s) with the appropriate word(s).


extension

Computer Science & Information Technology

You might also like to view...

( *max )( num1, num2, num3 );:

a. Is the header for function max. b. Is a call to the function pointed to by max. c. Is the prototype for function max. d. Is a declaration of a pointer to a function called max.

Computer Science & Information Technology

Which symbol indicates that all columns should be retrieved?

a. ? b. * c. + d. /

Computer Science & Information Technology

. Write a shell function called octal that converts octal numbers given as command-line arguments to decimal numbers and prints them out, one per line

$ octal 10 11 12 8 9 10 (Korn shell users, remember that if you assign a decimal number to a variable when it's declared – for example, typeset –i d=10#0 – assignments to this variable from other bases are automatically converted to decimal.)

Computer Science & Information Technology

Under the class system, what was the default subnet mask of Class C addresses?

A. 255.0.0.0 B. 255.255.0.0 C. 255.255.255.0 D. 255.255.255.255

Computer Science & Information Technology