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. Test network speed
C. Display network statistics
D. Resolve domain names
Answer: Option A
Solution (By JKSSB Mock Tests)
tracert (traceroute) displays each hop (router) along the path to a target IP/domain.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which specialized hardware component handles real-time address translation between virtual memory allocations and physical RAM chips?
A. BIOS Chipset
B. Central Processing Unit (CPU)
C. Memory Management Unit (MMU)
D. Direct Memory Access (DMA) Controller

Correct Answer: Option C


Explanation:
The MMU is a dedicated hardware structure that maps virtual processor memory references to real physical address rails on RAM modules.

This question belongs to: Computer Operating Systems
Question #2
What is the role of the 'swap space' in Linux?
A. It stores system logs
B. It caches frequently accessed files
C. It is used for temporary file storage
D. It serves as virtual memory (paging space) on disk

Correct Answer: Option D


Explanation:
Swap space is a partition or file used as an extension of physical memory, allowing the system to page out inactive memory pages.

This question belongs to: Computer Operating Systems
Question #3
Which Linux command is used to display the system's hostname and IP address?
A. ifconfig
B. ip addr
C. hostname -I
D. All of the above

Correct Answer: Option D


Explanation:
hostname -I shows IP addresses; ifconfig and ip addr display network interfaces with IPs.

This question belongs to: Computer Operating Systems