Elementary Data Structure - Online Test

Test Difficulty Level: Easy

Syllabus of Test

Computer Science: Questions from data structure related to Stack,Queue, Binary Tree, etc.

Sample Question from this online test:

Question: Which of the following is the feature of stack

Option A: All operations are at one end

Option B: It cannot reuse its memory

Option C: All elements are of different data type

Option D: Any element can be accessed from it directly

To answer, click the "Start This Test" button below.

Start this Test






Comments

chandan lunthi on 2011-06-13 07:43:43 wrote,

not very good questions.
questions should be more about the general data stucture not
about the complexitys....

pankaj singh on 2011-06-21 18:13:17 wrote,

more question from the time and complexity ....
any way good questions...

shekhar jha on 2011-06-24 12:44:01 wrote,

Question 11 :
Let G be an arbitrary graph with n nodes and k components. If a vertex is removed from G, the number of components in the resultant graph must necessary lie between
Option A: k and n
Option B: k-1 and k+1
Option C: k-1 and k+1
Option D: k+1 and k-n
Your Answer: B
Correct Answer: C

please check the answer B and c are same..