FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
How can the following instruction be made more specific? “Meet Joe at the corner of Main Street and First Avenue.”
A
describe how you first met Joe
B
list all the streets that intersect with First Avenue
C
describe current weather conditions
D
set an exact time for the meeting
Explanation: 

Detailed explanation-1: -Program development life cycle (PDLC) The process containing the five phases of program development: analyzing, designing, coding, debugging and testing, and implementing and maintaining application software.

Detailed explanation-2: -A set of instructions that directs a computer’s hardware to perform a task is called a program, or software program.

Detailed explanation-3: -The first step is to examine the problem carefully to try to identify what qualifies as a solution. A single problem may have many different solutions, but they will all have something in common. So here you’re trying to work out exactly what your program will be required to do.

Detailed explanation-4: -Answer is Software. Explanation-Software, instructions that tell a computer what to do. Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system.

There is 1 question to complete.