Podcast
Questions and Answers
What is the primary function of a computer?
What is the primary function of a computer?
Where is processing typically done inside a computer?
Where is processing typically done inside a computer?
What is a program in the context of a computer?
What is a program in the context of a computer?
What are the logical steps involved in developing a program?
What are the logical steps involved in developing a program?
Signup and view all the answers
What is the purpose of a program or software in the context of a computer?
What is the purpose of a program or software in the context of a computer?
Signup and view all the answers
Processing is done inside the ______
Processing is done inside the ______
Signup and view all the answers
Instructions can be of two types (1) Instruction given by the user (4) Instruction that is ______ in any device
Instructions can be of two types (1) Instruction given by the user (4) Instruction that is ______ in any device
Signup and view all the answers
A program provides methodology as to what, how, when and where the input(data) is to be worked on to provide output result as per the user's ______
A program provides methodology as to what, how, when and where the input(data) is to be worked on to provide output result as per the user's ______
Signup and view all the answers
A program or software helps in managing and automating many types of difficult ______
A program or software helps in managing and automating many types of difficult ______
Signup and view all the answers
STEPS TO DEVELOP A PROGRAM Identification of problem, Algorithm ,______ Coding of a Program ,Input Order/instruction Processing as per codes, Instruction Output or Actions or execution data.
STEPS TO DEVELOP A PROGRAM Identification of problem, Algorithm ,______ Coding of a Program ,Input Order/instruction Processing as per codes, Instruction Output or Actions or execution data.
Signup and view all the answers
During the testing or compilation or interpretation, errors are ______
During the testing or compilation or interpretation, errors are ______
Signup and view all the answers
The programmer should test and analyze the ______ of the task
The programmer should test and analyze the ______ of the task
Signup and view all the answers
The ______ is prepared, the codes of commands or instructions are written in a programming language
The ______ is prepared, the codes of commands or instructions are written in a programming language
Signup and view all the answers
The program is designed by drawing flowcharts and writing ______
The program is designed by drawing flowcharts and writing ______
Signup and view all the answers
Special test data are fed as input for processing and the results are checked to confirm the correctness or the ______
Special test data are fed as input for processing and the results are checked to confirm the correctness or the ______
Signup and view all the answers
What is the purpose of testing a program during development?
What is the purpose of testing a program during development?
Signup and view all the answers
What is the initial step in developing a program?
What is the initial step in developing a program?
Signup and view all the answers
What is the purpose of drawing flowcharts in program development?
What is the purpose of drawing flowcharts in program development?
Signup and view all the answers
What is the role of special test data in program development?
What is the role of special test data in program development?
Signup and view all the answers
What is the purpose of debegging in program development?
What is the purpose of debegging in program development?
Signup and view all the answers