Firssstttttt ayyyyyyeeeeeeeeeeeee
Answer:
p(x,n)
1. if(n==0) [if power is 0]
2. then result =1.
3.else
4. { result=1.
5. for i=1 to n.
6. { result = result * x. } [each time we multiply x once]
7. return result.
8. }
Let's count p(3,3)
30, so come to else part.
i=1: result = result *3 = 3
i=2: result = result *3 = 9
i=2: result = result *3 = 27
Explanation:
here the for loop at step 4 takes O(n) time and other steps take constant time. So overall time complexity = O(n)
Answer:
WLAN's or Wireless LAN Units have 2 main modes of operation
Explanation:
The Two Main modes of Operation are the following
<u>Infrastructure Mode:</u> in this mode the main WLAN unit becomes the main connection point in which all devices are connected to and the main unit provides an internet connection to all the devices connected to it.
<u>Ad Hoc Mode:</u> in this mode devices transfer data from one another back and forth without permission from a base unit.
Some WLAN units will also include 2 extra modes of operation called Bridge and Wireless Distribution System (WDS).
<u>Bridge Mode:</u> this mode allows the base unit to act as an intermediary and bridge two different connection points. Such as bridging a wired connection with a wireless one.
<u>WDS Mode:</u> this mode uses various access points to wirelessly interconnect devices to the internet using repeaters to transmit connections. It can provide internet to both wired and wireless clients.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.
Answer:
Insulated gloves because their made of synthetic rubber.
Explanation: