Section 1

Preview this deck

The calculations in a program is caled

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (29)

Section 1

(29 cards)

The calculations in a program is caled

Front

Process

Back

What is a pseudocode?

Front

False code English like statements to help the logic

Back

The result after a process is called

Front

Output

Back

Debugging is the process of

Front

Finding the errors that cause the wrong results and fixing it

Back

Desk checking

Front

Hand tracing the pseudocode or the actual code to find any possible errors before typing it in the computer

Back

To program a problem, after analyzing and understanding the problem, what would be the next step

Front

Do the flowchart

Back

Variable

Front

Is a named memory location whose value can change

Back

The rectangle in flowchart represents

Front

Process

Back

Computer programs also are known as

Front

Software

Back

A programming languages rules are its

Front

Syntax

Back

A sequence structure can have _______ processes

Front

Several

Back

Snarled and hard to debug program is called

Front

Spaghetti code

Back

Placing a structure within another or a decision within another is called

Front

Nesting

Back

A syntax error

Front

Typo

Back

If a program is written as an unstructured style it

Front

Is hard to debug

Back

An if conditions corresponds to

Front

Selection sequence

Back

Flowchart

Front

Depicting the logic of a program by using standard symbols

Back

If Val > 100 then calculate 5% tax otherwise calculate 4% tax, is an example of ________ structure.

Front

Dual selection

Back

If a program have several ifs and only one end if with a few "go to", this program is

Front

Unstructured

Back

Programming

Front

Is step by step instructions in the right sequence to accomplish a task

Back

C++, Visual basic, C#, and Java are all examples of

Front

Computer programming languages

Back

Which of the following is the first step in the program solving process?

Front

Analyze and understand the problem from the programming point of view

Back

Logic error

Front

Inaccurate output

Back

Continuous execution of a group of statement is called

Front

Loop structure

Back

The parallelogram is the flowchart symbol that represents

Front

Input and output

Back

Run time error

Front

While running, crash

Back

The data that comes in the program to be processed is called

Front

Input

Back

What does a declaration provide for a variable?

Front

A name, a datatype, and optional initialization

Back

In a flowchart, the lines that connects the symbols are called

Front

Flowlines

Back