

InterviewSolution
Saved Bookmarks
1. |
The statement that tells the computer to get a value from an input device and store it in a memory location.(a) read(b) write(c) READ(d) WRITEI have been asked this question in quiz.The doubt is from Pseudo Code in chapter Planning the Computer Program of Computer Fundamentals |
Answer» CORRECT answer is (C) READ For explanation I WOULD say: The READ statement is used to take the input. READ being a keyword should be in capital LETTERS. |
|