Please enable JavaScript.
Coggle requires JavaScript to display documents.
(P2, Design (Database (Designing of Database, Database server ( web server…
P2, Design
Database
-
Database server ( web server, application server
-
-
-
-
-
-
-
-
testing: thử nghiệm
Testing is one set of techniques for verifying solfware:
Kiểm tra là một tập hợp các kỹ thuật để xác minh phần mềm
-
-
-
Chất lượng phầm mềm được nâng cao nhờ nhiều lỗi được loại bỏ: Software quality is improved thanks to many errors that are eliminated
-
-
deadline: hạn chốt
meeting deadline is improved because project is managed well:
thời hạn đáp ứng được cải thiện vì dự án được quản lý tốt
-
-
-
for effective management, we must establish deadlines for the next stage of the project: để quản lý hiệu quả, chúng ta phải thiết lập thời hạn cho giai đoạn tiếp theo của dự án
-
-
-
protype: nguyên mẫu
A prototype is an early version built for a system that reflects the features which are of interest: Nguyên mẫu là phiên bản đầu tiên được xây dựng cho một hệ thống phản ánh các tính năng được quan tâm
-
-
-
Prototyping is a process model that offers a solution to the problem of ensuring that the customer gets what they want:tạo mẫu là một mô hình quy trình cung cấp giải pháp cho vấn đề đảm bảo rằng khách hàng có được những gì họ muốn
-
-
-
trưởng nhóm sẽ quyết định bao nhiêu lập trình viên được tham gia dự án này: The team leader will decide how many developers are involved in this project
verification: xác minh
verification is the general term for techniques that aim to produce fault-free software: xác minh là thuật ngữ chung cho các kỹ thuật nhằm tạo ra phần mềm không có lỗi
-
-
-
-
P3 programming languages
-
-
-
syntax
-
-
-
dịch
-
-
-
java.lang contains the classes that support the main features of the language like object, string, number, exception and threads
a header file is a source code file that contains the declaration of the methods to be found within a package
if the import statement was omitted, we can not use the class jbutton
import java.awt.; (in java) - using means that we want to import all the classes within the named package
-
-
-
-
-