MODULAR PROGRAMMING FILE HANDLING C LANGUAGE THEORY
QUESTIONS COLLECTION [3 MARKS]
- 1. Define Modular Programming.
- 2. Write any two advantages of modular programming.
- 3. Write any two disadvantages of modular programming.
- 4. Define procedure.
- 5. Mention the types of procedure.
- 6. Write down the difference between function procedure and sub procedure.
- 7. What is loop?
- 8. What is variable?
- 9. Differentiate between user defined function and in-built function.
- 10. What do you mean by local variable and global variable?
- 11. Define parameter and argument.
- 12. Write the syntax and example of SUB….END SUB and FUNCTION…END FUNCTION statement.
- 13. Explain accumulator with an example.
- 1. List any four data types used in C language.
- 2. List any two features / characteristics of C language.
- 3. Write any two differences between QBasic and C language.
- 4. Write any two similarities between QBasic and C language.
- 5. Write any two advantages of structured programming language.
- 6. Why is C called structured programming language / procedural oriented program?
- 7. When and Who developed C language?
- 8. Define keyword. How many keywords are there in C language?
- 9. Define Unary Operator.
- 1. What is meant by mode of data file?
- 2. Define program file and data file.
- Write the functions of:
- 1. MKDIR
- 2. NAME
- 3. CLOSE
- 4. KILL
- 5. RMDIR
- 6. EOF
- 7. FILES
- 8. CALL
- 9. OPEN
- 10. SHARED
- 1. INPUT
- 2. INPUT #
- 3. LINE INPUT#
- 4. SHELL
- 5. WRITE #
- 6. PRINT #
- 7. INPUT $
- 8. COMMON SHARED
- 9. VAL
- 10. CINT