Ur answer should be C
They are aware of on-site problems that require monitoring.
They prefer to work from a single location.
They require access to a large support staff.
The on-site problems motivate an architect to work from the jobsite
Explanation:
Architects spend most of their time working in the offices,meeting clients , architects and project engineers,they also develop reports and drawings in the office.
An architect visits the job-site as a part of a their job because they are aware of the on-site problems and their guidance is required by the engineering staff to deal with such problems and also continuous monitoring is also required
Answer:
They are aware of on-site problems that require monitoring.
Explanation:
goal
input
output
B( allowing you to restrict your search to look only for specific terms or groups of terms
C(avoid searching for him popular topics
D( searching the topic and all related topics
Answer:
Call raiseToPower (2, 1.5) '
or
raiseToPower (Real value, Integer power)
Explanation:
To solve this, first organize the pseudo code,
1) main ()
2) Call raiseToPower (2, 1.5)
3) End Module
4) Module
5) raiseToPower (Real value, Integer power)
6) Declare Real result
7) Set result=value^power
8) Display result
9) End Module
The first three lines in pseudo code are representing the main module. While lines 4-9 shows the definition of module that is being called in main function.
If we look at the raiseToPower definition at line5, we can see that it is requiring any real value for the base number. However, for power, it defines only integers.
But, in the main function, 1.5 is placed as a power that is not an integer. Therefore, this is the error in pseudo code. It should be changed to any integer.
Alternatively, change the integer power to real power to avoid this error.
B. Calc or Excel
C. Impress or PowerPoint
D. Notepad or Paint
Answer:
I think notepad is best suited for this task...