PRINT DIGITS IN A TEXT FILE | FILE HANDLING | CBSE CLASS - XII | COMPUTER SCIENCE

Опубликовано: 11 Октябрь 2024
на канале: Swati Chawla
6,997
182

In this video, you will understand the:
Program to read data from a text file and print only the numbers or digits from the file.
Introduction of Data File handling , Types of Files , Access Modes..
   • File Handling in Python Class 12 | TY...  

How to read data from a text file using read( ), readline( ) and readlines ( )
   • READ TEXT FILE | read(),readline(),re...  

How to write data in a file using write and writelines( ) ? How to append data ?
   • How to write data in a text file? | w...  

Most Important Questions Based On Text File (Part - 1)
   • MOST IMPORTANT QUESTIONS BASED ON TEX...  

Most Important Questions Based On Text File (Part - 2)
   • MOST IMPORTANT QUESTIONS BASED ON TEX...  
Program to read data from the text file “Story.txt” and display those words ,
which are ending with ‘e’ and Program to read data from a text file “Story.txt” and calculate and display the sum of all the even digits present in a text file.
   • Text File Programs | Display words en...  


Program to read data from a text file "PythonSpace.txt" and remove the multiple spaces with a single space and then write the data in a file.
   • Program to read data from a file and ...  


Introduction of Binary Files, Pickle module , load( ) and dump( )
   • BINARY FILE | PICKLE MODULE |  DUMP (...  

How to write and read multiple records from a binary file? Taking input from user.
   • How to write and read multiple record...  

How to append data in a Binary File?
   • HOW TO APPEND DATA IN A BINARY FILE ?...  

How to search record in a Binary File?
   • How to search record in a Binary File...  


seek( ) and tell ( ) in File handling
   • seek( ) and tell( ) functions in Pyth...  

How to update a record in a Binary File?
   • How to update a record in a Binary Fi...  

Most Important Questions based on Binary Files
   • MOST IMPORTANT QUESTIONS BASED ON BIN...  



Consider the binary file as “EMP.dat”. File storing the details of Employees such as Emp No, Name , Salary , Gender , Designation (such as Manager,Clerk,Peon..etc.)
-----------------------------------------------------------------------------
Q 1. Write a function to search and display the details of a particular Employee whose EmpNo is passed as parameter to the function.

Q 2. Write a function to search and display the names of all the employees whose salary is in the range of 50,000 to 80,000.

Q 3. Write a function to transfer all the records from “EMP.dat” to “EMP1.dat” , where Gender is M.
   • Important Question based on Binary File  


A file sports.dat contains information in following format :
[ Event, Participant]
for each sportsperson.
Write a function that would read contents from file sports.dat and creates a file named Athletic.dat copying only those records from sports.dat where the event name is “Athletics”.
   • COPY RECORDS FROM ONE BINAAY FILE TO ...  




Introduction of CSV Files … How to write data in a CSV File using writerow( ) and writerows( ) functions?
   • INTRODUCTION OF CSV FILES | WRITE DAT...  

How to read data from a csv file?
   • How to read data from a csv file? | C...  

Introduction of Recursion
   • RECURSION | INTRODUCTION | CBSE CLASS...  

Program in Python to find factorial of a Number using Recursion.
   • Factorial Using Recursion | Recursion...  

Program in Python to print Fibonacci series using Recursion.
   • Print Fibonacci Series Using Recursio...  

Program in Python to print sum of first N natural numbers using Recursion.
   • Sum of first N Natural Numbers Using ...  

Program to search an element using Binary Search recursively
   • Binary Search using Recursion | CBSE ...  

Solving Output – based Questions of Recursion
   • Output Based Questions Of Recursion |...  

Idea of Algorithmic Efficiency (Introduction)
   • Idea of Algorithmic Efficiency Class ...  
Calculating Complexity of an algorithm
   • Calculating Complexity of an Algorith...  





MYSQL
Download and Install MYSQL Server (Complete Step - by - Step Guide)
   • How to Download MySQL in Windows 10 |...