Posts

Showing posts from September 1, 2020

What is a Programming language and What is a Program?

What is a Programming language and What is a Program? -> A procedure expressed in a programming language is known as a COMPUTER PROGRAM. What is a Program? A  computer program  is a collection of instructions that can be executed by a computer to perform a specific task. A computer program is usually written by a computer programmer in the programming language. From the program in its human-readable form of source code, a compiler, or assembler can derive machine code—a form consisting of instructions that the computer can directly execute. Alternatively, a computer program may be executed with the aid of an interpreter. A collection of computer programs, libraries, and related data are referred to as Software. Computer programs may be categorized along functional lines, such as application software and system software. The underlying method used for some calculation or manipulation is known as an algorithm. Programming languages can be divided into...

PROBLEM SOLVING AND PROGRAMMING

  PROBLEM SOLVING AND PROGRAMMING Problem-solving is a skill and there are no universal approaches one can take to solving problems. An integral component of computer programming. It is a demand and intricate process which is equally important- Study, designing, development, testing, and implementation stages. The computer problem-solving process requires:- Problem Anticipation  Careful Planning  Proper thought Process Logical Precision  Problem Analysis Persistence and Attention  All types of Computer Programs are collectively referred to as SOFTWARE. A programming language is also part of it. Physical computer equipment Such as Electronic Circuitry, input/output devices, storage media, etc. PROBLEM-SOLVING TECHNIQUES Problem-Solving is a creative process that defines Systematization and Mechanization. There are a number of steps that can be taken to raise the level of one's performance in Problem-solving. STEPS FOR PROBLEM-SOLVING PROBLEM DEFINITION PHASE GETT...