SlideShare una empresa de Scribd logo
1 de 44
Question 1 of 20 
0.0/ 5.0 Points 
Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm 
True 
False 
Question 2 of 20 
3.33/ 5.0 Points 
Input của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? 
A. Project Plan 
B. Design documents 
C. Customer requirements 
D. CM plan 
Question 3 of 20 
3.33/ 5.0 Points 
Input của giai đoạn Create System Description/User Manual bao gồm những sản phẩm nào sau đây? 
A. URD 
B. Design 
C. SRS 
D. Software Package 
Question 4 of 20 
3.33/ 5.0 Points 
Tài liệu Checklist_Code Review của Fsoft đưa ra các trường hợp cần review code và chia làm những 
phần chính sau đây: 
A. "Source code 
(Liên quan đến nội dung các dòng lệnh, hàm...)" 
B. "General 
(Liên quan đến các vấn đề thường gặp trong khi reivew code)"
C. "Exception 
(Liên quan đến exception)" 
D. "Commenting 
(Liên quan đến các trường hợp phải comment cho source code)" 
Question 5 of 20 
5.0/ 5.0 Points 
The actual writing of a program in a programming language is called 
A.logic structure 
B.program design 
C.coding 
D.language translation 
Question 6 of 20 
5.0/ 5.0 Points 
"Hãy chọn cách phòng tránh lỗi sau đây: 
The logic of date is not checked, user can type Start date greater than End date, or From date is greater 
than To date…" 
A.Use CSS Style Sheet and GUI template 
B.Optimize design, code 
C.Use checklist 
D.Use tool to test 
Question 7 of 20 
5.0/ 5.0 Points 
"Given below code block: 
if (x == 0) 
if (y == 0) error(); 
else { 
z = x + y; 
}
With the input value of [x, y, z] = [1, 2, 4], which value the variable z would be after executing above 
codes?" 
A.2 
B.4 
C.5 
D.3 
Question 8 of 20 
3.33/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Fewer bugs 
B. Team cohesiveness 
C. Peer reviews provide the distance needed to solve every problems 
D. Peer reviews provide the distance needed to recognize problems 
Question 9 of 20 
5.0/ 5.0 Points 
Program objectives, desired outputs, needed inputs, and processing requirements are all recorded in the 
A.program tracking log 
B.project management database 
C.program specifications document 
D.management information system 
Question 10 of 20 
3.75/ 5.0 Points 
Code conventions are important to programmers, because:
A. Hardly any software is maintained for its whole life by the original author. 
B. Code conventions improve the readability of the software, allowing engineers to 
understand new code more quickly and thoroughly 
C. 80% of the lifetime cost of a piece of software goes to maintenance 
D. If you ship your source code as a product, you need to make sure it is as well packaged 
and clean as any other product you create 
Question 11 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, which naming convention is not correct? 
A.Avoid names that are similar or differ only in case 
B.Method name must start with upper case letter and use an 'active verb' 
C.Use a noun or noun phrase to name a class or code module 
D.Variables names must start with lowercase 
Question 12 of 20 
0.0/ 5.0 Points 
"Please choose correct order of the following activities in coding process: 
(1) Create System Description 
(2) Code Planning 
(3) Code Library Modules 
(4) Code Functional Modules" 
A.2-3-4-1 
B.1-2-4-3 
C.2-4-3-1 
D.1-2-3-4
Question 13 of 20 
3.33/ 5.0 Points 
Challenges của Peer Review Code bao gồm 
A. It is hard to improve peer review code process after many time reviewing 
B. Some peer reviews take a long time 
C. Reading unfamiliar code and correlating that code to unfamiliar documentation takes 
programmers away from coding 
D. If team members are not familiar with peer reviews, the experience can be frustrating 
for all participants 
Question 14 of 20 
0.0/ 5.0 Points 
Output của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? 
A. Coding Convention 
B. Coding Plan 
C. Review Report 
D. System Description 
Question 15 of 20 
0.0/ 5.0 Points 
Following Fsoft standard coding conventions, you are recommended to avoid tab characters? 
True 
False 
Question 16 of 20 
5.0/ 5.0 Points 
The actual coding of a program is done by a(n) 
A.database administrator 
B.end-user
C.software engineer 
D.systems analyst 
Question 17 of 20 
5.0/ 5.0 Points 
"Please choose correct order of the following code review activities 
(1) Prepare for review 
(2) Conduct Review 
(3) Rework and Follow up 
(4) Evaluate review results" 
A.1-3-4-2 
B.1-2-3-4 
C.1-2-4-3 
D.1-3-2-4 
Question 18 of 20 
2.5/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Improved communication 
B. Find many bugs 
C. Less rework 
D. Developers have changes to do many works in project 
Question 19 of 20 
5.0/ 5.0 Points 
Developer to perform the self review while s/he is coding to reach which of the following targets? 
A. The application input data is correct 
B. General programming practices are applied
C. Requirement logics are implemented correctly 
D. No coding conventions or common defects existed 
Question 20 of 20 
5.0/ 5.0 Points 
The information software produces after it has processed the input is called 
A.flowchart 
B.output 
C.objective 
D.prototype 
____HCMUT_013_CSD_02_Quiz2_Coding Proces 
Return to Assessment List 
Part 1 of 1 - 56.67/ 100.0 Points 
Coding Process 
Question 1 of 20 0.0/ 5.0 Points 
Tất cả các dự án phần mềm trên thế giới phải sử dụng chung các coding conventions cho dự án 
mình. 
True 
False 
Question 2 of 20 5.0/ 5.0 Points 
Following Fsoft standard coding conventions, you are recommended to avoid tab characters?
True 
False 
Question 3 of 20 0.0/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Less rework 
B. Developers have changes to do many works in project 
C. Find many bugs 
D. Improved communication 
Question 4 of 20 1.25/ 5.0 Points 
Input của giai đoạn Coding Library Modules bao gồm những sản phẩm nào sau đây? 
A. Coding Plan 
B. Coding Infrastructure has been setup 
C. Coding Conventions 
D. Designs 
Question 5 of 20 5.0/ 5.0 Points 
"Hãy chọn cách phòng tránh lỗi sau đây: 
The logic of date is not checked, user can type Start date greater than End date, or From date is 
greater than To date…" 
A.Optimize design, code 
B.Use tool to test 
C.Use CSS Style Sheet and GUI template 
D.Use checklist
Question 6 of 20 5.0/ 5.0 Points 
Tài liệu Checklist_Code Review của Fsoft đưa ra các trường hợp cần review code và chia làm 
những phần chính sau đây: 
A. "Source code 
(Liên quan đến nội dung các dòng lệnh, hàm...)" 
B. "Exception 
(Liên quan đến exception)" 
C. "General 
(Liên quan đến các vấn đề thường gặp trong khi reivew code)" 
D. "Commenting 
(Liên quan đến các trường hợp phải comment cho source code)" 
Question 7 of 20 5.0/ 5.0 Points 
Eliminating errors in a program is also called ______ the program 
A.debugging 
B.clarifying 
C.modularizing 
D.coding 
Question 8 of 20 1.25/ 5.0 Points 
Input của giai đoạn Coding Functional Modules bao gồm những sản phẩm nào sau đây? 
A. Coding Plan 
B. Coding Conventions 
C. Coding Infrastructure has been setup
D. Designs 
Question 9 of 20 5.0/ 5.0 Points 
Challenges của Peer Review Code bao gồm 
A. It is hard to improve peer review code process after many time reviewing 
B. Some peer reviews take a long time 
C. If team members are not familiar with peer reviews, the experience can be frustrating 
for all participants 
D. Reading unfamiliar code and correlating that code to unfamiliar documentation takes 
programmers away from coding 
Question 10 of 20 0.0/ 5.0 Points 
"Given below code block: 
if (x == 0) 
if (y == 0) error(); 
else { 
z = x + y; 
} 
With the input value of [x, y, z] = [1, 2, 4], which value the variable z would be after executing 
above codes?" 
A.2 
B.3 
C.4 
D.5 
Question 11 of 20 0.0/ 5.0 Points 
A(n) __________ is a list of instructions detailing the steps needed to perform a task. 
A.punch card
B.program 
C.agenda 
D.plan 
Question 12 of 20 2.5/ 5.0 Points 
Output của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? 
A. Coding Plan 
B. System Description 
C. Coding Convention 
D. Review Report 
Question 13 of 20 5.0/ 5.0 Points 
The actual writing of a program in a programming language is called 
A.language translation 
B.coding 
C.program design 
D.logic structure 
Question 14 of 20 3.33/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Peer reviews provide the distance needed to recognize problems 
B. Fewer bugs 
C. Team cohesiveness
D. Peer reviews provide the distance needed to solve every problems 
Question 15 of 20 0.0/ 5.0 Points 
Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm 
True 
False 
Question 16 of 20 1.67/ 5.0 Points 
Common coding conventions may cover the following areas: 
A. Error conventions 
B. Naming conventions 
C. Programming practices 
D. Comment conventions 
Question 17 of 20 1.67/ 5.0 Points 
Input của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? 
A. Design documents 
B. Project Plan 
C. Customer requirements 
D. CM plan 
Question 18 of 20 5.0/ 5.0 Points 
Nếu không coding theo đúng coding conventions, phần mềm tạo ra có thể có nhiều lỗi 
True 
False
Question 19 of 20 5.0/ 5.0 Points 
Developer to perform the self review while s/he is coding to reach which of the following 
targets? 
A. The application input data is correct 
B. General programming practices are applied 
C. No coding conventions or common defects existed 
D. Requirement logics are implemented correctly 
Question 20 of 20 5.0/ 5.0 Points 
"Please choose correct order of the following activities in coding process: 
(1) Create System Description 
(2) Code Planning 
(3) Code Library Modules 
(4) Code Functional Modules" 
A.2-3-4-1 
B.1-2-3-4 
C.2-4-3-1 
D.1-2-4-3 
Part 1 of 1 - 95.83/ 100.0 Points 
Coding Process 
Question 1 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, how many space should be used as the unit of identation?
A.4 
B.3 
C.1 
D.2 
Question 2 of 20 
5.0/ 5.0 Points 
Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm 
True 
False 
Question 3 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, two blank lines should be used in which case(s) among 
following cases? 
A.Before a block or single-line comment 
B.Between methods 
C.Between logical sections inside a method 
D.Between sections of a source file 
Question 4 of 20 
2.5/ 5.0 Points
Input của giai đoạn Coding Library Modules bao gồm những sản phẩm nào sau đây? 
A. Coding Infrastructure has been setup 
B. Coding Conventions 
C. Coding Plan 
D. Designs 
Question 5 of 20 
5.0/ 5.0 Points 
"Given below code block: 
if (x == 0) 
if (y == 0) error(); 
else { 
z = x + y; 
} 
With the input value of [x, y, z] = [1, 2, 4], which value the variable z would be after executing above 
codes?" 
A.2 
B.4 
C.5 
D.3 
Question 6 of 20 
5.0/ 5.0 Points 
"Hãy chọn cách phòng tránh lỗi sau đây: 
The logic of date is not checked, user can type Start date greater than End date, or From date is greater
than To date…" 
A.Use CSS Style Sheet and GUI template 
B.Optimize design, code 
C.Use checklist 
D.Use tool to test 
Question 7 of 20 
5.0/ 5.0 Points 
Developer to perform the self review while s/he is coding to reach which of the following targets? 
A. The application input data is correct 
B. General programming practices are applied 
C. Requirement logics are implemented correctly 
D. No coding conventions or common defects existed 
Question 8 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, you are recommended to avoid tab characters? 
True 
False 
Question 9 of 20 
5.0/ 5.0 Points
The actual writing of a program in a programming language is called 
A.logic structure 
B.program design 
C.coding 
D.language translation 
Question 10 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, which naming convention is not correct? 
A.Avoid names that are similar or differ only in case 
B.Method name must start with upper case letter and use an 'active verb' 
C.Use a noun or noun phrase to name a class or code module 
D.Variables names must start with lowercase 
Question 11 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, when an expression will not fit on a single line, break it 
according to which of below principles? 
A. Break after a comma 
B. Break after a logical operator.
C. Break after a number 
D. Break after an operator 
Question 12 of 20 
5.0/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Improved communication 
B. Find many bugs 
C. Less rework 
D. Developers have changes to do many works in project 
Question 13 of 20 
5.0/ 5.0 Points 
Common coding conventions may cover the following areas: 
A. Error conventions 
B. Comment conventions 
C. Programming practices 
D. Naming conventions
Question 14 of 20 
5.0/ 5.0 Points 
Output của giai đoạn Integrate Software Modules bao gồm những sản phẩm nào sau đây? 
A.User Manual 
B.Coding Summary Report 
C.System Description 
D.Integrated Software Package 
Question 15 of 20 
5.0/ 5.0 Points 
A(n) __________ is a list of instructions detailing the steps needed to perform a task. 
A.plan 
B.program 
C.agenda 
D.punch card 
Question 16 of 20 
3.33/ 5.0 Points 
Input của giai đoạn Create System Description/User Manual bao gồm những sản phẩm nào sau đây? 
A. URD 
B. Design
C. SRS 
D. Software Package 
Question 17 of 20 
5.0/ 5.0 Points 
Eliminating errors in a program is also called ______ the program 
A.modularizing 
B.debugging 
C.clarifying 
D.coding 
Question 18 of 20 
5.0/ 5.0 Points 
Challenges của Peer Review Code bao gồm 
A. It is hard to improve peer review code process after many time reviewing 
B. Some peer reviews take a long time 
C. Reading unfamiliar code and correlating that code to unfamiliar documentation takes 
programmers away from coding 
D. If team members are not familiar with peer reviews, the experience can be frustrating for all 
participants
Question 19 of 20 
5.0/ 5.0 Points 
"Please choose correct order of the following code review activities 
(1) Prepare for review 
(2) Conduct Review 
(3) Rework and Follow up 
(4) Evaluate review results" 
A.1-3-4-2 
B.1-2-3-4 
C.1-2-4-3 
D.1-3-2-4 
Question 20 of 20 
5.0/ 5.0 Points 
Tất cả các dự án phần mềm trên thế giới phải sử dụng chung các coding conventions cho dự án mình. 
True 
False 
Question 1 of 20 
5.0/ 5.0 Points 
The information software produces after it has processed the input is called 
A.prototype
B.flowchart 
C.output 
D.objective 
Question 2 of 20 
5.0/ 5.0 Points 
Developer to perform the self review while s/he is coding to reach which of the following targets? 
A. General programming practices are applied 
B. Requirement logics are implemented correctly 
C. The application input data is correct 
D. No coding conventions or common defects existed 
Question 3 of 20 
5.0/ 5.0 Points 
Challenges của Peer Review Code bao gồm 
A. It is hard to improve peer review code process after many time reviewing 
B. If team members are not familiar with peer reviews, the experience can be frustrating for all 
participants 
C. Some peer reviews take a long time 
D. Reading unfamiliar code and correlating that code to unfamiliar documentation takes
programmers away from coding 
Question 4 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, two blank lines should be used in which case(s) among 
following cases? 
A.Between logical sections inside a method 
B.Between sections of a source file 
C.Before a block or single-line comment 
D.Between methods 
Question 5 of 20 
5.0/ 5.0 Points 
A(n) __________ is a list of instructions detailing the steps needed to perform a task. 
A.punch card 
B.agenda 
C.plan 
D.program 
Question 6 of 20 
5.0/ 5.0 Points 
Tất cả các dự án phần mềm trên thế giới phải sử dụng chung các coding conventions cho dự án mình.
True 
False 
Question 7 of 20 
5.0/ 5.0 Points 
The information that a program requires in order to accomplish its objective is called the 
A.Data 
B.effort 
C.input 
D.contribution 
Question 8 of 20 
5.0/ 5.0 Points 
Eliminating errors in a program is also called ______ the program 
A.modularizing 
B.coding 
C.debugging 
D.clarifying 
Question 9 of 20 
5.0/ 5.0 Points 
Nếu không coding theo đúng coding conventions, phần mềm tạo ra có thể có nhiều lỗi
True 
False 
Question 10 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, which naming convention is not correct? 
A.Avoid names that are similar or differ only in case 
B.Method name must start with upper case letter and use an 'active verb' 
C.Variables names must start with lowercase 
D.Use a noun or noun phrase to name a class or code module 
Question 11 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, how many space should be used as the unit of identation? 
A.1 
B.2 
C.4 
D.3 
Question 12 of 20 
5.0/ 5.0 Points 
In programming, _______ are explanations that tell other programmers what’s happening in the software 
code
A.table 
B.documentation 
C.selections 
D.restrictions 
Question 13 of 20 
5.0/ 5.0 Points 
"Please choose correct order of the following code review activities 
(1) Prepare for review 
(2) Conduct Review 
(3) Rework and Follow up 
(4) Evaluate review results" 
A.1-2-4-3 
B.1-3-4-2 
C.1-2-3-4 
D.1-3-2-4 
Question 14 of 20 
5.0/ 5.0 Points 
Tài liệu Checklist_Code Review của Fsoft đưa ra các trường hợp cần review code và chia làm những 
phần chính sau đây: 
A. "General 
(Liên quan đến các vấn đề thường gặp trong khi reivew code)"
B. "Commenting 
(Liên quan đến các trường hợp phải comment cho source code)" 
C. "Source code 
(Liên quan đến nội dung các dòng lệnh, hàm...)" 
D. "Exception 
(Liên quan đến exception)" 
Question 15 of 20 
5.0/ 5.0 Points 
Program objectives, desired outputs, needed inputs, and processing requirements are all recorded in the 
A.program specifications document 
B.program tracking log 
C.management information system 
D.project management database 
Question 16 of 20 
5.0/ 5.0 Points 
Những điều gì nên làm để tổ chức peer review code được tốt hơn? 
A. Be careful with the scope of the review 
B. Write everything down, especially decisions and action items 
C. "Ask yourself these question: Which review comments must be 
addressed before proceeding in the life cycle? What are valid reasons 
for missing a review? Who can cancel a review? "
D. Don’t take the criticism personally and offer only technical advice that will improve the code. 
Respect others’ opinions, comments, and suggestions 
Question 17 of 20 
5.0/ 5.0 Points 
Common coding conventions may cover the following areas: 
A. Error conventions 
B. Comment conventions 
C. Naming conventions 
D. Programming practices 
Question 18 of 20 
5.0/ 5.0 Points 
The actual coding of a program is done by a(n) 
Part 1 of 1 - 87.08/ 100.0 Points 
Coding Process 
Question 1 of 20 
5.0/ 5.0 Points
Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm 
True 
False 
Question 2 of 20 
5.0/ 5.0 Points 
"Please choose correct order of the following activities in coding process: 
(1) Create System Description 
(2) Code Planning 
(3) Code Library Modules 
(4) Code Functional Modules" 
A.1-2-3-4 
B.1-2-4-3 
C.2-4-3-1 
D.2-3-4-1 
Question 3 of 20 
5.0/ 5.0 Points 
"Please choose correct order of the following code review activities 
(1) Prepare for review 
(2) Conduct Review 
(3) Rework and Follow up 
(4) Evaluate review results" 
A.1-2-4-3 
B.1-3-4-2
C.1-2-3-4 
D.1-3-2-4 
Question 4 of 20 
1.67/ 5.0 Points 
Input của giai đoạn Create System Description/User Manual bao gồm những sản phẩm nào sau đây? 
A. URD 
B. SRS 
C. Design 
D. Software Package 
Question 5 of 20 
5.0/ 5.0 Points 
The information software produces after it has processed the input is called 
A.prototype 
B.flowchart 
C.output 
D.objective 
Question 6 of 20 
5.0/ 5.0 Points
Nếu không coding theo đúng coding conventions, phần mềm tạo ra có thể có nhiều lỗi 
True 
False 
Question 7 of 20 
5.0/ 5.0 Points 
The actual writing of a program in a programming language is called 
A.logic structure 
B.program design 
C.coding 
D.language translation 
Question 8 of 20 
5.0/ 5.0 Points 
Developer to perform the self review while s/he is coding to reach which of the following targets? 
A. General programming practices are applied 
B. Requirement logics are implemented correctly 
C. The application input data is correct 
D. No coding conventions or common defects existed 
Question 9 of 20 
5.0/ 5.0 Points
In programming, _______ are explanations that tell other programmers what’s happening in the 
software code 
A.table 
B.documentation 
C.selections 
D.restrictions 
Question 10 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, which naming convention is not correct? 
A.Avoid names that are similar or differ only in case 
B.Method name must start with upper case letter and use an 'active verb' 
C.Variables names must start with lowercase 
D.Use a noun or noun phrase to name a class or code module 
Question 11 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, when an expression will not fit on a single line, break it 
according to which of below principles? 
A. Break after an operator 
B. Break after a number
C. Break after a logical operator. 
D. Break after a comma 
Question 12 of 20 
5.0/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Peer reviews provide the distance needed to solve every problems 
B. Fewer bugs 
C. Peer reviews provide the distance needed to recognize problems 
D. Team cohesiveness 
Question 13 of 20 
1.67/ 5.0 Points 
Input của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? 
A. Customer requirements 
B. CM plan 
C. Design documents 
D. Project Plan
Question 14 of 20 
5.0/ 5.0 Points 
Common coding conventions may cover the following areas: 
A. Error conventions 
B. Comment conventions 
C. Naming conventions 
D. Programming practices 
Question 15 of 20 
5.0/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Improved communication 
B. Find many bugs 
C. Less rework 
D. Developers have changes to do many works in project 
Question 16 of 20 
3.75/ 5.0 Points 
Input của giai đoạn Coding Functional Modules bao gồm những sản phẩm nào sau đây? 
A. Coding Infrastructure has been setup 
B. Coding Conventions
C. Coding Plan 
D. Designs 
Question 17 of 20 
5.0/ 5.0 Points 
The actual coding of a program is done by a(n) 
A.systems analyst 
B.software engineer 
C.end-user 
D.database administrator 
Question 18 of 20 
0.0/ 5.0 Points 
Output của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? 
A. System Description 
B. Coding Convention 
C. Review Report 
D. Coding Plan
Question 19 of 20 
5.0/ 5.0 Points 
A(n) __________ is a list of instructions detailing the steps needed to perform a task. 
A.punch card 
B.agenda 
C.plan 
D.program 
Question 20 of 20 
5.0/ 5.0 Points 
The information that a program requires in order to accomplish its objective is called the 
A.Data 
B.effort 
C.input 
D.contribution 
Part 1 of 1 - 100.0/ 100.0 Points 
Coding Process 
Question 1 of 20 
5.0/ 5.0 Points 
"Given below code block: 
if (x == 0)
if (y == 0) error(); 
else { 
z = x + y; 
} 
With the input value of [x, y, z] = [1, 2, 4], which value the variable z would be after executing above 
codes?" 
A.2 
B.4 
C.5 
D.3 
Question 2 of 20 
5.0/ 5.0 Points 
Common coding conventions may cover the following areas: 
A. Error conventions 
B. Comment conventions 
C. Naming conventions 
D. Programming practices 
Question 3 of 20 
5.0/ 5.0 Points 
Input của giai đoạn Create System Description/User Manual bao gồm những sản phẩm nào sau đây? 
A. SRS
B. URD 
C. Software Package 
D. Design 
Question 4 of 20 
5.0/ 5.0 Points 
Output của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? 
A. Coding Convention 
B. Coding Plan 
C. System Description 
D. Review Report 
Question 5 of 20 
5.0/ 5.0 Points 
The information that a program requires in order to accomplish its objective is called the 
A.input 
B.effort 
C.Data
D.contribution 
Question 6 of 20 
5.0/ 5.0 Points 
"Please choose correct order of the following code review activities 
(1) Prepare for review 
(2) Conduct Review 
(3) Rework and Follow up 
(4) Evaluate review results" 
A.1-3-4-2 
B.1-2-3-4 
C.1-2-4-3 
D.1-3-2-4 
Question 7 of 20 
5.0/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Team cohesiveness 
B. Fewer bugs 
C. Peer reviews provide the distance needed to recognize problems 
D. Peer reviews provide the distance needed to solve every problems
Question 8 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, you are recommended to avoid tab characters? 
True 
False 
Question 9 of 20 
5.0/ 5.0 Points 
Input của giai đoạn Coding Functional Modules bao gồm những sản phẩm nào sau đây? 
A. Coding Conventions 
B. Coding Plan 
C. Coding Infrastructure has been setup 
D. Designs 
Question 10 of 20 
5.0/ 5.0 Points 
Output của giai đoạn Integrate Software Modules bao gồm những sản phẩm nào sau đây? 
A.Integrated Software Package 
B.System Description 
C.User Manual 
D.Coding Summary Report
Question 11 of 20 
5.0/ 5.0 Points 
Code conventions are important to programmers, because: 
A. If you ship your source code as a product, you need to make sure it is as well packaged and 
clean as any other product you create 
B. Hardly any software is maintained for its whole life by the original author. 
C. Code conventions improve the readability of the software, allowing engineers to understand 
new code more quickly and thoroughly 
D. 80% of the lifetime cost of a piece of software goes to maintenance 
Question 12 of 20 
5.0/ 5.0 Points 
Following Fsoft standard coding conventions, how many space should be used as the unit of identation? 
A.3 
B.1 
C.4 
D.2 
Question 13 of 20 
5.0/ 5.0 Points 
Input của giai đoạn Coding Library Modules bao gồm những sản phẩm nào sau đây? 
A. Coding Infrastructure has been setup
B. Designs 
C. Coding Plan 
D. Coding Conventions 
Question 14 of 20 
5.0/ 5.0 Points 
The actual coding of a program is done by a(n) 
A.systems analyst 
B.software engineer 
C.end-user 
D.database administrator 
Question 15 of 20 
5.0/ 5.0 Points 
Tất cả các dự án phần mềm trên thế giới phải sử dụng chung các coding conventions cho dự án mình. 
True 
False 
Question 16 of 20 
5.0/ 5.0 Points 
Eliminating errors in a program is also called ______ the program 
A.modularizing
B.clarifying 
C.debugging 
D.coding 
Question 17 of 20 
5.0/ 5.0 Points 
Benefits của Peer Review Code bao gồm: 
A. Find many bugs 
B. Improved communication 
C. Less rework 
D. Developers have changes to do many works in project 
Question 18 of 20 
5.0/ 5.0 Points 
Challenges của Peer Review Code bao gồm 
A. If team members are not familiar with peer reviews, the experience can be frustrating for all 
participants 
B. Reading unfamiliar code and correlating that code to unfamiliar documentation takes 
programmers away from coding 
C. It is hard to improve peer review code process after many time reviewing
D. Some peer reviews take a long time 
Question 19 of 20 
5.0/ 5.0 Points 
Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm 
True 
False 
Question 20 of 20 
5.0/ 5.0 Points 
A(n) __________ is a list of instructions detailing the steps needed to perform a task. 
A.agenda 
B.plan 
C.punch card 
D.program

Más contenido relacionado

La actualidad más candente

Software Engineering MCQs
Software Engineering MCQsSoftware Engineering MCQs
Software Engineering MCQsGurpreet singh
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality AssuranceVikash Mishra
 
ISTQB Foundation level Sample Paper - Part 3
ISTQB Foundation level Sample Paper - Part 3 ISTQB Foundation level Sample Paper - Part 3
ISTQB Foundation level Sample Paper - Part 3 Parul Chotalia
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011Helen Nguyễn
 
Istqb sample paper 2011- www.ajoysingha.info
Istqb sample paper   2011- www.ajoysingha.infoIstqb sample paper   2011- www.ajoysingha.info
Istqb sample paper 2011- www.ajoysingha.infoTestingGeeks
 
Istqb question-paper-dump-11
Istqb question-paper-dump-11Istqb question-paper-dump-11
Istqb question-paper-dump-11TestingGeeks
 
Istqb question-paper-dump-13
Istqb question-paper-dump-13Istqb question-paper-dump-13
Istqb question-paper-dump-13TestingGeeks
 
Istqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaIstqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaTestingGeeks
 
Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys
Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys
Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys Computer Trainings Online
 
Istqb question-paper-dump-1
Istqb question-paper-dump-1Istqb question-paper-dump-1
Istqb question-paper-dump-1TestingGeeks
 
Istqb question-paper-dump-8
Istqb question-paper-dump-8Istqb question-paper-dump-8
Istqb question-paper-dump-8TestingGeeks
 
Istqb question-paper-dump-4
Istqb question-paper-dump-4Istqb question-paper-dump-4
Istqb question-paper-dump-4TestingGeeks
 

La actualidad más candente (19)

Software Engineering MCQs
Software Engineering MCQsSoftware Engineering MCQs
Software Engineering MCQs
 
Software testing
Software testing   Software testing
Software testing
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 
ISTQB Foundation level Sample Paper - Part 3
ISTQB Foundation level Sample Paper - Part 3 ISTQB Foundation level Sample Paper - Part 3
ISTQB Foundation level Sample Paper - Part 3
 
Istqb Sample Questions
Istqb Sample QuestionsIstqb Sample Questions
Istqb Sample Questions
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011
 
Istqb sample paper 2011- www.ajoysingha.info
Istqb sample paper   2011- www.ajoysingha.infoIstqb sample paper   2011- www.ajoysingha.info
Istqb sample paper 2011- www.ajoysingha.info
 
Istqb question-paper-dump-11
Istqb question-paper-dump-11Istqb question-paper-dump-11
Istqb question-paper-dump-11
 
Istqb question-paper-dump-13
Istqb question-paper-dump-13Istqb question-paper-dump-13
Istqb question-paper-dump-13
 
Software testing methods
Software testing methodsSoftware testing methods
Software testing methods
 
Istqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaIstqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singha
 
Topic 5 chapter 1
Topic 5 chapter 1Topic 5 chapter 1
Topic 5 chapter 1
 
Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys
Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys
Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys
 
Topic 5 chapter 6
Topic 5 chapter 6Topic 5 chapter 6
Topic 5 chapter 6
 
Topic 5 chapter 2
Topic 5 chapter 2Topic 5 chapter 2
Topic 5 chapter 2
 
Istqb question-paper-dump-1
Istqb question-paper-dump-1Istqb question-paper-dump-1
Istqb question-paper-dump-1
 
Istqb question-paper-dump-8
Istqb question-paper-dump-8Istqb question-paper-dump-8
Istqb question-paper-dump-8
 
Istqb question-paper-dump-4
Istqb question-paper-dump-4Istqb question-paper-dump-4
Istqb question-paper-dump-4
 
Software testing (2)
Software testing (2)Software testing (2)
Software testing (2)
 

Destacado

Pseudocode.docx angel
Pseudocode.docx angelPseudocode.docx angel
Pseudocode.docx angelangelevonne
 
Software testing objective_types
Software testing objective_typesSoftware testing objective_types
Software testing objective_typessangeeswaran
 
assignment1 - cn u
   assignment1 - cn u   assignment1 - cn u
assignment1 - cn uPhamHoc
 
Program Check List (PCL) FSOFT
Program Check List (PCL) FSOFTProgram Check List (PCL) FSOFT
Program Check List (PCL) FSOFTMobi Marketing
 
Mô hình hóa Use Case 01
Mô hình hóa Use Case 01Mô hình hóa Use Case 01
Mô hình hóa Use Case 01vanphong20082002
 
Automated Testing vs Manual Testing
Automated Testing vs Manual TestingAutomated Testing vs Manual Testing
Automated Testing vs Manual TestingDirecti Group
 
Bai giang anh van chuyen nganh 2014
Bai giang anh van chuyen nganh 2014Bai giang anh van chuyen nganh 2014
Bai giang anh van chuyen nganh 2014Nguyễn Hải Sứ
 

Destacado (8)

Pseudocode.docx angel
Pseudocode.docx angelPseudocode.docx angel
Pseudocode.docx angel
 
Software testing objective_types
Software testing objective_typesSoftware testing objective_types
Software testing objective_types
 
assignment1 - cn u
   assignment1 - cn u   assignment1 - cn u
assignment1 - cn u
 
Program Check List (PCL) FSOFT
Program Check List (PCL) FSOFTProgram Check List (PCL) FSOFT
Program Check List (PCL) FSOFT
 
Javascript Question
Javascript QuestionJavascript Question
Javascript Question
 
Mô hình hóa Use Case 01
Mô hình hóa Use Case 01Mô hình hóa Use Case 01
Mô hình hóa Use Case 01
 
Automated Testing vs Manual Testing
Automated Testing vs Manual TestingAutomated Testing vs Manual Testing
Automated Testing vs Manual Testing
 
Bai giang anh van chuyen nganh 2014
Bai giang anh van chuyen nganh 2014Bai giang anh van chuyen nganh 2014
Bai giang anh van chuyen nganh 2014
 

Similar a Quiz2 tonghop

Jensoi soft-eng
Jensoi   soft-engJensoi   soft-eng
Jensoi soft-engjensoi
 
Istqb question-paper-dump-2
Istqb question-paper-dump-2Istqb question-paper-dump-2
Istqb question-paper-dump-2TestingGeeks
 
Istqb question-paper-dump-9
Istqb question-paper-dump-9Istqb question-paper-dump-9
Istqb question-paper-dump-9TestingGeeks
 
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...Muhammad Jazman
 
Line Of Code(LOC) In Software Engineering By NADEEM AHMED FROM DEPALPUR
Line Of Code(LOC) In Software Engineering By NADEEM AHMED FROM DEPALPURLine Of Code(LOC) In Software Engineering By NADEEM AHMED FROM DEPALPUR
Line Of Code(LOC) In Software Engineering By NADEEM AHMED FROM DEPALPURNA000000
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quizsarahlazeto
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quizLillieDickey
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quizSarajacobe
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quizEmmaJack2018
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quizsweetsour2017
 

Similar a Quiz2 tonghop (20)

Jensoi soft-eng
Jensoi   soft-engJensoi   soft-eng
Jensoi soft-eng
 
Istqb question-paper-dump-2
Istqb question-paper-dump-2Istqb question-paper-dump-2
Istqb question-paper-dump-2
 
Cocomomodel
CocomomodelCocomomodel
Cocomomodel
 
COCOMO Model
COCOMO ModelCOCOMO Model
COCOMO Model
 
Cocomo model
Cocomo modelCocomo model
Cocomo model
 
Comp
CompComp
Comp
 
Istqb question-paper-dump-9
Istqb question-paper-dump-9Istqb question-paper-dump-9
Istqb question-paper-dump-9
 
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
 
Quiz2.2
Quiz2.2Quiz2.2
Quiz2.2
 
EST-MCQ.pdf
EST-MCQ.pdfEST-MCQ.pdf
EST-MCQ.pdf
 
Topic 5 chapter 5
Topic 5 chapter 5Topic 5 chapter 5
Topic 5 chapter 5
 
Line Of Code(LOC) In Software Engineering By NADEEM AHMED FROM DEPALPUR
Line Of Code(LOC) In Software Engineering By NADEEM AHMED FROM DEPALPURLine Of Code(LOC) In Software Engineering By NADEEM AHMED FROM DEPALPUR
Line Of Code(LOC) In Software Engineering By NADEEM AHMED FROM DEPALPUR
 
Chap1
Chap1Chap1
Chap1
 
Dlf2
Dlf2Dlf2
Dlf2
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 
Bus 365 week 11 quiz
Bus 365 week 11 quizBus 365 week 11 quiz
Bus 365 week 11 quiz
 

Más de Daewoo Han

Đồ án cuối kì
Đồ án cuối kìĐồ án cuối kì
Đồ án cuối kìDaewoo Han
 
Báo cáo cuối kì
Báo cáo cuối kìBáo cáo cuối kì
Báo cáo cuối kìDaewoo Han
 
Báo cáo cuối kì
Báo cáo cuối kìBáo cáo cuối kì
Báo cáo cuối kìDaewoo Han
 
Báo cáo cuối kì
Báo cáo cuối kìBáo cáo cuối kì
Báo cáo cuối kìDaewoo Han
 
Báo cáo tuần 4
Báo cáo tuần 4Báo cáo tuần 4
Báo cáo tuần 4Daewoo Han
 
Báo cáo tuần 2
Báo cáo tuần 2Báo cáo tuần 2
Báo cáo tuần 2Daewoo Han
 
Hoangxuannhathuy lopthuctap cntt-daihocbachkhoa
Hoangxuannhathuy lopthuctap cntt-daihocbachkhoaHoangxuannhathuy lopthuctap cntt-daihocbachkhoa
Hoangxuannhathuy lopthuctap cntt-daihocbachkhoaDaewoo Han
 

Más de Daewoo Han (7)

Đồ án cuối kì
Đồ án cuối kìĐồ án cuối kì
Đồ án cuối kì
 
Báo cáo cuối kì
Báo cáo cuối kìBáo cáo cuối kì
Báo cáo cuối kì
 
Báo cáo cuối kì
Báo cáo cuối kìBáo cáo cuối kì
Báo cáo cuối kì
 
Báo cáo cuối kì
Báo cáo cuối kìBáo cáo cuối kì
Báo cáo cuối kì
 
Báo cáo tuần 4
Báo cáo tuần 4Báo cáo tuần 4
Báo cáo tuần 4
 
Báo cáo tuần 2
Báo cáo tuần 2Báo cáo tuần 2
Báo cáo tuần 2
 
Hoangxuannhathuy lopthuctap cntt-daihocbachkhoa
Hoangxuannhathuy lopthuctap cntt-daihocbachkhoaHoangxuannhathuy lopthuctap cntt-daihocbachkhoa
Hoangxuannhathuy lopthuctap cntt-daihocbachkhoa
 

Último

9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 DelhiCall Girls in Delhi
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Roland Driesen
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insightsseri bangash
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Roomdivyansh0kumar0
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurSuhani Kapoor
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 

Último (20)

9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insights
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 

Quiz2 tonghop

  • 1. Question 1 of 20 0.0/ 5.0 Points Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm True False Question 2 of 20 3.33/ 5.0 Points Input của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? A. Project Plan B. Design documents C. Customer requirements D. CM plan Question 3 of 20 3.33/ 5.0 Points Input của giai đoạn Create System Description/User Manual bao gồm những sản phẩm nào sau đây? A. URD B. Design C. SRS D. Software Package Question 4 of 20 3.33/ 5.0 Points Tài liệu Checklist_Code Review của Fsoft đưa ra các trường hợp cần review code và chia làm những phần chính sau đây: A. "Source code (Liên quan đến nội dung các dòng lệnh, hàm...)" B. "General (Liên quan đến các vấn đề thường gặp trong khi reivew code)"
  • 2. C. "Exception (Liên quan đến exception)" D. "Commenting (Liên quan đến các trường hợp phải comment cho source code)" Question 5 of 20 5.0/ 5.0 Points The actual writing of a program in a programming language is called A.logic structure B.program design C.coding D.language translation Question 6 of 20 5.0/ 5.0 Points "Hãy chọn cách phòng tránh lỗi sau đây: The logic of date is not checked, user can type Start date greater than End date, or From date is greater than To date…" A.Use CSS Style Sheet and GUI template B.Optimize design, code C.Use checklist D.Use tool to test Question 7 of 20 5.0/ 5.0 Points "Given below code block: if (x == 0) if (y == 0) error(); else { z = x + y; }
  • 3. With the input value of [x, y, z] = [1, 2, 4], which value the variable z would be after executing above codes?" A.2 B.4 C.5 D.3 Question 8 of 20 3.33/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Fewer bugs B. Team cohesiveness C. Peer reviews provide the distance needed to solve every problems D. Peer reviews provide the distance needed to recognize problems Question 9 of 20 5.0/ 5.0 Points Program objectives, desired outputs, needed inputs, and processing requirements are all recorded in the A.program tracking log B.project management database C.program specifications document D.management information system Question 10 of 20 3.75/ 5.0 Points Code conventions are important to programmers, because:
  • 4. A. Hardly any software is maintained for its whole life by the original author. B. Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly C. 80% of the lifetime cost of a piece of software goes to maintenance D. If you ship your source code as a product, you need to make sure it is as well packaged and clean as any other product you create Question 11 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, which naming convention is not correct? A.Avoid names that are similar or differ only in case B.Method name must start with upper case letter and use an 'active verb' C.Use a noun or noun phrase to name a class or code module D.Variables names must start with lowercase Question 12 of 20 0.0/ 5.0 Points "Please choose correct order of the following activities in coding process: (1) Create System Description (2) Code Planning (3) Code Library Modules (4) Code Functional Modules" A.2-3-4-1 B.1-2-4-3 C.2-4-3-1 D.1-2-3-4
  • 5. Question 13 of 20 3.33/ 5.0 Points Challenges của Peer Review Code bao gồm A. It is hard to improve peer review code process after many time reviewing B. Some peer reviews take a long time C. Reading unfamiliar code and correlating that code to unfamiliar documentation takes programmers away from coding D. If team members are not familiar with peer reviews, the experience can be frustrating for all participants Question 14 of 20 0.0/ 5.0 Points Output của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? A. Coding Convention B. Coding Plan C. Review Report D. System Description Question 15 of 20 0.0/ 5.0 Points Following Fsoft standard coding conventions, you are recommended to avoid tab characters? True False Question 16 of 20 5.0/ 5.0 Points The actual coding of a program is done by a(n) A.database administrator B.end-user
  • 6. C.software engineer D.systems analyst Question 17 of 20 5.0/ 5.0 Points "Please choose correct order of the following code review activities (1) Prepare for review (2) Conduct Review (3) Rework and Follow up (4) Evaluate review results" A.1-3-4-2 B.1-2-3-4 C.1-2-4-3 D.1-3-2-4 Question 18 of 20 2.5/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Improved communication B. Find many bugs C. Less rework D. Developers have changes to do many works in project Question 19 of 20 5.0/ 5.0 Points Developer to perform the self review while s/he is coding to reach which of the following targets? A. The application input data is correct B. General programming practices are applied
  • 7. C. Requirement logics are implemented correctly D. No coding conventions or common defects existed Question 20 of 20 5.0/ 5.0 Points The information software produces after it has processed the input is called A.flowchart B.output C.objective D.prototype ____HCMUT_013_CSD_02_Quiz2_Coding Proces Return to Assessment List Part 1 of 1 - 56.67/ 100.0 Points Coding Process Question 1 of 20 0.0/ 5.0 Points Tất cả các dự án phần mềm trên thế giới phải sử dụng chung các coding conventions cho dự án mình. True False Question 2 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, you are recommended to avoid tab characters?
  • 8. True False Question 3 of 20 0.0/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Less rework B. Developers have changes to do many works in project C. Find many bugs D. Improved communication Question 4 of 20 1.25/ 5.0 Points Input của giai đoạn Coding Library Modules bao gồm những sản phẩm nào sau đây? A. Coding Plan B. Coding Infrastructure has been setup C. Coding Conventions D. Designs Question 5 of 20 5.0/ 5.0 Points "Hãy chọn cách phòng tránh lỗi sau đây: The logic of date is not checked, user can type Start date greater than End date, or From date is greater than To date…" A.Optimize design, code B.Use tool to test C.Use CSS Style Sheet and GUI template D.Use checklist
  • 9. Question 6 of 20 5.0/ 5.0 Points Tài liệu Checklist_Code Review của Fsoft đưa ra các trường hợp cần review code và chia làm những phần chính sau đây: A. "Source code (Liên quan đến nội dung các dòng lệnh, hàm...)" B. "Exception (Liên quan đến exception)" C. "General (Liên quan đến các vấn đề thường gặp trong khi reivew code)" D. "Commenting (Liên quan đến các trường hợp phải comment cho source code)" Question 7 of 20 5.0/ 5.0 Points Eliminating errors in a program is also called ______ the program A.debugging B.clarifying C.modularizing D.coding Question 8 of 20 1.25/ 5.0 Points Input của giai đoạn Coding Functional Modules bao gồm những sản phẩm nào sau đây? A. Coding Plan B. Coding Conventions C. Coding Infrastructure has been setup
  • 10. D. Designs Question 9 of 20 5.0/ 5.0 Points Challenges của Peer Review Code bao gồm A. It is hard to improve peer review code process after many time reviewing B. Some peer reviews take a long time C. If team members are not familiar with peer reviews, the experience can be frustrating for all participants D. Reading unfamiliar code and correlating that code to unfamiliar documentation takes programmers away from coding Question 10 of 20 0.0/ 5.0 Points "Given below code block: if (x == 0) if (y == 0) error(); else { z = x + y; } With the input value of [x, y, z] = [1, 2, 4], which value the variable z would be after executing above codes?" A.2 B.3 C.4 D.5 Question 11 of 20 0.0/ 5.0 Points A(n) __________ is a list of instructions detailing the steps needed to perform a task. A.punch card
  • 11. B.program C.agenda D.plan Question 12 of 20 2.5/ 5.0 Points Output của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? A. Coding Plan B. System Description C. Coding Convention D. Review Report Question 13 of 20 5.0/ 5.0 Points The actual writing of a program in a programming language is called A.language translation B.coding C.program design D.logic structure Question 14 of 20 3.33/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Peer reviews provide the distance needed to recognize problems B. Fewer bugs C. Team cohesiveness
  • 12. D. Peer reviews provide the distance needed to solve every problems Question 15 of 20 0.0/ 5.0 Points Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm True False Question 16 of 20 1.67/ 5.0 Points Common coding conventions may cover the following areas: A. Error conventions B. Naming conventions C. Programming practices D. Comment conventions Question 17 of 20 1.67/ 5.0 Points Input của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? A. Design documents B. Project Plan C. Customer requirements D. CM plan Question 18 of 20 5.0/ 5.0 Points Nếu không coding theo đúng coding conventions, phần mềm tạo ra có thể có nhiều lỗi True False
  • 13. Question 19 of 20 5.0/ 5.0 Points Developer to perform the self review while s/he is coding to reach which of the following targets? A. The application input data is correct B. General programming practices are applied C. No coding conventions or common defects existed D. Requirement logics are implemented correctly Question 20 of 20 5.0/ 5.0 Points "Please choose correct order of the following activities in coding process: (1) Create System Description (2) Code Planning (3) Code Library Modules (4) Code Functional Modules" A.2-3-4-1 B.1-2-3-4 C.2-4-3-1 D.1-2-4-3 Part 1 of 1 - 95.83/ 100.0 Points Coding Process Question 1 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, how many space should be used as the unit of identation?
  • 14. A.4 B.3 C.1 D.2 Question 2 of 20 5.0/ 5.0 Points Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm True False Question 3 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, two blank lines should be used in which case(s) among following cases? A.Before a block or single-line comment B.Between methods C.Between logical sections inside a method D.Between sections of a source file Question 4 of 20 2.5/ 5.0 Points
  • 15. Input của giai đoạn Coding Library Modules bao gồm những sản phẩm nào sau đây? A. Coding Infrastructure has been setup B. Coding Conventions C. Coding Plan D. Designs Question 5 of 20 5.0/ 5.0 Points "Given below code block: if (x == 0) if (y == 0) error(); else { z = x + y; } With the input value of [x, y, z] = [1, 2, 4], which value the variable z would be after executing above codes?" A.2 B.4 C.5 D.3 Question 6 of 20 5.0/ 5.0 Points "Hãy chọn cách phòng tránh lỗi sau đây: The logic of date is not checked, user can type Start date greater than End date, or From date is greater
  • 16. than To date…" A.Use CSS Style Sheet and GUI template B.Optimize design, code C.Use checklist D.Use tool to test Question 7 of 20 5.0/ 5.0 Points Developer to perform the self review while s/he is coding to reach which of the following targets? A. The application input data is correct B. General programming practices are applied C. Requirement logics are implemented correctly D. No coding conventions or common defects existed Question 8 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, you are recommended to avoid tab characters? True False Question 9 of 20 5.0/ 5.0 Points
  • 17. The actual writing of a program in a programming language is called A.logic structure B.program design C.coding D.language translation Question 10 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, which naming convention is not correct? A.Avoid names that are similar or differ only in case B.Method name must start with upper case letter and use an 'active verb' C.Use a noun or noun phrase to name a class or code module D.Variables names must start with lowercase Question 11 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, when an expression will not fit on a single line, break it according to which of below principles? A. Break after a comma B. Break after a logical operator.
  • 18. C. Break after a number D. Break after an operator Question 12 of 20 5.0/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Improved communication B. Find many bugs C. Less rework D. Developers have changes to do many works in project Question 13 of 20 5.0/ 5.0 Points Common coding conventions may cover the following areas: A. Error conventions B. Comment conventions C. Programming practices D. Naming conventions
  • 19. Question 14 of 20 5.0/ 5.0 Points Output của giai đoạn Integrate Software Modules bao gồm những sản phẩm nào sau đây? A.User Manual B.Coding Summary Report C.System Description D.Integrated Software Package Question 15 of 20 5.0/ 5.0 Points A(n) __________ is a list of instructions detailing the steps needed to perform a task. A.plan B.program C.agenda D.punch card Question 16 of 20 3.33/ 5.0 Points Input của giai đoạn Create System Description/User Manual bao gồm những sản phẩm nào sau đây? A. URD B. Design
  • 20. C. SRS D. Software Package Question 17 of 20 5.0/ 5.0 Points Eliminating errors in a program is also called ______ the program A.modularizing B.debugging C.clarifying D.coding Question 18 of 20 5.0/ 5.0 Points Challenges của Peer Review Code bao gồm A. It is hard to improve peer review code process after many time reviewing B. Some peer reviews take a long time C. Reading unfamiliar code and correlating that code to unfamiliar documentation takes programmers away from coding D. If team members are not familiar with peer reviews, the experience can be frustrating for all participants
  • 21. Question 19 of 20 5.0/ 5.0 Points "Please choose correct order of the following code review activities (1) Prepare for review (2) Conduct Review (3) Rework and Follow up (4) Evaluate review results" A.1-3-4-2 B.1-2-3-4 C.1-2-4-3 D.1-3-2-4 Question 20 of 20 5.0/ 5.0 Points Tất cả các dự án phần mềm trên thế giới phải sử dụng chung các coding conventions cho dự án mình. True False Question 1 of 20 5.0/ 5.0 Points The information software produces after it has processed the input is called A.prototype
  • 22. B.flowchart C.output D.objective Question 2 of 20 5.0/ 5.0 Points Developer to perform the self review while s/he is coding to reach which of the following targets? A. General programming practices are applied B. Requirement logics are implemented correctly C. The application input data is correct D. No coding conventions or common defects existed Question 3 of 20 5.0/ 5.0 Points Challenges của Peer Review Code bao gồm A. It is hard to improve peer review code process after many time reviewing B. If team members are not familiar with peer reviews, the experience can be frustrating for all participants C. Some peer reviews take a long time D. Reading unfamiliar code and correlating that code to unfamiliar documentation takes
  • 23. programmers away from coding Question 4 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, two blank lines should be used in which case(s) among following cases? A.Between logical sections inside a method B.Between sections of a source file C.Before a block or single-line comment D.Between methods Question 5 of 20 5.0/ 5.0 Points A(n) __________ is a list of instructions detailing the steps needed to perform a task. A.punch card B.agenda C.plan D.program Question 6 of 20 5.0/ 5.0 Points Tất cả các dự án phần mềm trên thế giới phải sử dụng chung các coding conventions cho dự án mình.
  • 24. True False Question 7 of 20 5.0/ 5.0 Points The information that a program requires in order to accomplish its objective is called the A.Data B.effort C.input D.contribution Question 8 of 20 5.0/ 5.0 Points Eliminating errors in a program is also called ______ the program A.modularizing B.coding C.debugging D.clarifying Question 9 of 20 5.0/ 5.0 Points Nếu không coding theo đúng coding conventions, phần mềm tạo ra có thể có nhiều lỗi
  • 25. True False Question 10 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, which naming convention is not correct? A.Avoid names that are similar or differ only in case B.Method name must start with upper case letter and use an 'active verb' C.Variables names must start with lowercase D.Use a noun or noun phrase to name a class or code module Question 11 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, how many space should be used as the unit of identation? A.1 B.2 C.4 D.3 Question 12 of 20 5.0/ 5.0 Points In programming, _______ are explanations that tell other programmers what’s happening in the software code
  • 26. A.table B.documentation C.selections D.restrictions Question 13 of 20 5.0/ 5.0 Points "Please choose correct order of the following code review activities (1) Prepare for review (2) Conduct Review (3) Rework and Follow up (4) Evaluate review results" A.1-2-4-3 B.1-3-4-2 C.1-2-3-4 D.1-3-2-4 Question 14 of 20 5.0/ 5.0 Points Tài liệu Checklist_Code Review của Fsoft đưa ra các trường hợp cần review code và chia làm những phần chính sau đây: A. "General (Liên quan đến các vấn đề thường gặp trong khi reivew code)"
  • 27. B. "Commenting (Liên quan đến các trường hợp phải comment cho source code)" C. "Source code (Liên quan đến nội dung các dòng lệnh, hàm...)" D. "Exception (Liên quan đến exception)" Question 15 of 20 5.0/ 5.0 Points Program objectives, desired outputs, needed inputs, and processing requirements are all recorded in the A.program specifications document B.program tracking log C.management information system D.project management database Question 16 of 20 5.0/ 5.0 Points Những điều gì nên làm để tổ chức peer review code được tốt hơn? A. Be careful with the scope of the review B. Write everything down, especially decisions and action items C. "Ask yourself these question: Which review comments must be addressed before proceeding in the life cycle? What are valid reasons for missing a review? Who can cancel a review? "
  • 28. D. Don’t take the criticism personally and offer only technical advice that will improve the code. Respect others’ opinions, comments, and suggestions Question 17 of 20 5.0/ 5.0 Points Common coding conventions may cover the following areas: A. Error conventions B. Comment conventions C. Naming conventions D. Programming practices Question 18 of 20 5.0/ 5.0 Points The actual coding of a program is done by a(n) Part 1 of 1 - 87.08/ 100.0 Points Coding Process Question 1 of 20 5.0/ 5.0 Points
  • 29. Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm True False Question 2 of 20 5.0/ 5.0 Points "Please choose correct order of the following activities in coding process: (1) Create System Description (2) Code Planning (3) Code Library Modules (4) Code Functional Modules" A.1-2-3-4 B.1-2-4-3 C.2-4-3-1 D.2-3-4-1 Question 3 of 20 5.0/ 5.0 Points "Please choose correct order of the following code review activities (1) Prepare for review (2) Conduct Review (3) Rework and Follow up (4) Evaluate review results" A.1-2-4-3 B.1-3-4-2
  • 30. C.1-2-3-4 D.1-3-2-4 Question 4 of 20 1.67/ 5.0 Points Input của giai đoạn Create System Description/User Manual bao gồm những sản phẩm nào sau đây? A. URD B. SRS C. Design D. Software Package Question 5 of 20 5.0/ 5.0 Points The information software produces after it has processed the input is called A.prototype B.flowchart C.output D.objective Question 6 of 20 5.0/ 5.0 Points
  • 31. Nếu không coding theo đúng coding conventions, phần mềm tạo ra có thể có nhiều lỗi True False Question 7 of 20 5.0/ 5.0 Points The actual writing of a program in a programming language is called A.logic structure B.program design C.coding D.language translation Question 8 of 20 5.0/ 5.0 Points Developer to perform the self review while s/he is coding to reach which of the following targets? A. General programming practices are applied B. Requirement logics are implemented correctly C. The application input data is correct D. No coding conventions or common defects existed Question 9 of 20 5.0/ 5.0 Points
  • 32. In programming, _______ are explanations that tell other programmers what’s happening in the software code A.table B.documentation C.selections D.restrictions Question 10 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, which naming convention is not correct? A.Avoid names that are similar or differ only in case B.Method name must start with upper case letter and use an 'active verb' C.Variables names must start with lowercase D.Use a noun or noun phrase to name a class or code module Question 11 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, when an expression will not fit on a single line, break it according to which of below principles? A. Break after an operator B. Break after a number
  • 33. C. Break after a logical operator. D. Break after a comma Question 12 of 20 5.0/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Peer reviews provide the distance needed to solve every problems B. Fewer bugs C. Peer reviews provide the distance needed to recognize problems D. Team cohesiveness Question 13 of 20 1.67/ 5.0 Points Input của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? A. Customer requirements B. CM plan C. Design documents D. Project Plan
  • 34. Question 14 of 20 5.0/ 5.0 Points Common coding conventions may cover the following areas: A. Error conventions B. Comment conventions C. Naming conventions D. Programming practices Question 15 of 20 5.0/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Improved communication B. Find many bugs C. Less rework D. Developers have changes to do many works in project Question 16 of 20 3.75/ 5.0 Points Input của giai đoạn Coding Functional Modules bao gồm những sản phẩm nào sau đây? A. Coding Infrastructure has been setup B. Coding Conventions
  • 35. C. Coding Plan D. Designs Question 17 of 20 5.0/ 5.0 Points The actual coding of a program is done by a(n) A.systems analyst B.software engineer C.end-user D.database administrator Question 18 of 20 0.0/ 5.0 Points Output của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? A. System Description B. Coding Convention C. Review Report D. Coding Plan
  • 36. Question 19 of 20 5.0/ 5.0 Points A(n) __________ is a list of instructions detailing the steps needed to perform a task. A.punch card B.agenda C.plan D.program Question 20 of 20 5.0/ 5.0 Points The information that a program requires in order to accomplish its objective is called the A.Data B.effort C.input D.contribution Part 1 of 1 - 100.0/ 100.0 Points Coding Process Question 1 of 20 5.0/ 5.0 Points "Given below code block: if (x == 0)
  • 37. if (y == 0) error(); else { z = x + y; } With the input value of [x, y, z] = [1, 2, 4], which value the variable z would be after executing above codes?" A.2 B.4 C.5 D.3 Question 2 of 20 5.0/ 5.0 Points Common coding conventions may cover the following areas: A. Error conventions B. Comment conventions C. Naming conventions D. Programming practices Question 3 of 20 5.0/ 5.0 Points Input của giai đoạn Create System Description/User Manual bao gồm những sản phẩm nào sau đây? A. SRS
  • 38. B. URD C. Software Package D. Design Question 4 of 20 5.0/ 5.0 Points Output của giai đoạn Plan cho Coding bao gồm những sản phẩm nào sau đây? A. Coding Convention B. Coding Plan C. System Description D. Review Report Question 5 of 20 5.0/ 5.0 Points The information that a program requires in order to accomplish its objective is called the A.input B.effort C.Data
  • 39. D.contribution Question 6 of 20 5.0/ 5.0 Points "Please choose correct order of the following code review activities (1) Prepare for review (2) Conduct Review (3) Rework and Follow up (4) Evaluate review results" A.1-3-4-2 B.1-2-3-4 C.1-2-4-3 D.1-3-2-4 Question 7 of 20 5.0/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Team cohesiveness B. Fewer bugs C. Peer reviews provide the distance needed to recognize problems D. Peer reviews provide the distance needed to solve every problems
  • 40. Question 8 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, you are recommended to avoid tab characters? True False Question 9 of 20 5.0/ 5.0 Points Input của giai đoạn Coding Functional Modules bao gồm những sản phẩm nào sau đây? A. Coding Conventions B. Coding Plan C. Coding Infrastructure has been setup D. Designs Question 10 of 20 5.0/ 5.0 Points Output của giai đoạn Integrate Software Modules bao gồm những sản phẩm nào sau đây? A.Integrated Software Package B.System Description C.User Manual D.Coding Summary Report
  • 41. Question 11 of 20 5.0/ 5.0 Points Code conventions are important to programmers, because: A. If you ship your source code as a product, you need to make sure it is as well packaged and clean as any other product you create B. Hardly any software is maintained for its whole life by the original author. C. Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly D. 80% of the lifetime cost of a piece of software goes to maintenance Question 12 of 20 5.0/ 5.0 Points Following Fsoft standard coding conventions, how many space should be used as the unit of identation? A.3 B.1 C.4 D.2 Question 13 of 20 5.0/ 5.0 Points Input của giai đoạn Coding Library Modules bao gồm những sản phẩm nào sau đây? A. Coding Infrastructure has been setup
  • 42. B. Designs C. Coding Plan D. Coding Conventions Question 14 of 20 5.0/ 5.0 Points The actual coding of a program is done by a(n) A.systems analyst B.software engineer C.end-user D.database administrator Question 15 of 20 5.0/ 5.0 Points Tất cả các dự án phần mềm trên thế giới phải sử dụng chung các coding conventions cho dự án mình. True False Question 16 of 20 5.0/ 5.0 Points Eliminating errors in a program is also called ______ the program A.modularizing
  • 43. B.clarifying C.debugging D.coding Question 17 of 20 5.0/ 5.0 Points Benefits của Peer Review Code bao gồm: A. Find many bugs B. Improved communication C. Less rework D. Developers have changes to do many works in project Question 18 of 20 5.0/ 5.0 Points Challenges của Peer Review Code bao gồm A. If team members are not familiar with peer reviews, the experience can be frustrating for all participants B. Reading unfamiliar code and correlating that code to unfamiliar documentation takes programmers away from coding C. It is hard to improve peer review code process after many time reviewing
  • 44. D. Some peer reviews take a long time Question 19 of 20 5.0/ 5.0 Points Coding conventions là tài liệu bắt buộc phải có trong tất cả các dự án phần mềm True False Question 20 of 20 5.0/ 5.0 Points A(n) __________ is a list of instructions detailing the steps needed to perform a task. A.agenda B.plan C.punch card D.program