|
|
CIS 251 - System Development Methods
Review for Third Test
The following questions are provided to help you study for the last test. Do not expect to see these exact questions on the test.
- What technical innovations made it possible to consider creating a user-centered interface?
- When designing an interface, the text recommended that we "think like a user". What did it mean besides getting user requirements?
- What is meant by a "transparent interface"?
- Explain each of these report types:
- detail reports
- exception reports
- summary reports
- Name three characteristics of a properly designed data entry form.
- What is data validation?
- How is a file-oriented system different from a DBMS system
- What are some of the reasons you would recommend using a DBMS system instead of a file-oriented system to a customer?
- What is a database schema?
- In the context of database design, what is an entity?
What is an attribute?
What is a record?
- What are the four kinds of relationships between entities in a database?
- What is normalization? What are the names of the standard normal forms? What update anomalies can occur if tables are not normalized?
- How do you tell if a table is in first normal form?
- How do you tell if a table is in second normal form?
- How do you tell if a table is in third normal form?
- Give an example that explains the phrase "functionally dependent".
- Give an example that explains the phrase "functionally determines".
- What is a determinant?
- What is a key?
What are the kinds of keys discussed in your text?
How do keys relate to normalization?
- What is the difference between a thick client system and a thin client system?
- How would the bandwidth of a network affect your decision to use a thin or thick client?
- Describe the kind of errors that a syntax error check would find.
- Why must a logic error check be done by human beings, not by a program?
- What are the differences between a unit test, an integration test, and a system test?
- The text suggests that we should have the system suggest corrections for common user errors. What might be examples of this kind of error?
- Documentation will have a very different focus, depending on who it is for, and what its purpose is. Discuss who each of these documentation types is written for, and what it is meant to do.
- program documentation
- system documentation
- operations documentation
- user documentation
- What is the difference between a development system and a production system?
- What are the characteristics of these types of changeovers from an old system to a new one?
- direct cutover
- parallel operation
- pilot operation
- phased operation
- Of the four methods listed above, which is probably the most and least expensive? Which has the highest and lowest risk?
- What are the three aspects of information systems that the author says are typically protected by computer security systems? Define each of them.
- What is the difference between a threat and a threat agent?
- What is the difference between a vulnerability and an exploit?
- Why are employees possible security threats? Explain three ways they could be.
- What is the difference between a cybercriminal and a cyberterrorist?
- What are common forms of risk mitigation?
- The text briefly discusses backup and recovery schemes. What is copied when you run a...
...Full backup?
...Incremental backup?
...Differential backup?
|