Which type of command requires additional files to perform specific operations?
A. Internal commands
B. External commands
C. Valuable commands
D. Primary commands
Answer: Option B
A. Internal commands
B. External commands
C. Valuable commands
D. Primary commands
Answer: Option B
If there are multiple recycle bin for a hard disk
A. You can set different size for each recycle bin
B. You can choose which recycle bin to use to store your deleted files
C. You can make any one of them default recycle bin
D. None of above
A. You can find deleted files in recycle bin
B. You can restore any files in recycle bin if you ever need
C. You can increase free space of disk by sending files in recycle bin
D. You can right click and choose Empty Recycle Bin to clean it at once
If the displayed system time and date is wrong, you can reset it using
A. Write
B. Calendar
C. Write file
D. Control panel
In computing, an external command refers to a command that is not built into the command-line interpreter (shell) but instead is a separate program or executable file stored on disk (usually in system folders like C:WindowsSystem32 on Windows or /bin, /usr/bin on Linux).
---
🔹 Examples
✅ In Windows Command Prompt (CMD):
Internal command: dir, cd, cls, echo
External command: ping, ipconfig, xcopy, chkdsk
> These are .exe files in system directories.
✅ In Linux/Unix Terminal:
Internal command: cd, echo, pwd
External command: ls, grep, cat, cp
> These are stored in /bin, /usr/bin, etc.