Difficulty: Easy
Correct Answer: ATDT1234567
Explanation:
Introduction / Context:
Classic dial-up modems use the Hayes AT command set. Understanding basic commands such as dialing is essential when testing, scripting, or troubleshooting dialers and communications software.
Given Data / Assumptions:
Concept / Approach:
The generic dialing command format is ATD followed by a dialing modifier. ATDT specifies tone mode; ATDP specifies pulse mode. The digits of the phone number follow immediately, with optional punctuation ignored.
Step-by-Step Solution:
Verification / Alternative check:
Most terminal emulators and modem manuals show ATDT for tone dialing and ATDP for pulse. Issuing ATDT followed by a number audibly triggers touch-tone sequences on an analog line.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting the T (tone) or using ATDP on tone-only lines; including spaces where none are allowed; and mistaking ATZ (reset) or ATH (hang up) for dialing commands.
Final Answer:
ATDT1234567
Discussion & Comments