Exam1 – Flashcard

Unlock all answers in this set

Unlock answers
question
Software can be classified into two broad types application software and program software
answer
False
question
Every program language has rules governing its own usage and punctuation
answer
True
question
Besides the popular comprehensive programming languages such as Java and C++ many programmers you scripting languages such as Python little pearl in
answer
True
question
Professional computer programmers write programs to satisfy their own needs
answer
False
question
The heart of programming process lies and planning and the program
answer
True
question
Once upon Graham is completely code it is ready for a company or organizations to
answer
False
question
A flowchart is a English like representation of the logical steps necessary to solve a problem
answer
True
question
An infinite loop is a flow of program logic that repeats and never
answer
True
question
Alan turning is often regarded as the first computer programmer
answer
False
question
Programmers can use either procedural programming or object oriented programming to develop programs
answer
True
question
Blank data items may involve organizing or sorting them checking them for accuracy or performing calculations with them
answer
Processing
question
Blank errors are relatively easy to locate and correct because the compiler or interpreter you use highlights every era
answer
Syntax
question
If you use an otherwise correct word that does not make sense in the current context programmer say that you have committed a blank
answer
Logical error
question
A blank is a named memory location whose value can
answer
Variable
question
Computer programmers often referred to memory addressing using blank notation
answer
Hex the decibel
question
Before a programmer plan the logical program he or she must
answer
Understand the problem
question
After a programmer plans the logic of a program the next step
answer
Coding
question
The process of walking through a program's logic on paper before you actually write the program is called
answer
Desk checking
question
Typically a programmer develops a program's logic write the code and blank the program receiving a list of syntax errors
answer
Compiles
question
The process of finding in correcting a programs logic eros is called
answer
Debugging
question
After programs are put into production making the necessary changes is called
answer
Maintenance
question
Using blank involves writing down all the steps you use in a program
answer
Pseudocode
question
In a flowchart the blank is used to represent processing
answer
Rectangle
question
The Blank is used to represent output in a flow chart
answer
Parallelogram
question
The Blank is the standard terminal symbol for a
answer
Lozenge
question
the repetition of a series of steps is called
answer
Loop
question
A blank is representing flow of logic with no end
answer
Infinite loop
question
You represent a decision in a flow chart by drawing a decision symbol which is shaped in a
answer
Diamond
question
Mini programming language is used to turn blank to refer to the marker that is used to automatically recognize the end of a data file
answer
POF
question
A blank tells the user what to enter
answer
Prompt
question
A blank is a program that you use to create simple text files
answer
Text editor
question
A blank is a software package that provides an editor a compiler and other programming tools
answer
IDE
question
A blank is located on your computer screen where you type in trees to communicate with the computer's operating system
answer
Command line
question
A blank allows users to interact with a program in a graphical environment
answer
GUI
question
The major differences between the two main programming styles in use today is the
answer
Programmers focus during the earliest planning stages of a project
question
A variable can hold more than one that you at any given moment
answer
False
question
In many programming language if you declare a variable and do not initialize it the variable contains a unknown value and tell it is assigned a value
answer
True
question
The assignment operator has left to right to left associativity which means that the value of the expression to the left of the assignment operator is evaluated first and the result is assigned to the operand on the right hand
answer
False
question
Programmers generally write programs as one long series of steps
answer
False
question
Program comments are a type of internal documentation
answer
True
question
When you write programs you work with data in three different forms
answer
Varibles little rules or unnamed constants and named constants
question
Fractional numeric values that contain a decimal point are known as blank variables
answer
Floating point
question
The process of naming program variables and assigning them a type to them is called blank variables
answer
Declaring
question
Declaring a starting value for a variable is known as blank the variable
answer
Initializing
question
When the first letter of a variable name is uppercase as in hourly wage the format is known as blank casing
answer
Pascal casing
question
The assignment operator is the blank sign
answer
Equals
question
The blank dictate the order in which operations in the same statement are carried out
answer
Rules of proceedings
question
The process of breaking down a large program into modules is called
answer
Module ization
question
Programmer say the statements that are contained in a module have been
answer
Encapsulated
question
Blank variables and constants are known to the entire program
answer
Global
question
When a programmer has several modules calling other modules programmers often use a program blank which operates similarly to an organizational chart to show the overall picture of how modules are related to one another
answer
Hierarchy chart
question
A blank is most often represented by a three sided box that is connected to the step it references by a dashed line
answer
Annotation symbol
question
A blank variable is not used for input or output but instead is just a working variable that you use during a program's execution
answer
Temporary
question
Structure programs use spaghetti code logic
answer
False
question
In a structured program any structure can be nested within another structure
answer
True
question
Because you may stack and net structures law retaining the overall structure it might be difficult to determine whether a flowchart as a whole is
answer
True
question
Structured programming is sometimes called go to less programming
answer
True
question
DK structure is a variation of the sequence structure and the new loop is a variation of the wild
answer
False
question
With a blank you perform an action or task and then you perform the next action in the order
answer
Sequence structure
question
The following pseudocode is an example of a blank structure .. If first number is bigger than second number then print first number else print second number
answer
Decision
question
If else examples can also be called blank because they contain that action taken when the nested condition is true and the action taken when it is false
answer
Dual alternative sections
question
You may hear programmers refer to looping as
answer
Iteration
question
The following pseudocode is an example of dustep a new step be if condition see is true then do step beat else to Step II and if all condition F is true do step G and while
answer
Stacking
question
The following pseudo code is it is an example of if condition a is true then do step eat else does that be do step seadoo step D end if
answer
Nesting
question
You can use blank statement to clearly show where the actions that depend on a decision end
answer
And if
question
A structure program includes only combinations of three basic structures
answer
Sequence section and loop
question
A blank Redd is an added statement that gets the first input value in a program
answer
Priming
question
In other languages you could leave a section or loop before it was complete by using a blank
answer
Go to
question
One way to straighten out and unstructured flowchart segment is to use the blank method
answer
Spaghetti bowl
question
The new loop is a variation of the blank loop
answer
While
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New