InterviewSolution
Saved Bookmarks
| 1. |
What is direct & indirect modes in basic language of computer? |
| Answer» TION:When you write the program in the "direct MODE" you are allowed to write program in only one line and as soon as you press ENTER the program executes and give output. But in the "INDIRECT mode" you can write program in multiple lines and you are required to enter "run" command to execute the program.May 20, 2018 | |