Filters
Question type

Study Flashcards

The repetition of a series of steps is called a(n) ____.


A) repeat flow
B) loop
C) flow
D) infinite loop

Correct Answer

verifed

verified

To enter the program into a computer so you can translate and execute it,you usually use a keyboard to type program statements into a(n) ____.


A) command line
B) input screen
C) editor
D) word processor

Correct Answer

verifed

verified

After programs are put into production,making necessary changes is called ____.


A) debugging
B) conversion
C) maintenance
D) testing

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

A(n) ____ is a software package that provides an editor,a compiler,and other programming tools.


A) GUI
B) CGI
C) GDE
D) IDE

Correct Answer

verifed

verified

Programmers can use either procedural programming or object-oriented programming to develop programs.

Correct Answer

verifed

verified

Many programming languages use the term ____ to refer to the marker that is used to automatically recognize the end of data in a file.


A) data_end
B) end_data
C) eof
D) eod

Correct Answer

verifed

verified

The ____ is the standard terminal symbol for a flowchart.


A) circle
B) lozenge
C) diamond
D) square

Correct Answer

verifed

verified

A(n) ____ is a named memory location whose value can vary.


A) input
B) variable
C) output
D) logic

Correct Answer

verifed

verified

Match each term with a statement below. -Contents are lost when the computer is turned off or loses power


A) volatile memory
B) software
C) syntax error
D) machine language
E) sentinel
F) pseudocode
G) hardware
H) flowchart
I) flowlines
J) documentation

Correct Answer

verifed

verified

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

What is a variable and how is it used in a program?

Correct Answer

verifed

verified

Suppose the location myNumber is a varia...

View Answer

____ errors are relatively easy to locate and correct because the compiler or interpreter you use highlights every error.


A) Logic
B) Syntax
C) Input
D) Process

Correct Answer

verifed

verified

The major difference between the two main programming styles in use today is the ____.


A) use of flowcharts versus pseudocode
B) testing procedure used by the programmer
C) programmer's focus during the earliest planning stages of a project
D) programming language used

Correct Answer

verifed

verified

Discuss two ways that you can enter a program into a computer.

Correct Answer

verifed

verified

To enter the program into a computer so ...

View Answer

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

Correct Answer

verifed

verified

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

When instructions are carried out,a program runs,or ____________________.

Correct Answer

verifed

verified

A ____ error results when you use a syntactically correct statement but use the wrong one for the current context.


A) syntax
B) logical
C) semantic
D) programming

Correct Answer

verifed

verified

Match each term with a statement below. -Incorrectly spelled words,or reversing the proper order of two words in a computer program


A) volatile memory
B) software
C) syntax error
D) machine language
E) sentinel
F) pseudocode
G) hardware
H) flowchart
I) flowlines
J) documentation

Correct Answer

verifed

verified

Showing 21 - 40 of 60

Related Exams

Show Answer