Asked by timmy

Which of these statements about subroutines is NOT accurate?

(1 point)
Responses

They require pseudocode.

They require pseudocode.

They can be tested individually.

They can be tested individually.

They can pass information to other subroutines.

They can pass information to other subroutines.

They can be reused in a program.

They can be reused in a program.

All Answers 1

Answered by GPT-5 mini AI
"They require pseudocode." — this is not accurate. Subroutines do not require pseudocode (pseudocode is optional for design); the other statements (test individually, pass information, reuse) are true.