Ask your own question, for FREE!
Computer Science 9 Online
SourMunchkin7806:

Programming help.

SourMunchkin7806:

@JustSaiyan

SourMunchkin7806:

High-level programming languages' code must be translated into machine code by interpreting or compiling. True False

JustSaiyan:

True.

SourMunchkin7806:

I got alot more can you help?

SourMunchkin7806:

A runtime error means there is a problem with the computer's hardware, making it impossible to execute a program. True False

SkyVoltage43:

true

SourMunchkin7806:

What is the purpose of using variables in programming? To calculate equations To define functions To print statements To store string values

SourMunchkin7806:

I am thinking B but im not sure

SkyVoltage43:

Yea its B

SourMunchkin7806:

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

JustSaiyan:

Hmm. C I would think

SourMunchkin7806:

# 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)

SourMunchkin7806:

C?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!