Cs Mcqs Blogspot Com 2012 06 Data Structures Algorithms Mult
Cs Mcqs Blogspot Com 2012 06 Data Structures Algorithms Mult
About
Contact
COMPUTER SCIENCE SOLVED MCQS
More Solved MCQs For All
Menu
Powered by Blogger.
HOME
Home » Data structures and Algorithms (MCQs) » Data structures &
Algorithms - Multiple Choice Questions (MCQs) - Objective
ABOUT POPULAR POSTS COMMENTS BLOG ARCHIVE
Data
ARCHIVE
structures & Algorithms - Multiple Choice Digital Systems Solved MCQs
Questions
COMMENTS
(MCQs) - Objective Inherited attribute is a natural
choice in ...
5:03:00 PM Data structures and Algorithms (MCQs)
WITH SUB MENU
Set
ERROR -404
1 Computer Arithematics Solved MCQs
Computer Arithematics Solved
MCQs 1) The advantage of single
bus over a multi bus is ? low cost
flexibility in attaching ...
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Collection from: www.cs-mcqs....
2. The time factor when determining the efficiency of algorithm is
measured by
a. Counting microseconds
b. Counting the number of key operations
c. Counting the number of statements
Computer Graphics Solved MCQs
d. Counting the kilobytes of algorithm
1) What is ZUI in computer
Graphics ? A Widget Logical
Collection on http://www.cs-mcqs.blogspot.com
Enhancement of GUI An application
that saves memory None of abov...
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Discrete Structure Solved MCQs 1)
6. The Average case occur in linear search algorithm Let A and B be any two arbitrary
a. When Item is somewhere in the middle of the array events then which one of the
b. When Item is not in the array at all following is true ? P( A in...
c. When Item is the last element in the array
d. When Item is the last element in the array or is not there at
all
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
10. The complexity of Bubble sort algorithm is
a. O(n)
b. O(log n)
c. O(n2)
d. O(n log n)
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
14. Which of the following data structure is linear data structure?
a. Trees
b. Graphs
c. Arrays
d. None of above
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
16. Finding the location of the element with a given value is:
a. Traversal
b. Search
c. Sort
d. None of above
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
18. Linked lists are best suited
a. for relatively permanent collections of data
b. for the size of the structure and the data in the structure are
constantly changing
c. for both of above situation
d. for none of above situation
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Collection on http://www.cs-mcqs.blogspot.com
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Answers
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
13. Which of the following data structure is not linear data
structure?
d. None of above
14. Which of the following data structure is linear data
structure?
c. Arrays
15. The operation of processing each element in the list is
known as
d. Traversal
16. Finding the location of the element with a given value
is:
b. Search
17. Arrays are best data structures
a. for relatively permanent collections of data
18. Linked lists are best suited
b. for the size of the structure and the data in
the structure are constantly changing
19. Each array declaration need not give, implicitly or
explicitly, the information about
c. the first data from the set to be stored
Set - 2
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
2. The memory address of fifth element of an array
can be calculated by the formula
a. LOC(Array[5]=Base(Array)+w(5-lower bound),
where w is the number of words per memory cell
for the array
b. LOC(Array[5])=Base(Array[5])+(5-lower
bound), where w is the number of words per
memory cell for the array
c. LOC(Array[5])=Base(Array[4])+(5-Upper
bound), where w is the number of words per
memory cell for the array
d. None of above
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
c. there must be a mechanism to access middle
element directly
d. binary search algorithm is not efficient when
the data elements are more than 1000.
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
10. Each data item in a record may be a group item
composed of sub-items; those items which are
indecomposable are called
a. elementary items
b. atoms
c. scalars
d. all of above
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
14. When new data are to be inserted into a data
structure, but there is no available space; this
situation is usually called
a. underflow
b. overflow
c. housefull
d. saturated
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
19. A data structure where elements can be added
or removed at either end but not in the middle
a. Linked lists
b. Stacks
c. Queues
d. Deque
Answers
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
a. linear arrays
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
items which are indecomposable are called
d. all of above
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
18. The term "push" and "pop" is related to
the
c. stacks
Set - 3
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
c. Priority queues
d. None of above
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
a. Dn = n log2n
b. Dn = n log2n+1
c. Dn = log2n
d. Dn = log2n+1
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
11. The post order traversal of a binary tree is
DEBFCA. Find out the pre order traversal
a. ABFCDE
b. ADBFEC
c. ABDECF
d. ABDCEF
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
b. Binary search trees
c. Heaps
d. None of above
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
20. If every node u in G is adjacent to every other
node v in G, A graph is said to be
a. isolated
b. complete
c. finite
d. strongly connected
Answers:
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
5. To represent hierarchical relationship between
elements, which data structure is suitable?
c. Tree
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD