In: Computer Science
1) The set of instructions that tells a computer what to do is called a ______________? 2) A program design tool used to list the attributes and methods of objects within an object-oriented program is called _______________. 3) Of the programming languages discussed in the textbook, which language is used to create web applications (called applets) that can be inserted into web pages? 4) If a programmer makes a spelling mistake or violates the rules of the programming language the program will not run. This is called a __________ error. 5) When a program runs but provides the wrong output, the programmer has committed a __________ error. 6) The software program that converts programming language code into binary code that can be read by the CPU is called a ________________. 7) With regards to computer programming, what is a variable? 8) Software companies often provide its finished programs to other companies for free with the understanding that the other companies will use the program and report back to the software company any errors found in the program. This is called ___________ testing. 9) The five steps performed by programmers to analyze, design, code, debug, and maintain a program is called the _________________________________________. 10) There are primarily two categories of programming languages: structured languages that were popular from the 1950’s through the 1980s, and ________________ languages that are most commonly used today.
Question 1
Solution:-
The set of instructions that tells a computer what to do is called a Program.
Program is briefly explained below :
Question 2
Solution:-
A program design tool used to list the attributes and methods of objects within an object-oriented program is called Class Diagram.
A brief note on class diagram is given below :
Question 3
Solution:-
Java is the programming language which is used to create web applications (called applets) that can be inserted into web pages.
A note on Java is given below;
Question 4
Solution:-
If a programmer makes a spelling mistake or violates the rules of the programming language the program will not run. This is called a Syntax error.
Question 5
Solution:-
When a program runs but provides the wrong output, the programmer has committed a Logic error.
Question 6
Solution:-
The software program that converts programming language code into binary code that can be read by the CPU is called a compiler or Interpreter.
Question 7
Solution:-
Variable :-
Question 8
Solution:-
Software companies often provide its finished programs to other companies for free with the understanding that the other companies will use the program and report back to the software company any errors found in the program. This is called Beta testing.
Question 9
Solution:-
The five steps performed by programmers to analyze, design, code, debug, and maintain a program is called the Program Development Life Cycle.
Question 10
Solution:-
There are primarily two categories of programming languages: structured languages that were popular from the 1950’s through the 1980s, and Object oriented languages that are most commonly used today.