0% found this document useful (0 votes)
73 views13 pages

System & Design Paradigm - Summative Assessment 01

The document reviews a summative assignment for a course on System & Design Paradigms, detailing various questions and answers related to information systems, software development, and object-oriented programming. It covers topics such as customer relationship management, systems development life cycle, data flow diagrams, and decision-making processes. The assignment was completed with a high score, indicating a strong understanding of the material.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
73 views13 pages

System & Design Paradigm - Summative Assessment 01

The document reviews a summative assignment for a course on System & Design Paradigms, detailing various questions and answers related to information systems, software development, and object-oriented programming. It covers topics such as customer relationship management, systems development life cycle, data flow diagrams, and decision-making processes. The assignment was completed with a high score, indicating a strong understanding of the material.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 13
2118925, 12:08 PM ‘Summative Assignment 1: Attempt review ITE1223 - System & Design Paradigms - 2024S1 cue € Backto couse Started on Saturday, 1§ February 2025, 11:19 AM State Finished Completed on Saturday 15 February 2025, 12:05 PM Timetaken 46 mins 13 secs Marks 23.00/24.00 Grade 9.58 out of 10.00 (95.83%) ueston 1 ake 00 oat of 00 Consider the scenario provided below to answer the question. “Arata company wants to improve its customer relationship management (CRM) by integrating a modem Information| ‘System. The new system wil alow customers to track orders, get personalized recommendations, and receive realtime support? Question: Which component of the Information System is most crucial for ensuring that customer preferences and order history are used to enhance personelized recommendations? People ~ Customer service representatives managing queries ‘Software ~ Adiven recommendation engine ¥ Networking ~ internet connectivity for customer access Hardware - Servers that store customer data Your answer is correct ‘The correct answer is: Software ~ Al-ériven recommendation engine ans 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review uestion2 Mak 00 oat of 1.90 Consider the scenario provided below to answer the question, “A bank is developing a new mobile banking application to enable secure transactions and account management, defore development, the IT team must determine requirements, user needs, end system constraints” question: Which phase ofthe Systems Development Life Cycle (SDLC) is most important for identifying functional requirements before building the mobile banking system? Maintenance ~ Regular updates and security patches ‘Analysis ~ Collecting user requirements and defining system functionality Planning ~ Determining project feasibility and objectives Implementation — Writing code and deploying the application ‘The correct answer is [Analysis ~ Collecting user requirements and defining system functionality ueston 3 Consider the scenario provided below to answer the question, “university library wants to automate its book borrowing and returning system, The system must track book availability, ‘student borrowing history, and due dates” Question: In a Level 1 Data Flow Diagram (DFD) forthe Library Management System, which dataflow is essental for ensuring book availabilty before issuing a book? Data flows between the Book Database and the Return Book process Data flows between the Student Database and the Issue Book process Data flows between the Book Database and the Issue Book process Data flows between the Librarian and the Student Registration process ‘The correct answer is: Data flows between the Book Database and the Issue Book process ans 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review uestion Mak 00 oat of 1.90 ‘hat isthe primary goal of a Data Flow Diagram (DFO)? To represent the structure ofa database To show the logical ow of data in a system ¥ To provide object relationships in an OOP model To describe user interface components Your answer is correct. ‘The correct answer is: To show the logical flow of data in a system uestion Consider the scenario provided below to answer the question, “Afinancial company uses Decision Trees to identify potential fraud in creditcard transactions.” Question: Ina Decision Tree model for fraud detection, which decision node would be the most important in determining fraudulent transaction? ‘Customer's Purchase History ~ Ifthe purchase matches previous spending patterns Location of Purchase ~ If the transaction is ftom a new geographical region Time of Transaction ~ If the transaction occurs outside the user's usual activity hours ‘Transaction Amount ~ If the transaction amount is above a predefined threshold ¥ Your anewer is correct he correct answer is: Transaction Amount ~ If the transaction amount is above a predefined theshold 33 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review uestion 6 Mak 00 oat of 1.90 Which ofthe following best describes Structured English? [A programming language for system development ‘tool for writing system documentation ‘A method of writing pseudocode for business logic 7 type of structured database query ‘The correct answer is ‘A method of writing pseudocode for business logic ‘uestion 7 ‘What isthe main advantage of using an Object Oriented approach aver a Structured approach? Itallows better modularity and reusability Itdoes not require user input It eliminates the need for programming logic It focuses on functions rather than objects Your answer is correct ‘The correct answer is Itallows better modularity and reusability ans 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review auestion Mak 00 oat of 1.90 Consider the scenario provided below to answer the question, “An e-commerce platform is being developed using Object-Oriented Programming (00P). The platform supports cifferent types of users: customers, sellers, and administrators Question: In an Object-Oriented design forthe e-commerce platform, which OOP feature is most useful for defining common behaviors ‘among Customers, Sellers, and Administrators? [Abstraction ~ Hiding implementation detals of how user authentication works Encapsulation ~ Restricting drect access to user profile attriautes Inheritance ~ Creating a User superclass with shared methods lke lagin() and logout) ¥ Polymorphism ~ Allowing diferent types of users to overide methods like placeOrder() and managelnventory() Your answer is correct. ‘The correct answer is: Inheritance ~ Creating a User superclass with shared methods lke login() and logout) uestion Mark'3.00 oat of 3.90 Fills the blanks from the given ls. In Object-Oriented Programming, the mechanism of restricting rect access to object data and only allowing controlled access through methods is called Encapsulation ¥ 2. Hiding the complex implementation details of a class and exposing only necessary functionalities is caled Abstraction ’ 43. Defining multiple methods with the seme name but different parameters in the same class is called Method Overloading -¥ Your answer is correct. 53 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review uestion 10 Mak3.00 oat of 3.0 Fills the blanks from the given ls. 1. When a class derives atibutes and behaviors from another class, itis known as Inheritance v 2. The ability of efferent classes tobe treated as instances of the same class through a common interface is called Polymorphism ¥ 3, When a subclass provides 2 specific implementation of a methoc that is already defined ints parent class its called Met! Overriding ov Your answer is correct ‘quesion 11 Which ofthe following rules apply to drawing a correct DFO? 1. A process must have at least one input and one output 2.Data cannot flow directly between external entities without a process, 3. Data can flow directly from one data store to another without a process. 4. Every data store must be connectee to at least one process iaanday 1ganda 2aand4 anda Your answer is correct ‘The correct answer is: 1,2end 4 ans 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review uestion 12 Mak 00 oat of 1.90 Which ofthe following statements correctly describes Encapsulation in Object-Oriented Programming (OOP)? 1. Encapsulation restricts direct access to an object's intemal data, 2. Encapsulation prevents an object from interacting with other objects. 3. Encapsulation allows modification of private attrioutes only through public methods. 4. Encapsulation helps in achieving data security and integiy, and 4 1anda 2gand4 Banda ‘The correct answer is and 4 ‘uestion 13 Consider the scenario provided below to answer the question, “A university is transitioning from manuel student enrollment to an Automated Course Registration System. Before designing the system, the IT team must collect information from students, staff, and administrators” Question: Which fact-finding technique would be most effective for understanding the challenges faced by adminstators in managing ‘course registrations? Observation ~ Watching staff perform manual registrations Questionnaires ~ Online surveys sent to students Interviews - One-on-one discussions with adminstators ¥ Prototyping ~ Creating a sample interface for testing Your answer is correct The corect enswer is Interviews ~ One-on-one discussions with administrators m3 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review uestion 14, Mark0.90 oat of 1.90 ‘Selec the comect Structured English procedure to find the sum of all even numbers upto given positive integer, num, 8. READ num FROM user SET sum FORI= 170 num IFiMOD 2 = THEN SET sum = sum +i ENDIF NEXT: DISPLAY “The sum of even numbers up to" + num +" is:"+ sum b. READ num FROM user SET sum=0 FORI=170 num SET sum =sum+i NEXT: DISPLAY “The sum of even numbers up to" + num +*is:"+ sum READ num FROM user SET sum FORI=1 70 num IFiMOD 2 =0 THEN SET sum = sum +i ENDIF NEXT DISPLAY “The sum of even numbers up to" + num +" is:"+ sum 4. READ num FROM user SET sum=0 FOR|=2 70 num STEP 2 SET sum= sum +i NEXT DISPLAY “The sum of even numbers up to" + num +*is:"+ sum Your answer is incorrect. he correct answer is: READ num FROM user SET su FOR 270 num STEP2 SET sum=sum +i NexTi DISPLAY "The sum of even numbers up to "+ num-+ "is: "+ sum ans 218125, 12:08 PM uestion 15 Mak 00 oat of 1.90 Consider the following Structured English code snippet: IF temperature < 0 THEN Display "Its freezing!” ELSE IF temperature Display "ts cold” ELSE IF temperature > 20 AND temperature Display "ts warm? ase Display "its hot” ENDIF AND temperature ‘What willbe displayed ifthe value of temperature is 15? Its cold” ¥ It's freezing! It's hot! W's warm, Your answer is correct. The corre “Weeola? hitpsVortine cod. kmodiquzteview php?altempt=8372958emid=37892 ‘Summative Assignment 1: Attempt review ons 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review uestion 16 Mak 00 oat of 1.90 Consider the following Structured English code snippet: IF age>= 18 THEN IF haslD = TRUE THEN IF citizenship = "Yes" OR (residency >= 5 AND emplaymentStatus = "Employed”) THEN Display "You ae eligible to vote” ELSE Display "You do not meet residency or employment requirements” ENDIF cLSE Display "Valid ID is required to vote.” ENDIF ELSE Display "You must be at leat 18 years old to vote” ENDIF What will be displayed if the values ofthe variables are: "Unemployed" “You are eligible to vote: “You do not meet residency or employment requirements. “You must be a least 18 years old to vote “Vali 1 i required to vote.” Your anewer is covet he correct answer is “You do not meet residency or employment requirements 1013 218125, 12:08 PM ‘Summative Assignment 1: Attempt review uestion 17 Mak 00 oat of 1.90 Consider the scenario provided below to answer the question ‘Abank uses aloan approval system that evaluates an applicant based on the folowing three conditions: Credit Score (CS) » 700 ‘Annual Income (Al) » $50,000 Existing Debt (ED) < $10,000, ‘The decision table below determines loan approval crest seure(cse7o0) | Atualineme Alx | Exiting Det (ED Loa Desson ve ve ve poproved vee ve S condo ve we any Rejected we ny any Rejected Consider the following Structured English code snippet forthe oan approval system Ian applicant has the folowing values: + credit Score = 720 + Annual Income = $55,000 + Existing Debt = $12,000, What will be the system's decision? Loan Approved Loan Rejected None of the above Loan Conditional ¥ Your answer is correct. ‘The correct answer is Loan Conditional hitpsVortine cod. kmodiquzteview php?altempt=8372958emid=37892 ans 2118925, 12:08 PM ‘Summative Assignment 1: Attempt review uestion 18 Mak 00 oat of 1.90 Which ofthe following are key features ofa Decision Table? 1. Represents diferent combinations of conditions and ther corresponding outcomes, 2. Used for defining database relationships and entity attributes, 3. Helps in analyzing complex decision-making logic systematically. 4. Provides a structured way o document business lel What isthe correct combination of answers? 2aand4 12anda and 4 iganday The correct answer is: wanda uestion 19 Which ofthe following are the key responsibilities ofa System Analyst? (Select allthat apply) 1. Gathering and analyzing business requirements, 2. Writing and compling program code for system Implementation, 3. Designing system models and data flow diagrams (DFO), 4. Acting as a bridge between stakeholders and the technical development tear and 12anda 2aands iaanday Your answer is correct. The correct answer is: ganda sans 218125, 12:08 PM uestion 20 Mak 00 oat of 1.90 ‘Summative Assignment 1: Attempt review ‘A restaurant offers discounts based on the customers membership status, total ill amount, and the day of the week. ‘The discount cules are as follows: Membership Status Total Bill $100 Day of the Week Discount Applied Member Yes Weekend 25% Member Yes Weekday 20% Member No any 10% Non-Member Yes Weekend 10% Non-Member Yes Weekday 5% Non-Member No any No Discount ‘uestion: ‘Annonmemiber dines atthe restaurant on a weekend and thelr total bills $110. What discount willbe offered? No Discount 10s 25% 5 Your answer is correct ‘The correct answer is 10%. € Backtocouse hitpsVortine cod. kmodiquzteview php?altempt=8372958emid=37892 133

You might also like