Question
Write The average of the three numbers is Which of the following is not a principle of good programming style? Use descriptive variable names Test
Write "The average of the three numbers is" Which of the following is not a principle of good programming style? Use descriptive variable names Test the program Provide comments explaining your code Identify, using text, the numbers that are output Which of the following statements is true? A flowchart is a pictorial representation of the flow of a program. If you use a flowchart to design a program, you cannot use pseudocode for the same program. Comments are helpful to programmers but must be used with care since an incorrectly worded comment can cause a program crash. Hierarchy charts are just a different name for flowcharts. Which of these statements would most likely to be found in an Input Data Module? Write "The average of the three numbers is" Set Average = (Number1 + Number2 + Number3)/3 None of these Write "Enter three numbers:" Which of the following is not one of the basic control structures? Selection Modularization Sequence Repetition The two fundamental types of errors that can arise when coding a program are: logic and syntax errors coding and testing errors logic and testing errors syntax and testing errors Which of the following statements is true? Arrows are used to connect one program segment to another. Structured programming is a means by which programmers control the user's input. If you don't use good programming style, then your programs will not run. To debug a program means to correct its errors. Which type of error causes a program to run but provide incorrect or unexpected results? a logic error all of these a modular error a syntax error Another term to describe walking through a program to see if you get the expected results is called _________. Use of an incorrect formula to produce a desired result is a type of __________ error. When using the following symbol, there are two arrows coming out of it. One arrow corresponds to what happens in the program if the answer to the question if it is ____________ and the other corresponds to what happens next if the answer to the question is __________ Another term for repetition structures is _ _____________ are ignored by the computer when the program executes. Programming is a __________ process because, after each step it may be necessary to revise. Most documentation prepared for the lay person to explain how to use a particular piece of software is written by a __________ writer. A ________ segment is represented as a diamond shape and typically contains a Yes/No question or a True/False test. ___________ programming is a method used to design and code programs in a systematic, organized manner. A synonym for a decision structure is a(n) __________ structure. Connectors are represented as _________ and are used to connect one program segment; in other words, it indicates an entry to or exit from a program segment. In a __________ structure there is a branch forward at some point, causing a portion of the program to be skipped.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started