Operating systems
⏱ ~3-min readAceMark GuideWhat this topic is really about
"Run as administrator" triggers a UAC prompt for admin credentials, allowing a single elevated action without changing the user's account or signing out. Safe Mode is a diagnostic boot, Task Manager manages processes, and Device Manager handles hardware drivers.
A drive wipe with multiple passes securely erases data on a magnetic hard drive.. A drive wipe overwrites every sector (often multiple passes) so the original data is unrecoverable.
See the mechanism
The 'route print' command is used to display the local IPv4 and IPv6 routing tables, which show the paths that packets take to reach their destinations. A diagram for this topic isn't available yet — the worked example below walks the same reasoning step by step.
An exam-style question, fully explained
Which Windows command shows the current routing table?
- Identify what the question tests: Which Windows command shows the current routing table.
- route print displays the local IPv4 and IPv6 routing tables.
- ipconfig /all shows interface settings, tracert traces a path to a destination, and netstat -a lists open ports and connections.
- Why it matters: The 'route print' command is used to display the local IPv4 and IPv6 routing tables, which show the paths that packets take to reach their destinations. In contrast, 'ipconfig /all' shows interface settings, 'tracert' traces a path to a destination, and 'netstat -a' lists open ports and connections. Therefore, 'route print' is the correct command to view the current routing table.
Traps the examiner sets
- Some users may confuse 'route print' with 'ipconfig /all' or 'netstat -a', but these commands serve different purposes and do not display the routing table.
- Many people mistakenly believe quick formatting or standard deleting is sufficient for data erasure, but these methods leave data intact.
Test your recall
Answer each from memory — you'll see instantly whether you're right and why.
Run a focused 10-question mini-mock on Operating systems and see it stick.
Practice more of this topic →