QUESTION Datia represents the facts that are put into a computer for processing
ID: 3702705 • Letter: Q
Question
QUESTION Datia represents the facts that are put into a computer for processing The output is then called information O True Fabe QUESTION 9 The three basic logic structures used in programming are sequence, selection, and loop O True False QUESTION 10 The stacking of logic structures refers to placing one structure within another structure 0 True False QUESTION 11 A hierarchy chart is the same as a fowchart and tells you what specific tasks are to be performed within a module True ?False QUESTION 12 An interactive program (an event-driven program) does not get its input from the user by means of an input device such as a keyboard or mouse, but rather it gets input from a data fie OTrue Fase QUESTION 13 Three of the steps found in every loop are: 1) intialize the loop control variable, 2) compare the loop control variable, 3) ater the loop control vaniable ) True False QUESTION 14 In producing a report, a control break can be thought of as a temporary detour in program logic True FalseExplanation / Answer
According to Chegg's guidelines, please find below the answer to first four parts of the question:
8. True
Data is raw, unorganized facts that needed to be processed. Data can be something simple and seemingly random and useless until it's organised. When data is processed, organized, structured or presented in a given context so as to make it useful, it is called information.
9. True.
Basic logic processing involves sequencing (eg. through break and continue statements in C), selection (through if..else, switch statements in C) and loops (through while, do..while, for in C).
10. True
In programming and data structures, stacks represent last in first out structure (like a stack of plates kept over one another were to take out the second topmost plate you have to remove the topmost plate first). Now consider, a case of the nested loop (let us say a for loop within a for loop). Thus, only once the inner loop will complete execution, then the only outer loop can exit.
11. False
A hierarchy chart does not tell you what tasks are to be performed within a module, when the modules are called, how a module executes, or why they are called—that information is in the flowchart. A hierarchy chart tells you only which module exists within a program and which module calls other.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.