Which of the following is a type of application software used for communication? MCQ with Answer and Explanation

Which of the following is a type of application software used for communication?
A. Windows Explorer
B. Device Manager
C. Disk Cleanup
D. Zoom
Answer: Option D
Solution (By JKSSB Mock Tests)
Zoom is a video conferencing application software.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which category of system software provides basic low-level configurations allowing user inputs to update hardware registers before the primary OS loads?
A. BIOS / UEFI Configuration Software
B. Device Manager Applications
C. Application Development Packages
D. Horizontal Productivity Kits

Correct Answer: Option A


Explanation:
BIOS/UEFI utility screens let users customize fundamental hardware configurations like boot orders and clock profiles before the OS starts up.

This question belongs to: Computer Computer Software
Question #2
What is the primary technical limitation of an interpreter compared to a compiler?
A. An interpreter creates large standalone binary executable files.
B. Interpreted code runs slower because translation happens line-by-line during runtime.
C. An interpreter makes the software debugging process harder.
D. An interpreter can only translate assembly language commands.

Correct Answer: Option B


Explanation:
Because interpreters translate and execute source code line-by-line during program execution, they are slower than pre-compiled software.

This question belongs to: Computer Computer Software
Question #3
A software translator that reads a high-level program line-by-line, translating and executing each line immediately without saving an object file, is a/an:
A. Compiler
B. Linker
C. Assembler
D. Interpreter

Correct Answer: Option D


Explanation:
An interpreter translates and executes source code dynamically, one line or statement at a time, making debugging faster but execution slower.

This question belongs to: Computer Computer Software