We would like for the distance traveled to be a floating point value Discuss any
ID: 3886232 • Letter: W
Question
We would like for the distance traveled to be a floating point value Discuss any issues involved in making sure that a C program will compute the correct value using the formula above. (T/F)_________If your program compiles successfully, it will produce correct results. (T/F) ________The statement #include defines the name of the current program you are writing as "math". (T/F) ______________For the C programming language, files containing the code you write are named with a file extension of .g. (T/F) ________The component of a computer that contains the ALU (Arithmetic Logic Unit) is the RAM. (T/F)_________A computer program may only be constructed in a high level language. (T/F) ____________ Code that you write is called primary code, and code that the compiler produces after processing the primary code is called runtime code. (T/F) ____________It is only necessary to compile a C program once after it is completed: any change made after that will be automatically added without recompiling. (T/F) _____________Testing a program only using the example data you selected when you worked the problem by hand will not guarantee that your program works correctly. (T/F) ___________________Comments are valuable during the development of a program, and also assist with maintenance of the program afterwards. (T/F) ______________ Analyzing any assumptions made about a problem and considering what input values are valid are important steps to take before you start coding a solution.Explanation / Answer
As you have not mentioned the formula . I am expecting you just want the answers of True False question .. Let me know in comments if you have queries.
5.False - A program which compiled successful can still have runtime or logical errors.
6. False - #include<math.h> includes the math.h library to the program to reuse varioud math functions like pow, sqrt.
7.False - we name the program with extension .c
8. False - CPU contains ALU
9. False - a computer program can be in a low level language eg C programming
10. True.
11. False - If we change something in C program, we need to recompile it.
12. True.
13.True
14. True - it is an important step.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.