In computer programming, an algorithm that calls itself is said to be ____.

A. iterative
B. recursive
C. cyclic
D. repetitive


Answer: B

Computer Science & Information Technology

You might also like to view...

The first step in the process of converting a bitmap to a vector is to ____ the bitmap into a Flash document.

a. convert b. install c. trace d. import

Computer Science & Information Technology

(Bubble Sort) In the bubble sort algorithm, smaller values gradually “bubble” their way up- ward to the top of the array like air bubbles rising in water, while the larger values sink to the bot- tom. The bubble sort makes several passes through the array. On each pass, successive pairs of elements are compared. If a pair is in increasing order (or the values are identical), we leave the values as they are. If a pair is in decreasing order, their values are swapped in the array. Write a program that sorts an array of 10 integers using bubble sort.

What will be an ideal response?

Computer Science & Information Technology

Which of the followings is the correct CSS style rule that removes the bullet next to each list item?

a. li {list-bullet: none}; b. li {list-type: none}; c. li {list-style: none}; d. li {list-style-type: none};

Computer Science & Information Technology

In addition to managing Web feeds, FeedBurner manages ____.

A. Web-based feed readers B. your podcast settings C. audio and video podcast feeds D. blogs and wikis

Computer Science & Information Technology