Filters
Question type

Study Flashcards

The ____ is used to represent output in a flowchart.


A) square
B) circle
C) parallelogram
D) triangle

Correct Answer

verifed

verified

C

The process of walking through a program's logic on paper before you actually write the program is called ____.


A) desk-checking
B) flowcharting
C) pseudocoding
D) testing

Correct Answer

verifed

verified

Match each term with a statement below.

Premises
Pictorial representation of the logical steps it takes to solve a problem
Responses
hardware
sentinel
documentation
pseudocode
machine language
software
flowchart
volatile memory
flowlines
syntax error

Correct Answer

hardware
sentinel
documentation
pseudocode
machine language
software
flowchart
volatile memory
flowlines
syntax error

Match each term with a statement below.

Premises
Equipment, or the physical devices, associated with a computer
Responses
pseudocode
syntax error
software
machine language
sentinel
volatile memory
flowlines
documentation
hardware
flowchart

Correct Answer

pseudocode
syntax error
software
machine language
sentinel
volatile memory
flowlines
documentation
hardware
flowchart

Professional computer programmers write programs to satisfy their own needs.

Correct Answer

verifed

verified

An infinite loop is a flow of program logic that repeats and never ends.

Correct Answer

verifed

verified

Alan Turing is often regarded as the first programmer.

Correct Answer

verifed

verified

Typically, a programmer develops a program's logic, writes the code, and ____ the program, receiving a list of syntax errors.


A) runs
B) compiles
C) executes
D) tests

Correct Answer

verifed

verified

How does a program recognize the end of an input file?

Correct Answer

verifed

verified

Programming languages can recognize the ...

View Answer

Besides the popular, comprehensive programming languages such as Java and C++, many programmers use scripting languages such as Python, Lua, Perl, and PHP.

Correct Answer

verifed

verified

The process of finding and correcting program errors is called ____.


A) desk-checking
B) syntax-checking
C) error correcting
D) debugging

Correct Answer

verifed

verified

Using ____ involves writing down all the steps you will use in a program.


A) a compiler
B) an interpreter
C) a flowchart
D) pseudocode

Correct Answer

verifed

verified

Describe temporary and permanent storage.

Correct Answer

verifed

verified

When you type program instructions, they...

View Answer

A(n)____________________ programmer would approach a problem by dividing the process into manageable subtasks.

Correct Answer

verifed

verified

What is involved in putting a program into production?

Correct Answer

verifed

verified

Once the program is tested adequately, i...

View Answer

Software can be classified into two broad types: application software and programming software.

Correct Answer

verifed

verified

A(n)____________________ is the sequence of steps necessary to solve any problem.

Correct Answer

verifed

verified

After a programmer plans the logic of a program, the next step is ____.


A) understanding the problem
B) testing the program
C) translating the program
D) coding the program

Correct Answer

verifed

verified

D

____ data items may involve organizing or sorting them, checking them for accuracy, or performing calculations with them.


A) Processing
B) Inputting
C) Outputting
D) Converting

Correct Answer

verifed

verified

A

A(n) ____ is a repeating flow of logic with no end.


A) nonterminated condition
B) infinite loop
C) variable
D) decision symbol

Correct Answer

verifed

verified

Showing 1 - 20 of 60

Related Exams

Show Answer