Programming help.
@JustSaiyan
High-level programming languages' code must be translated into machine code by interpreting or compiling. True False
True.
I got alot more can you help?
A runtime error means there is a problem with the computer's hardware, making it impossible to execute a program. True False
true
What is the purpose of using variables in programming? To calculate equations To define functions To print statements To store string values
I am thinking B but im not sure
Yea its B
What is one task related to program maintenance? Define project goals and analyze scope Provide support to software users Test code to identify bugs and defects Write pseudocode to design the program
Hmm. C I would think
# Calculate totalCost of itemA with 6.5% tax totalCost = itemA + .065 There is an error in the code. How should the code be revised in order to get the correct output? totalCost = itemA * 0.065 totalCost = (itemA) + 0.065 totalCost = itemA * ( itemA + 0.065) totalCost = itemA + (itemA * 0.065)
C?
Join our real-time social learning platform and learn together with your friends!