(A) Planar
(B) Contains no cycles
(C) Directed graph
(D) Completely connected
Author:
Graph in which all vertices have equal degree is called?
(A) Simple graph
(B) Multi graph
(C) Regular graph
(D) Complete graph
In queues the end from where items inserted is called?
(A) Rear
(B) Top
(C) Front
(D) None of the above
Representation of two dimensional arrays in memory is?
(A) Column major
(B) Row major
(C) Both column major and row major
(D) None of the above
Which data structure is used for implementing recursion?
(A) Array
(B) Tree
(C) Queue
(D) Stack
Address of the first element of the array is called?
(A) Initial address
(B) Base address
(C) First address
(D) Location address
The data structure required to check whether an expression contains balanced parenthesis is?
(A) Array
(B) Tree
(C) Queue
(D) Stack
A linked list can be?
(A) Single
(B) Double
(C) Circular
(D) All of the above