MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A program that converts text files into executableapplications.
A
Object
B
Application
C
Browser
D
Compiler
Explanation: 

Detailed explanation-1: -txt file into a .exe file. Right click on the file, select rename, and then change the file extension. Yes, as alpersahin mentioned, use a Move File activity as shown above.

Detailed explanation-2: -Executable files contain binary machine code that has been compiled from source code. This low-level code instructs a computer’s central processing unit on how to run a program. The processor interprets the machine code and tells the computer’s hardware what to do.

Detailed explanation-3: -The compiler (or more specifically, the linker) creates the executable. The format of the file generally vary depending on the operating system. If you understand the concept of a structure, this is the same, only within a file.

Detailed explanation-4: -The Compiler the supports generation of procedural COBOL code to Java . class files and also offers object-oriented extensions to the COBOL language. You produce executable code by compiling and linking in one step. An executable file has a filename extension of .exe.

There is 1 question to complete.