Which of the following is a programming tool? MCQ with Answer and Explanation

Which of the following is a programming tool?
A. Microsoft Word
B. VLC Player
C. Visual Studio
D. Adobe Reader
Answer: Option C
Solution (By JKSSB Mock Tests)
Visual Studio is an IDE (Integrated Development Environment) used for programming.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Software Questions

Question #1
Which of the following is a utility software for process management?
A. Task Manager
B. Registry Editor
C. File Explorer
D. Control Panel

Correct Answer: Option A


Explanation:
Task Manager allows viewing and terminating processes.

This question belongs to: Computer Computer Software
Question #2
What is the primary technical role of a Just-In-Time (JIT) compiler in modern software engineering environments?
A. To compile intermediate bytecode into native machine instructions on the fly during runtime to improve execution speed.
B. To scrub malicious registry entries before the operating system boots up.
C. To merge separate static library modules into a single binary file.
D. To translate assembly text into machine binary code files before shipping software.

Correct Answer: Option A


Explanation:
JIT compilers improve execution speed by compiling bytecode into native machine instructions on the fly as the program runs, combining the flexibility of interpretation with the speed of compilation.

This question belongs to: Computer Computer Software
Question #3
Which of the following is a utility software for removing malware?
A. WinRAR
B. VLC
C. Adobe Reader
D. Malwarebytes

Correct Answer: Option D


Explanation:
Malwarebytes is an anti-malware utility.

This question belongs to: Computer Computer Software