(A) Many
(B) Some
(C) Only one
(D) None
Category: Fundamentals of Algorithms Mcqs
Fundamentals of Algorithms Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Algorithms Mcqs section will help users to prepare mcqs of Computer Algorithms for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, System administrator and all other Exams can prepare their Algorithms portion from here.
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)