Chapter 13 Sub-Program and File Handling - 5


Computer Class 10
1. A program is a collection of instructions that perform some specific task.


2. A function may return more than one value, as output.


3. A function is associated with two statements GOSUB and RETURN .


4. A file consists of records stored on a secondary device.


5. There are three techniques to organize files.


6. An OPEN statement must contain a reference to the file.


7. To be used a file for input, a file must already exist.


8. A file opened for output is used to read data from it.


This is more feedback!
This is the feedback!