Answer:
(A) elemental, alloy, or compound thin films are deposited on to a bulk substrate
Explanation:
In film deposition there is process of depositing of material in form of thin films whose size varies between the nano meters to micrometers onto a surface. The material can be a single element a alloy or a compound.
This technology is very useful in semiconductor industries, in solar panels in CD drives etc
so from above discussion it is clear that option (a) will be the correct answer
Answer: B, repetitive practice! hope this helps. :)
Explanation:
Answer:The move from hubs (shared networks) to switched networks was a big improvement. Control over collisions, increased throughput, and the additional features offered by switches all provide ample incentive to upgrade infrastructure. But Layer 2 switched topologies are not without their difficulties. Extensive flat topologies can create congested broadcast domains and can involve compromises with security, redundancy, and load balancing. These issues can be mitigated through the use of virtual local area networks, or VLANs. This chapter provides the structure and operation of VLANs as standardized in IEEE 802.1Q. This discussion will include trunking methods used for interconnecting devices on VLANs.
Problem: Big Broadcast Domains
With any single shared media LAN segment, transmissions propagate through the entire segment. As traffic activity increases, more collisions occur and transmitting nodes must back off and wait before attempting the transmission again. While the collision is cleared, other nodes must also wait, further increasing congestion on the LAN segment.
The left side of Figure 4-1 depicts a small network in which PC 2 and PC 4 attempt transmissions at the same time. The frames propagate away from the computers, eventually colliding with each other somewhere in between the two nodes as shown on the right. The increased voltage and power then propagate away from the scene of the collision. Note that the collision does not continue past the switches on either end. These are the boundaries of the collision domain. This is one of the primary reasons for switches replacing hubs. Hubs (and access points) simply do not scale well as network traffic increases.
Answer:
I think its b if you get it right tell me or no
Answer:
B. F. (P[1..n])
for i n down to 2
k position of the ith smallest pancake
F(k) //Flip it to the top, if the top pancake’s burned side is down
F(1)
F(i) //Flip it into place, if the top pancake’s burned side is up
F(1)
The algorithm uses at most 3n-2 flips in the worst case
Explanation:
Whenever each pancake reaches the top of the stack, it will be flipped, if necessary to ensure that its burned side is up, so that whenever it is flipped down to its proper place, its burned side is down