exam questions

Exam SY0-601 All Questions

View all questions & answers for the SY0-601 exam

Exam SY0-601 topic 1 question 765 discussion

Actual exam question from CompTIA's SY0-601
Question #: 765
Topic #: 1
[All SY0-601 Questions]

A software company has a shared codebase for multiple projects using the following strategy:

• Unused features are deactivated but still present on the code.
• New customer requirements trigger additional development work.

Which of the following will most likely occur when the company uses this strategy?

  • A. Malicious code
  • B. Dead code
  • C. Outsourced code
  • D. Code obfuscation
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
psowrong
Highly Voted 1 year, 5 months ago
Selected Answer: B
Dead code refers to portions of a program's source code that are never executed during the program's runtime. In this strategy, features that are deactivated but still present in the code are effectively dead code. They are not actively used or executed, yet they remain in the codebase.
upvoted 9 times
...
pinkdog
Highly Voted 1 year, 4 months ago
Selected Answer: B
dead code- code that is present in the codebase but is no longer executed or reachable. Malicious code- refers to code designed to harm or exploit outsourced code- involves code developed by external parties code obfuscation- is the process of making code more difficult to understand
upvoted 5 times
...
Hs1208
Most Recent 1 year, 5 months ago
Selected Answer: B
Dead code refers to code that is present in the source code but is not executed during the normal operation of the software
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...