Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 23 the mainline logic of almost every procedural computer prog…

Question

question 23
the mainline logic of almost every procedural computer program consists of these three distinct parts:
housekeeping tasks, detail loop tasks, and end - of - job tasks
housekeeping tasks, main tasks, and end - of - job tasks
clearing tasks, detail loop tasks, and end - of - job tasks
housekeeping tasks, detail loop tasks, and math tasks

question 24
when a program has several modules calling other modules, programmers often use a program _, which overall picture of how modules are related to one another.
data diagram
tree chart
flow chart
hierarchy chart

Explanation:

Brief Explanations

Question 23: In procedural programming, these are the common mainline logic parts. Housekeeping initializes, detail loop does repetitive work, and end - of - job cleans up.
Question 24: A hierarchy chart shows module relationships in a program where modules call other modules.

Answer:

Question 23: housekeeping tasks, detail loop tasks, and end - of - job tasks
Question 24: hierarchy chart