(A) Many
(B) Some
(C) Only one
(D) None
Tag: Fundamentals of Computer Algorithms
Like a program, an algorithm is a mathematical entity, which is not independent of a specific programming language, machine, or compiler?
(A) True
(B) False
(C) NA
(D) NA
An __ is thus a sequence of computational steps that transform the input into output?
(A) Data Structure
(B) Data Process
(C) Algorithm
(D) Program
The word Algorithm comes from the name of the muslim author__.
(A) Ibne-ul Hasem
(B) Abu Ja’far Mohammad ibn Musa al- Khowarizmi
(C) Jaber Bin Hayan
(D) None
Al-Khwarizmi died __ C.E.__.
(A) around 900
(B) around 840
(C) around 740
(D) around 700
Abu Ja’far Mohammad ibn Musa al-Khowarizmi was born in the eighth century at Khwarizm (Kheva), in__.
(A) Iraq
(B) Iran
(C) Uzbekistan
(D) Turkey
Al-Khwarizmi’s work was written in a book titled al Kitab almukhatasar fi hisab al-jabr wa’l-muqabalah (The Compendious Book on Calculation by Completion and Balancing)__.
(A) True
(B) False
(C) NA
(D) NA
Consider the following code: For(j=1; j?
(A) O(n)
(B) O(n^3)
(C) O(n2 log n)
(D) O(n^2)