This document contains 20 multiple choice questions related to computer science topics like data structures, algorithms, programming languages, and more. Some key points covered are:
- Inserting an element into a stack with a linked implementation has time complexity of O(1).
- Flowcharts, pseudocode, and decision tables can be used to represent algorithms pictorially.
- LISP was designed for artificial intelligence research.
- Time and memory requirements are primary factors for judging algorithm quality.
- The malloc() function is used for dynamic memory allocation and is available in the stdlib.h header file.