Programming Approach in C,
4th Edition by Behrouz A. Forouzan
Complete Chapter Solutions Manual
are included (Ch 1 to 15)
** Immediate Download
** Swift Response
** All Chapters included
, Solution and Answer Guide: Afyouni/Forouzan, Computer Science: A Structured Programming Approach in C, 4e,
©2023, 9780357506134, Chapter 1: Introduction to Computers
Solution and Answer Guide
AFYOUNI/FOROUZAN, COMPUTER SCIENCE : A STRUCTURED PROGRAMMING APPROACH IN C, 4e,
©2023, 9780357506134, Chapter 1: INTRODUCTION TO COMPUTERS
TABLE OF CONTENTS
Review Questions ................................................................................................................1
Exercises ............................................................................................................................. 6
Problems ............................................................................................................................. 9
Note to instructor: It is recommended that students be required to respond, where
appropriate, with answers that are complete sentences.
REVIEW QUESTIONS
1. Computer software is divided into two broad categories: system software and
operational software.
a. True
b. False
Answer: b. False
Feedback: Computer software is divided into two categories: system software and
application software.
2. The operating system provides services such as a user interface, file and database
access, and interfaces to communications systems.
a. True
b. False
Answer: a. True
Feedback: Operating system is the interface between the user and the computer
hardware.
3. The first step in system development is to create a source program.
a. True
b. False
Answer: b. False
Feedback: The first phase in system development is system requirements phase.
, 4. The programmer design tool used to design the whole program is the flowchart.
a. True
b. False
Answer: b. False
Feedback: Flowchart is a tool to represent the flow of data through a program and
how it is processed.
5. Blackbox testing gets its name from the concept that the program is being tested
without knowing how it works.
a. True
b. False
Answer: a. True
Feedback: Blackbox testing is a concept of testing where the test engineer and the
user perform the testing without knowing how the program is actually built.
6. Which of the following is a component(s) of a computer system?
a. Hardware
b. Software
c. Both hardware and software
d. Pseudocode
e. System test
Answer: c. Both hardware and software
Feedback: Pseudocode is a tool that describes in part English the algorithm of the
program.
7. Which of the following is not an example of application software?
a. Database management system
b. Language translator
c. Operating system
d. Accounting system
e. Virus detection
Answer: c. Operating System
Feedback: Operating system is not an application; it is a required software to interface
with the computer hardware.