Which of the following are among the basic categories of antenna? (Choose all that apply.)

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

Answer:
A. semidirectional

C. omnidirectional
D. highly-directional

Computer Science & Information Technology

You might also like to view...

Which of the following displays a message box saying “I have been created” every time a new instance of the class ShowMe is created?

a. ```Public Class ShowMe MessageBox.Show(“I have been created”) End Class ``` b. ```Public Class ShowMe Public Sub Constructor() MessageBox.Show(“I have been created”) End Sub End Class ``` c. ```Public Class ShowMe Public Sub Create() MessageBox.Show(“I have been created”) End Sub End Class ``` d. ```Public Class ShowMe Public Sub New() MessageBox.Show(“I have been created”) End Sub End Class ```

Computer Science & Information Technology

Adata flow diagram (DFD) does not provide any information about process timing. 

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

Computer Science & Information Technology