Analysis of Algorithms and Computational Complexity Questions and Answers
Practice ModeShowing 10 of 239 questions
Q91
C programming language by itself provides
Answer: Option D
Q92
Which of the following are not provided in C ?
Answer: Option C
Q93
A connected graph is the one which
Answer: Option A
Q94
In which kind of storage structure for strings, one can easily insert, delete, concatenate, and rearrange substrings?
Answer: Option C
Q95
Which of the following is not a characteristic of COBOL ?
Answer: Option B
Q96
Which of the following is an example of a problem oriented language ?
Answer: Option D
Q97
In the evaluation of a computer language, all of the following characteristics should be considered except
Answer: Option D
Q98
A factor in the selection of a source language is
Answer: Option D
Q99
A computer-generated output that let programmers following the execution of their programs line by line is a:
Answer: Option B
Q100
The number of binary trees with 3 nodes which when traversed in post-order gives the sequence A, B, C is
Answer: Option D