FSOT Full Test Bank - Question List

Select how would you like to study

101. Which of the following processes is not controlled by the operating system?
  1. Process management
  2. Maintaining interoperability
  3. File management
  4. Memory management
102. Which is not an example of an algorithm?
  1. Software documentation
  2. A cooking recipe
  3. A computer program
  4. Standard cryptographic attacks
103. Which of the following algorithms is the least complex?
  1. Dynamic programming
  2. The greedy method
  3. Search and enumeration
  4. Exhaustive search
104. How does prototyping work in software engineering?
  1. A shorter, simpler version is designed as a proof of concept.
  2. Software is written to solve easier problems of a similar type.
  3. A rough, approximate version is designed quickly as a proof of concept.
  4. The prototype is only the logic of the program, not the code.
105. Why is C considered to be a low-level programming language?
  1. It gives the programmer direct control over memory and hardware.
  2. It is usually learned early in a programmer’s education.
  3. It is not as powerful as some other languages.
  4. It is only useful for simple tasks.

Select how would you like to study