In Windows, the 'Tracert' command is used to: MCQ with Answer and Explanation

In Windows, the 'Tracert' command is used to:
A. Trace the route packets take to a destination
B. Resolve domain names
C. Display network statistics
D. Test network speed
Answer: Option A
Solution (By JKExamLibrary)
tracert (traceroute) displays each hop (router) along the path to a target IP/domain.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1 Report Error
In a multiprocessor system, what is NUMA?
A. Non-Uniform Memory Access, where memory access times vary based on the processor's location
B. Network Unified Memory Architecture
C. New Unified Memory Access
D. Non-Universal Memory Architecture

Correct Answer: Option A


Explanation:
NUMA is a memory architecture where each processor has local memory, but accessing remote memory takes longer, affecting performance.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a characteristic of a monolithic kernel?
A. It is more stable than microkernel
B. All OS services run in kernel mode with high performance
C. Only the core services run in kernel mode, others in user mode
D. It is easier to extend

Correct Answer: Option B


Explanation:
Monolithic kernel includes all system services (file system, drivers, memory management) in kernel space, which can improve performance but reduce stability.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows command is used to shut down the system from the command line?
A. stop
B. shutdown /s
C. exit
D. poweroff

Correct Answer: Option B


Explanation:
shutdown /s initiates a system shutdown; other options exist for restart or hibernate.

This question belongs to: Computer Operating Systems