Answer:
Written in Python
for count in range(88, 42,-2):
print(count,end=' ')
Explanation:
The programming language is not stated.
However, I used python to answer the question.
First, we need to loop from 88 to 44 with a difference of -2 in each term.
This is implemented as
for count in range(88, 42,-2):
Which means to start at 88 and ends at 42 - (-2) which is 44 with an increment of -2
Next, is to print the current iterating value;
This is implemented using print(count)
However, since all values are to be printed on a line, there's a need t modify the statement as: print(count,end=' ')
Answer:
Amber needs to run with the document and hide it in a safe place so no one else can access her document:)
Answer:
The correct options are;
The code is easy to test and debug
It creates programs made of modules that can be called when needed
It uses logic flow
The code is easier to follow
The code is easier to modify
Explanation:
The approach of structural programming is one such that the problem is well understood and the solution is economical
Features of structural programming includes;
- Error debugging are facilitated by structural programs and as such testing to debug
- Structural program creates program modules that are reusable
- Structural programs can be easily modified hence maintained
- Structural program emphasizes on logic
- The structural program code is easily read and understood, and therefore, it is easier to follow
Answer: IDF(intermediate distribution frame
)
Explanation:
Intermediate distribution frame is defined as the cable rack that help in interconnection of various workstation devices and workstation .In a building, cables are placed towards a hub MDF and then it gets connected to respective IDF.
- According to the question, installer should be advised to run the cable in IDF(intermediate distribution frame
) as it would be a proper rack for cable that can link and interlink various cable of workstation devices such as panel , switches etc and workstation of the building.