Answer:
it helps u to convey it to more ppl by using by means of mass of communication which helps it
wireless technology
television signals
telegraph cables
Answer:
Explanation:
Telephone lines
b. Surge suppressor
c. CRT
d. UPS
Answer: A) Battery backup
Explanation:
A battery backup are used to provide the source of power backup to various hardware components and desktop computers. In many cases, the devices are plugged into UPS ( uninterruptible power supply) for backup power and it is also depend upon the size of the UPS.
All the battery backups are located inside so that is why, the devices are heavy in weight. Usually, the battery backup front required additional button for performing various functions.
And the battery backup devices are manufacture by using the varying degree of backup abilities.
Answer:
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
double side, height;
cout<<"Enter the length of one of the sides of the base: ";
cin>>side;
cout<<"Enter the height: ";
cin>>height;
double area = side * side;
double volume = area * height / 3;
cout<<"The area of the base of the pyramid is: "<<area<<endl;
cout<<"The height of the pyramid is: "<<height<<endl;
cout<<"The volume of the pyramid is: "<<fixed<<setprecision(2)<<volume<<endl;
return 0;
}
Pseudocode:
Declare side, height
Get side
Get height
Set area = side * side
Set volume = area * height / 3
Print area
Print height
Print volume
Explanation:
Include <iomanip> to have two decimal places
Declare the side and height
Ask the user to enter side and height
Calculate the base area, multiply side by side
Calculate the volume using the given formula
Print area, height and volume (use fixed and setprecision(2) to have two decimal places)
Answer:
CER
Explanation:
The CER refers to equanimity between an identification technology's False Acceptance Rate and its False Rejection Rate, which is “the best summary measure of face recognition technologies' efficacy,” according to a statement from Applied Recognition.
Answer:
I THINK FALSE
Explanation:
Answer:
Internet access
Explanation:
Answer:
The correct word for the blank space is: Access controls.
Explanation:
Access controls regulate who has access to sensitive information in a company. Access controls can be physical -grant access to data centers, restricted rooms or buildings- and virtual -grant access to servers, networks or certain types of files or data.