HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 2C programmingUnit 11: Data File Handling (4Hrs)
Chapter Study

BCA Semester 2 – C programming – Unit 11: Data File Handling (4Hrs)

Comprehensive questions and detailed answers for Unit 11: Data File Handling (4Hrs). Perfect for exam preparation and concept clarity.

4
Questions
30
Marks
Back to All Chapters
1

What is the difference between binary file and text file? Write a C program to write some text "Welcome to BCA program" in a file test.txt.

MediumTHEORY5 marks2019(TU FOHSS Final)
2

Define file opening modes. Write a program to delete specific record from a file.

HardTHEORY10 marks2023(TU FOHSS Final)
3

Write a C program to copy contents of student.txt file into another file called info.txt.

MediumTHEORY5 marks2022(TU FOHSS Final)
4

What is the use of data file in C? Write a program to accept 100 numbers from user and store them in odd.txt file (if number is odd) or even.txt (If number is even) then display odd numbers reading from odd.txt file.

HardTHEORY10 marks2021(TU FOHSS Final)
Showing 4 questions

Exam Years

Past question papers

2023
TU FOHSS Final•1 questions
2022
TU FOHSS Final•1 questions
2021
TU FOHSS Final•1 questions
2019
TU FOHSS Final•1 questions

Questions in Unit 11: Data File Handling (4Hrs)

What is the difference between binary file and text file? Write a C program to write some text "Welcome to BCA program" in a file test.txt.

Marks: 5

Year: 2019 Final TU FOHSS

1. Difference Between Binary File and Text File | Basis | Text File | Binary File | |----------|---------------|------------------| | Storage Format | Stores data in human-readable characters (ASCII).

Define file opening modes. Write a program to delete specific record from a file.

Marks: 10

Year: 2023 Final TU FOHSS

1. File Opening Modes in C Definition File opening modes determine how a file is accessed in C. They are used in the fopen() function. | Mode | Description | Use Case | |----------|-----------------|

Write a C program to copy contents of student.txt file into another file called info.txt.

Marks: 5

Year: 2022 Final TU FOHSS

1. Task Write a C program to copy the contents of student.txt into another file named info.txt. - Use file pointers (FILE fp1, fp2). - Open source file in read mode "r". - Open destination file in wri

What is the use of data file in C? Write a program to accept 100 numbers from user and store them in odd.txt file (if number is odd) or even.txt (If number is even) then display odd numbers reading fr

Marks: 10

Year: 2021 Final TU FOHSS

1. Use of Data File in C Data file in C is used to store data permanently on disk so that it can be accessed, read, or updated later. Key Points - Unlike variables in RAM, data in files persists af

About Unit 11: Data File Handling (4Hrs) Questions

This page contains comprehensive questions from the Unit 11: Data File Handling (4Hrs) chapter of C programming, part of the BCA Semester 2 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to C programming Chapters

Unit 11: Data File Handling (4Hrs) chapter questions with answers for C programming (BCA Semester 2). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.