The following algorithm represents the ____.Function Numeric unKnown(Numeric x, Numeric y)   If y = 0 Then      Return x   Else      Return GCD(y, x % y)   End IfEnd Function

A. sum of squares
B. Fibonacci series
C. GCD function
D. factorial series

Answer: C

Computer Science & Information Technology

You might also like to view...

What type of image is composed of tiny squares or dots that correspond to one pixel?

a. Bitmapped graphic b. MPEG-1 Audio Layer 3 c. Moving Picture Experts Group

Computer Science & Information Technology

When you enter a value in the Text property for a Label object, the value will be displayed in the Text object. _________________________

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

Computer Science & Information Technology