Answer:
Permanent Structures:
Motel
Mall
Refinery
Temporary Structures:
Kiosk
Marquee
Exhibition Stand
Explanation: Got a 100 percent on the test
To meet the needs of a client, what is best for an interior designer to do is research the project requirements .
<h3>
What does an interior designer do for a client?</h3>
Interior designers strive to suit the unique requirements of each customer while also creating appealing, practical, and secure workplaces.
Make a life plan. Space planning comes first in the interior design process, according to Nesen. The American Institute of Architects defines space planning as the process of delineating interior establishing circulation patterns, defining spatial areas, and developing plans for furniture and equipment placement.
Be specific about your wants, demands, and objectives. Make a wish list and assist the interior designer in creating an appropriate project brief. Describe the issues you believe need to be resolved. Establish a deadline for doing the assigned work.
To learn more about interior design refer to:
brainly.com/question/27741315
#SPJ1
Answer:
//Program was implemented using C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
unsigned int second_a(unsigned int n)
{
int r,sum=0,temp;
int first;
for(int i= 1; I<=n; i++)
{
first = n;
//Check if first digit is 3
// Remove last digit from number till only one digit is left
while(first >= 10)
{
first = first / 10;
}
if(first == 3) // if first digit is 3
{
//Check if n is palindrome
temp=n; // save the value of n in a temporary Variable
while(n>0)
{
r=n%10; //getting remainder
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
cout<<n<<" is a palindrome";
else
cout<<n<<" is not a palindrome";
}
}
}
Explanation:
The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.
The program was coded using C++ programming language.
The main method of the program is omitted.
Comments were used for explanatory purpose.
The purpose of having a ventilation system on board a motorized vessel is : To remove flammable gas from a vessel to avoid explosions.
<h3>Meaning of ventilation system</h3>
A ventilation system can be defined as a system that allows for removal of gases from a vessel to the atmosphere.
A Ventilation system is very important in every motorized vessel because they help to eliminate or remove flammable gases that are dangerous and are liable to explode when held in a large amount in the engine.
In conclusion, The purpose of having a ventilation system on board a motorized vessel is to remove flammable gas from a vessel their by avoiding explosions.
Learn more about Ventilation System: brainly.com/question/1687520
#SPJ4
Answer:
All will be Explained below.
Explanation:
1) Under which Condition can a soil be chemically Stabilize.
Answer
a). Plasticity Index :A soil with a high value of plasticity Index is not good for various engineering projects. The introduction of line helps in reducing plasticity due cation exchange reaction.Pozzolanic reaction over time reduces plasticity and increase index strength due to the formation of calcium - silicate hydrate.