Reviewer
Reviewer
It is a written detailed description of the programming cycle and specific facts about the
program.
a.) Documenting the program b.) Testing the Program
c.) Planning the solution d.) Coding the program
It Is an English-like nonstandard language that lets you state your solution with more
precision than you can in plain English but with less precision than is required when using a
formal programming language.
a.) Debugging b.) Pseudocode c.) Flowchart d.) Desk-checking
It refers to programs on a client machine which are written to perform specific tasks.
a.) Application Software b.) System Software c.) Web Application d.)
Operating System
It is the process of finding and resolving defects or problems within a computer program that
prevent correct operation of computer software or a system.
A.) Software Testing B.) Debugging C.) Source Code Maintenance
D.) Programming
It is the art of developing computer programs with the aid of selected programming language
by a computer programmer.
A.) Software Testing B.) Debugging C.) Source Code Maintenance
D.) Programming
It is a written detailed description of the programming cycle and specific facts about the
program.
A.) Documenting the program B.) Testing the Program C.) Planning the solution
D.) Coding the program
It Is an English-like nonstandard language that lets you state your solution with more
precision than you can in plain English but with less precision than is required when using a
formal programming language.
A.) Debugging B.) Pseudocode C.) Flowchart D.) Desk-checking
It is the quantity that does not change. It can be stored at locations in the memory of the
computer.
a.) Variables b.) Value c.) Constants d.) String
A variable is referenced by a ___, that can contain data value that can be changed.
a.) Value b.) Identifier c.) Variables d.) String
It is a data storage format that can contain a specific type or range of values.
a.) Data type b.) Variable Name c.) Identifier d.) Constant
Which of the following keyword is used for declaring variable with integer type?
a.) char b.) double c.) int d.) string
Which of the following keyword is used for declaring variable with character type?
a.) char b.) double c.) int d.) string