True/False questions. (T/F) _____ If your program compiles successfully, it will
ID: 3886888 • Letter: T
Question
True/False questions. (T/F) _____ If your program compiles successfully, it will produce correct results. (T/F) _____ The statement #include defines the name of your current program 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
5. TRUE
6. FALSE
7. FALSE
8. FALSE
9. FALSE
10 TRUE
11 FALSE
12 TRUE
13 TRUE
14. TRUE