IST 153 Course Guide

Week 5 –EXAM 1

 Procedures

What to Expect

Study Questions

Bullet7.gif (887 bytes) Chapter 1

Bullet7.gif (887 bytes) Chapter 2

Bullet7.gif (887 bytes) Chapter 3

Home | Syllabus

WHAT TO EXPECT:

Exam 1 will cover material from the following:

Bullet7.gif (887 bytes)Chapter 1: Introduction to Structured Design

Bullet7.gif (887 bytes) Chapter 2: Simple Sequence Control Structure

Bullet7.gif (887 bytes) Chapter 3: IF-THEN-ELSE Control Structure

Exam 1 is worth 100 points. YOU CANNOT USE YOUR TEXT, COURSE GUIDE OR NOTES TO HELP YOU WITH THIS EXAM. Allow 2 hours to complete the exam. Twenty-five percent of the exam will cover the concepts from Chapters 1, 2 and 3. The remaining points will be earned by solving a problem using the control structures from Chapters 1, 2 and 3.

Back

CHAPTER 1 - INTRODUCTION TO STRUCTURED DESIGN

  1. Describe the steps of the Program Development Cycle.
  2. What is a program flowchart?
  3. What is pseudocode?
  4. What is a procedure-oriented language?
  5. What is a fourth-generation language?
  6. What is a nonprocedural language?
  7. What is unit testing?
  8. What is system testing?
  9. What is a structured program?
  10. What is a syntax error?
  11. What is a logic error?
  12. What is the purpose of a Simple Sequence control structure?
  13. What is the purpose of an IFTHENELSE control structure?
  14. What is the purpose of a DOWHILE control structure?
  15. What is a loop?
  16. What is an infinite loop?

 

STUDY QUESTIONS:

CHAPTER 2 - SIMPLE SEQUENCE CONTROL STRUCTURE

  1. What is an algorithm?
  2. What is the function of the process symbol?
  3. What is the function of the terminal interrupt symbol?
  4. What is a Simple Sequence Control Structure?
  5. What is a file?
  6. What is a record?
  7. What is a field?
  8. What is a character?
  9. What is the function of the general input/output symbol?
  10. What is a variable?
  11. What is an assignment statement?
  12. What is the function of the assignment symbol?
  13. What is a constant?
  14. Solve problems using a simple sequence control structure.

 Back

STUDY QUESTIONS:

CHAPTER 3 - IFTHENELSE CONTROL STRUCTURE

  1. What is the function of the decision symbol?
  2. What is a conditional branch?
  3. What is the function of the IFTHENELSE control structure?
  4. What is the function of the connector symbol?
  5. What is the function of the null ELSE control structure?
  6. What is the function of the sequential IFTHENELSE control structure?
  7. What is the function of the nested IFTHENELSE pattern?
  8. Solve problems using the basic IFTHENELSE control structure.
  9. Solve problems using the null ELSE control structure.
  10. Solve problems using the sequential IFTHENELSE control structure.
  11. Solve problems using the nested IFTHENELSE control structure.

 Back

Home | Syllabus