To save your document as a single page web file, use the ________ extension

A) HTTP B) RTF C) M HTML D) HTML

D

Computer Science & Information Technology

You might also like to view...

A background ________ is a slide background fill variation that combines theme colors in different intensities or patterns

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1. Activation records are used to implement recursion. 2. A recursively written method will usually run slower and use more storage than an equivalent iterative version. 3. A recursive method must never return a value. 4. Binary search is a divide and conquer algorithm. 5. The binary search algorithm is extremely slow compared to an algorithm that simply tries all array elements in order.

Computer Science & Information Technology