It is a pictorial representation of a step-by-step solution to a problem.
a.) Debugging b) Pseudocode c.) Flowchart d) Desk-checking
In testing the program, which of the following is similar to proofreading?
a.) Debugging b.) Pseudocode c.) Flowchart d.) Desk-checking
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
The following are processes in making a program EXCEPT one;
a.) Documenting the program b.) Planning the solution
c.) Defining the solution d.) Testing the program
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 an artificial notational language created or developed to be used in preparing coded
instructions on the computer for later execution by the computer.
A.) Programming Language B.) Programmer C.) Computer Program
D.) Programming
It is a sequence of instructions that tells a computer how to do a task.
A.) Programming Language B.) Programmer C.) Computer Program
D.) Programming
It is computer scientist (a professional) skilled in using constructs of programming languages
to develop executable and acceptable computer programs.
A.) Programming Language B.) Programmer C.) Computer Program
D.) Programming
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 pictorial representation of a step-by-step solution to a problem.
A.) Debugging B.) Pseudocode C.) Flowchart D.) Desk-checking
In testing the program, which of the following is similar to proofreading?
A.) Debugging B.) Pseudocode C.) Flowchart D.) Desk-checking
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
It is used to store information to be referenced and manipulated in a computer program.
a.) Value b.) Variable 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
Which of the following is used in assigning values to a variable?
a.) = b.) ( ) c.) # d.) ;
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 is TRUE in naming variables?
a.) Variables are not case sensitive.
b.) No space characters are allowed.
c.) Numbers are allowed at the beginning of the variable name.
d.) A variable can’t start with a dollar sign ($),
It is a sequence of characters enclosed between double quotation marks.
a.) Character b.) String c.) Double d.) name
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