CS 302 SOFTWARE ENGINEERING Questions and Answers with
Verified Solutions | Latest 2026 Update
Q: Time Constraint
Answer:
1. Timing of processing ( ex: wire transfer must be processed by 2pm)
2. Time allotted for a process
3. External time requirements
4. Synchronous processing ( A and B must be completed, before C)
5. Response time for external interface processing
Q: Structure Constraints
Answer:
the relationships between data, meta-data ( knowledge about data),
knowledge and meta -knowledge ( system generated knowledge) in applications.
Q: DATA: CON100
Answer:
,CS 302 SOFTWARE ENGINEERING Questions and Answers with
Verified Solutions | Latest 2026 Update
Q: META-DATA: Field=Customer-ID, Size=6, Type=xxx999,
Answer:
Validation= Occurs once per customer
Q: KNOWLEDGE: CON001 must pay cash for sales
Answer:
Q: META-KNOWLEDGE: If Customer-ID > ?
Answer:
??050 and accounts receivable balance> 1 000 cash sales only else, OK credit sales
up to 1000.
Q: Control Constraints
Answer:
relate to automated maintenance of data relationships
ex: batch total must equal sum of transactions.
,CS 302 SOFTWARE ENGINEERING Questions and Answers with
Verified Solutions | Latest 2026 Update
Q: Inferential Constraints
Answer:
limits on the reasoning ability of the application and its ability to
generate new facts from previous facts and relationships.
Q: 3 Types: human, manual, and computerized.
Answer:
HUMAN: means by which an application communicates to its human users. ( most
important
and difficult to design)
MANUAL: reports or other human-readable media that show information from the
computer. (
paying electric, telephone bill )
AUTOMATED: data maintained on computer-readable media for use by another
application.
, CS 302 SOFTWARE ENGINEERING Questions and Answers with
Verified Solutions | Latest 2026 Update
Q: Responsiveness
Answer:
how long it takes the system to act on and respond to user actions. It
reflects the fundamental design approach as batch-oriented, on-line, or real-time.
Q: Batch Applications
Answer:
applications in which transactions are processed in groups. Transactions
are gathered over time and stored together. At some predefined time, the batch is
closed and
processing on the complete batch is done.
Batch-> master file -> new master file -> log of processing.
Q: Online Applications
Answer:
provide interactive processing with or without immediate file update.
Verified Solutions | Latest 2026 Update
Q: Time Constraint
Answer:
1. Timing of processing ( ex: wire transfer must be processed by 2pm)
2. Time allotted for a process
3. External time requirements
4. Synchronous processing ( A and B must be completed, before C)
5. Response time for external interface processing
Q: Structure Constraints
Answer:
the relationships between data, meta-data ( knowledge about data),
knowledge and meta -knowledge ( system generated knowledge) in applications.
Q: DATA: CON100
Answer:
,CS 302 SOFTWARE ENGINEERING Questions and Answers with
Verified Solutions | Latest 2026 Update
Q: META-DATA: Field=Customer-ID, Size=6, Type=xxx999,
Answer:
Validation= Occurs once per customer
Q: KNOWLEDGE: CON001 must pay cash for sales
Answer:
Q: META-KNOWLEDGE: If Customer-ID > ?
Answer:
??050 and accounts receivable balance> 1 000 cash sales only else, OK credit sales
up to 1000.
Q: Control Constraints
Answer:
relate to automated maintenance of data relationships
ex: batch total must equal sum of transactions.
,CS 302 SOFTWARE ENGINEERING Questions and Answers with
Verified Solutions | Latest 2026 Update
Q: Inferential Constraints
Answer:
limits on the reasoning ability of the application and its ability to
generate new facts from previous facts and relationships.
Q: 3 Types: human, manual, and computerized.
Answer:
HUMAN: means by which an application communicates to its human users. ( most
important
and difficult to design)
MANUAL: reports or other human-readable media that show information from the
computer. (
paying electric, telephone bill )
AUTOMATED: data maintained on computer-readable media for use by another
application.
, CS 302 SOFTWARE ENGINEERING Questions and Answers with
Verified Solutions | Latest 2026 Update
Q: Responsiveness
Answer:
how long it takes the system to act on and respond to user actions. It
reflects the fundamental design approach as batch-oriented, on-line, or real-time.
Q: Batch Applications
Answer:
applications in which transactions are processed in groups. Transactions
are gathered over time and stored together. At some predefined time, the batch is
closed and
processing on the complete batch is done.
Batch-> master file -> new master file -> log of processing.
Q: Online Applications
Answer:
provide interactive processing with or without immediate file update.