Which type of antenna is used for long-distance point-to-point wireless links?

A. omnidirectional
B. unidirectional
C. semidirectional
D. highly-directional


Answer: D

Computer Science & Information Technology

You might also like to view...

Explain how access control lists might be implemented.

What will be an ideal response?

Computer Science & Information Technology

JavaScript is a programming language that allows designers to add ________ to Web pages

Fill in the blank(s) with correct word

Computer Science & Information Technology

This program contains seven syntax errors. Find and correct the errors.

//  This program computes the time it takes to reach a
//  destination, given the speed of a vehicle in miles per hour
//  and the distance traveled in miles.

#include 
using namespace std

int main ()
{
	double distance;		// distance traveled
	double time;			// hours to reach destination
	double rate;			// speed of the vehicle

	cout << "Enter the distance traveled in miles => ";
	cin << distance;
    	cout << endl;
	cout << "Enter the speed of the vehicle (mph) => ";
	cin << speed;

	time = distance / rate

	cout << endl;
	cout << "The time it takes to reach the destination is ";
	cout << endl << time << " hours.;
cout << endl;

	return 0;
}

Assuming you made the corrections, what would be the output of the program given the following input data? 300 60

Computer Science & Information Technology

You can add an image to the masthead by dragging it from the Folder List to the masthead div.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology