1: When a program runs on a computer, it is stored in: 2: The code that a progra
ID: 3649513 • Letter: 1
Question
1: When a program runs on a computer, it is stored in: 2: The code that a programmer writes is called 3: The ability to a language to let a programmer develop a program on computer system that can be run on other systems is called 4: To run a Java program from a command line, we use the 5:Files containing Java code must end with what "extension"? 6: The standard name of the Java compiler is 7: Division by zero when the program is executing is an example of a 8: The purpose of testing a program with different combinations of data is to expose run-time and Ch. 1 java questions; please helpExplanation / Answer
1: When a program runs on a computer, it is stored in memory (hard drive) 2: The code that a programmer writes is called sorce code 3: The ability to a language to let a programmer develop a program on computer system that can be run on other systems is called Portability. 4: To run a Java program from a command line, we use the Command Prompt 5:Files containing Java code must end with extension " .java " 6: The standard name of the Java compiler is Java Virtual Machine . It will convert the source code into byte code....while it is compiling and byte code will be converted into machine code by interpreter 7: Division by zero when the program is executing is an example of a compilation error [-Arithmetic Exception -mathematical error] 8: The purpose of testing a program with different combinations of data is to expose run-time and logic errors :)
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.