Answer:
Option D is the correct answer for the above question.
Explanation:
The network is a collection of the system or human to share the information. It can be connected with the help of wired or wireless technology. The connection of network can be divided into four categories:- LAN, MAN, WAN and PAN which description is as follows:-
- PAN takes the smallest size among all because it is for personal use only.
- LAN takes greater size from PAN but the smallest size from Others and it is used for any organization only.
- MAN takes greater size from LAN and PAN but it takes the smallest size from WAN. It is used for the area covered like some region.
- WAN takes the greatest size because it is used to connect all the networks or systems in the world.
SO the decreasing order of the technology is stated from option D. Hence Option D is the correct while the other is because no option except D states the increasing or decreasing order of the network types.
Hardware . . . . . . . . . . . . . . . . . . ..
Answer:
7ALWAYS KEEP FOCUS on brainly and I am have been a
Hello there!
The relationship between ionic bonds and cleavage is: As the ionic bond strength increases, cleavage will be more difficult.
Minerals are held together generally by ionic bonds. Ionic bonds are the result of electrostatic attraction and electron transfer between positive and negative ions (cations and anions). Ionic bonding implies the formation of ordered crystalline solids and the cleavage of those solids will depend on the strength of this bonding.
Answer:
The result of the following code will be 9
Explanation:
There are several operators used in Python to do mathematical calculations.
** operator is used for exponents.
i.e.
a ** b mathematically means a^b
Here in the given code
3 is assigned to numA and 2 is assigned to numB
Result will be equal to 3^2
Hence,
The result of the following code will be 9