Answer:
SURVEILLANCE-SPECIFIC DESIGN.
Explanation:
Defensible space offers a series of architectural guidelines that can be used in the design of new urban residential complexes to promote both the residential group’s territorial claim to its surroundings and its ability to conduct natural surveillance. The designs are: site interrelationship design, site design, street design and surveillance-specific design.
Surveillance-specific design can be used to increase general visibility by providing adequate lighting, by reducing or eliminating physical barriers to visibility, and by the visibility-promoting location of key areas (entrances, lobbies, elevator waiting areas, parking areas e.t.c.) so as to be directly visible from as many viewpoints as possible.
Since the data center designer requested additional lighting for the entrance to the data center as well as the removal of a object which is blocking security's view of the entrance, then it is an example of SURVEILLANCE-SPECIFIC DESIGN.
Answer:
I think the answer is going to be paragraph
Answer:
1-rollover, 2-straight-through, 3-crossover are the correct answer of this question .
Explanation:
Rollover , Straight-through and Crossover are the types of UTP cables that can be used in connected to the device.
- Rollover refers to a slider on a Website page which allowing the user to engage with the Website page.
- In Straight-through a network patch panels which connects a machine to a node on the web.
- A Crossover Ethernet used during direct communication of portable devices. It combines two similar-type computers.
Answer: Print spooler is most common example of <u>Print Quality</u>
<marquee>mark me as the brainliest
Answer:
<u>Explanation:</u>
An input statement using the input function at the shell prompt is as follows:
If a prompt asks for a input, a number is to be added
num = input ('Number: ')
num = num + 1
print(num)
Explanation of results: This gives error at line num= num + 1 as cannot convert int object to str implicitly