Difference between Program and File Last Updated : 15 Dec, 2020 Comments Improve Suggest changes Like Article Like Report 1. Program : Program, as name suggest, are simple executable files that contain set or collection of instructions used by computer to execute or complete particular tasks as well as produce results you want. 2. File : File, as name suggests, is basic concept in computer that is designed to store data or information also known as common storage unit in computer and must have a unique name within given file directory. Difference between Program and File : Program File Programs are collection of instructions interpreted by CPU. File is way of recording data or information in computer. These set of instructions are stored in a file. These are normally stored on hard disk. Types of programs include application program, system program such as word processors, operating system, database system, etc. Types of computer files can be JPEG, PNG, GIF, PDF, MP4, etc. Programs are used to perform particular tasks or functions. Files are used to store picture, video, computer program, written message, etc. Programs are created using programming languages that computer can execute. Files are developed with help of software program. Programs are usually binary machine language or format that can be processed by run time interpreter. Files are usually organized in file system and into one-dimensional arrays of bytes. Programs are hard to handle and can be edited only by highly skills programmers. Files are easy to handle and can be edited and transferred through internet. It helps one to understand computer, increases confidence level programmers, etc. It helps to enhance data integrity, reduces duplication, security of data, easier to update and modify information. Create Quiz Comment M madhurihammad Follow 0 Improve M madhurihammad Follow 0 Improve Article Tags : Technical Scripter Difference Between Software Engineering Technical Scripter 2020 Explore Software Engineering BasicsIntroduction to Software Engineering7 min readSoftware Development Life Cycle (SDLC)8 min readSoftware Quality - Software Engineering5 min readISO/IEC 9126 in Software Engineering4 min readBoehm's Software Quality Model4 min readSoftware Crisis - Software Engineering3 min readSoftware Measurement & MetricesSoftware Measurement and Metrics4 min readPeople Metrics and Process Metrics in Software Engineering7 min readHalsteadâs Software Metrics - Software Engineering10 min readCyclomatic Complexity6 min readFunctional Point (FP) Analysis - Software Engineering8 min readLines of Code (LOC) in Software Engineering4 min readSoftware Development Models & Agile MethodsWaterfall Model - Software Engineering12 min readWhat is Spiral Model in Software Engineering?9 min readPrototyping Model - Software Engineering7 min readIncremental Process Model - Software Engineering6 min readRapid Application Development Model (RAD) - Software Engineering9 min readCoupling and Cohesion - Software Engineering10 min readAgile Software Development - Software Engineering15+ min readSRS & SPMSoftware Requirement Specification (SRS) Format5 min readSoftware Engineering | Quality Characteristics of a good SRS7 min readSoftware Project Management (SPM) - Software Engineering8 min readCOCOMO Model - Software Engineering15+ min readCapability Maturity Model (CMM) - Software Engineering10 min readIntegrating Risk Management in SDLC | Set 18 min readSoftware Maintenance - Software Engineering13 min readTesting & DebuggingWhat is Software Testing?11 min readTypes of Software Testing15+ min readTesting Guidelines - Software Engineering3 min readWhat is Debugging in Software Engineering?11 min readVerification & ValidationVerification and Validation in Software Engineering6 min readRole of Verification and Validation (V&V) in SDLC5 min readRequirements Validation Techniques - Software Engineering8 min readPractice QuestionsTop 50+ Software Engineering Interview Questions and Answers15+ min read Like