Tag: Educational Content

  • 2nd Year Computer Chapter 14 File Handling in C

    2nd Year Computer Chapter 14 File Handling in C Question And Answer Short And Simple Question And Answer Q 1. What is a data file? Ans. A data file is a collection of related records, with each record comprising multiple fields. Data files store various types of data permanently. Q 2. What is a stream?…

  • 2nd Year Computer Chapter 13 Functions In C

    2nd Year Computer Chapter 13 Functions In C Question And Answer Short And Simple Question And Answer Q 1. What is modular programming? Ans. Modular programming is a technique where a program is divided into independent parts or modules, each designed to perform specific tasks. Multiple programmers can develop different modules, accelerating program development. These…

  • 2nd year Computer Chapter: 12 Loop Constructs

    2nd year Computer Chapter 12 Loop Constructs Question An Answer Short An Simple Question An Answer Q 1. What is a Control Structure? Ans. A control structure is a statement used to manage the flow of execution in a program or function, combining individual instructions into a single logical unit. It ensures that program logic…

  • 2nd year Computer Chapter 11 Decision Constructs

    2nd year Computer Chapter 11 Decision Constructs Question And Answer Short An Simple Question An Answer Q 1. What is a Control Structure? Ans. A control structure is a statement that manages the flow of execution in a program or function, combining individual instructions into a single logical unit with one entry and one exit…