sequence control structure

A control structure that instructs the computer to execute program statements in the order in which the statements are written.
One of three fundamental control structures that govern the order in which program statements are ex-ecuted, the sequence control structure is the default in all programming languages.
Unless instructed otherwise, the computer carries out the tasks in the order in which they are written. You van use the branch control structure and loop control structure to alter the sequence. See control structure.

cấu trúc điều khiển tuần tự
Một cấu trúc điều khiển chỉ dẫn cho máy tính thực hiện những câu lệnh của chương trình theo thứ tư mà các câu lệnh đó đã được viết.
Là một trong ba cấu trúc điều khiển cơ bản dùng để hướng dẫn trình tự mà các câu lệnh chương trình phải thực hiện theo, cấu trúc điều khiển tuần tự được mặc định trong mọi ngôn ngữ lập trình.
Bạn có thể dùng cấu trúc điều khiển rẽ nhánh hoặc cấu trúc điều khiển vòng để thay thế cho cấu trúc tuần tự này. Xem control structure.


Published:

PAGE TOP ↑