Page 1 of 1

5. Given the following code, what is the output on the screen after execution? DATA DATA DB "SEXAM" CODE MOV AH, 09 MOV

Posted: Thu Jun 02, 2022 8:34 am
by answerhappygod
5 Given The Following Code What Is The Output On The Screen After Execution Data Data Db Sexam Code Mov Ah 09 Mov 1
5 Given The Following Code What Is The Output On The Screen After Execution Data Data Db Sexam Code Mov Ah 09 Mov 1 (11.38 KiB) Viewed 11 times
5. Given the following code, what is the output on the screen after execution? DATA DATA DB "SEXAM" CODE MOV AH, 09 MOV DL, "K" MOV DX, OFFSET DATA INT 21 A. EXAM B. K C. SEXAM D. $ E. NO THING APPEARS