187k views
5 votes
Select the correct answer.

Ella is writing a program to control a robotic bug. She does not document her code. Which problem will likely occur?
O A.
B.
O c.
O D.
The code will not work.
The robot will likely malfunction in the future.
The code will be too large to store or compile.
The code may be incomprehensible in the future.

1 Answer

2 votes

Final answer:

Not documenting the code can lead to incomprehensible code, code not working as intended, and robot malfunction.


Step-by-step explanation:

If Ella does not document her code, several problems may occur. One problem is that the code will likely be incomprehensible in the future. Without proper documentation, it will be difficult for Ella or other programmers to understand the purpose and functionality of the code. Additionally, the code may have bugs or errors that go unnoticed without proper documentation, leading to the code not working as intended. Finally, if the code is not documented, it may be challenging to maintain and update the program in the future, potentially causing the robot to malfunction.


Learn more about Importance of documenting code

User Lukess
by
7.8k points