Analysis of Algorithms and Computational Complexity Questions and Answers

Practice Mode
Showing 10 of 239 questions
Q91
C programming language by itself provides
  • A input facility
  • B output facility
  • C both input and output facilities
  • D no input and output facilities
Answer: Option D
Q92
Which of the following are not provided in C ?
  • A tests and loops
  • B grouping and subprograms
  • C synchronization, coroutines, and parallel operations
  • D all of these
Answer: Option C
Q93
A connected graph is the one which
  • A cannot be partitioned without removing an edge
  • B contains at least three loops
  • C does not contain a cycle
  • D is not simple
Answer: Option A
Q94
In which kind of storage structure for strings, one can easily insert, delete, concatenate, and rearrange substrings?
  • A fixed length storage structure
  • B variable length storage with fixed maximum
  • C linked list storage
  • D array type storage
Answer: Option C
Q95
Which of the following is not a characteristic of COBOL ?
  • A It is very standardized language
  • B It is very efficient in terms of coding and execution
  • C It has limited facilities for mathematical notation
  • D It is very readable language
Answer: Option B
Q96
Which of the following is an example of a problem oriented language ?
  • A BASIC
  • B PL/1
  • C FORTRAN
  • D None of these
Answer: Option D
Q97
In the evaluation of a computer language, all of the following characteristics should be considered except
  • A application-oriented features
  • B efficiency
  • C software development aids
  • D hardware maintenance costs
Answer: Option D
Q98
A factor in the selection of a source language is
  • A programmer skill
  • B language availability
  • C program compatibility with other software
  • D all of these
Answer: Option D
Q99
A computer-generated output that let programmers following the execution of their programs line by line is a:
  • A core dump
  • B tracing routine
  • C detailing listing
  • D source listing
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
  • A 3
  • B 9
  • C 7
  • D 5
Answer: Option D
Questions and Answers for Competitive Exams Various Entrance Test