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. Test network speed
D. Display network statistics
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 Android subsystem handles the core power management features to optimize battery consumption on mobile chipsets?
A. Surface Flinger Engine
B. Wakelocks (via Linux kernel power drivers)
C. Dalvik Cache Manager
D. Android Package Installer

Correct Answer: Option B


Explanation:
Android utilizes specialized power management routines (such as Wakelocks) integrated into its Linux kernel base to regulate system sleep cycles and battery drain.

This question belongs to: Computer Operating Systems
Question #2
Which Linux command is used to change the permissions of a file with symbolic notation?
A. chmod u+x file
B. chmod g+w file
C. All of the above
D. chmod o-r file

Correct Answer: Option C


Explanation:
chmod accepts symbolic mode like u+x (add execute for owner), g+w (add write for group), o-r (remove read for others).

This question belongs to: Computer Operating Systems
Question #3
Which Android version introduced Material Design?
A. Marshmallow
B. Ice Cream Sandwich
C. KitKat
D. Lollipop (5.0)

Correct Answer: Option D


Explanation:
Android 5.0 Lollipop introduced Material Design, a visual design language with responsive animations and bold colors.

This question belongs to: Computer Operating Systems