ตัวกรองผลการค้นหา
ซอฟต์แวร์ เป็นคำที่ถูกต้อง ✅
ซอฟท์แวร์ เป็นคำที่เขียนผิด ❌
Objects
แปลว่า(Software Engineering) a named element of the problem domain containing data and processing
Detail design
แปลว่า(Software Engineering) a design activity that focuses on the creation of an algorithm
Interoperability
แปลว่า(Software Engineering) the degree to which one application communicates or interfaces with another
Selective testing
แปลว่า(Software Engineering) testing only a selected set of program paths and data inputs
Task analysis
แปลว่า(Software Engineering) a software engineering action that is conducted as part of user interface design; intended to better understand how a user is to interact with a system
Debugging
แปลว่า(Software Engineering) the activity associated with finding and correcting an error or defect - a lack of conformance to requirements found in the software after delivery to the customer
Reusability
แปลว่า(Software Engineering) the ability to reuse an already-existing program component in another application
Data flow diagram (DFD)
แปลว่า(Software Engineering) a modeling notation that represents a functional decomposition of a system
Object-oriented analysis (OOA)
แปลว่า(Software Engineering) a technique for defined classes of objects, their relationships and basic structure
Stepwise refinement
แปลว่า(Software Engineering) a technique for accomplishing functional decomposition or procedural design (also called partitioning)
Refactoring
แปลว่า(Software Engineering) changing software in a way that improves its internal structure but does not change it external behavior; often conducted iteratively as design evolves into code.