1.Extended border node (EBN)
2.Central directory server (CDS)
3.Branch extender (BEX or BrEx or BrNN)
Answer:Go to photos and select albums, there you should see the plus sign on the top left and tap that and you should be able to create a video/photo album
Explanation:
You have to go to photos and select the blue plus sign
I think it is D. eyepiece because what I know we can put a camera to the eyepiece
Answer:
The correct answer for the given question is option(a) i.e Local - within that function
.
Explanation:
The variable which is declared inside any function are called as local variable The scope and lifetime of local variable is inside that block or function only.
They cannot access outside the function.
Following are the example of local variable
#include <stdio.h> // header file
void fun(); // function prototype
int main()// main function
{
fun(); //calling function
print("%d",t); // it gives error because t is local variable cannot access in main function
return 0;
}
void fun()
{
int t=9;// local variable
printf("t is local variable which value is:");
printf("%d",t);
}
As we seen that t cannot access outside the function .So correct answer is option(a)
<h2>

</h2>
<u>The computer is the combination of hardware and software. Hardware is the physical component of a computer like motherboard, memory devices, monitor, keyboard etc., while software is the set of programs or instructions. Both hardware and software together make the computer system function.</u>
<h2><u>E</u><u>x</u><u>a</u><u>m</u><u>p</u><u>l</u><u>e</u><u>s</u><u> </u><u>:</u><u>-</u><u> </u></h2>
<h3><u>Mainframe Computer</u></h3>
- Mainframe Computer. 20 in Kickin Technology Series: MainFrame Computers. MORE POWEeeer! Movie 1. ...
- Desktop Computer. Movie: 2. Desktop Computers. ...
- Laptop or Notebook Computer. Movie: 3. Laptop Computers. ...
- Palmtop Computer or Personal Digital Assistant (PDA)