MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Hughes Systique knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following is a token ring? |
| A. | IEEE 802.11 |
| B. | IEEE 802.1 |
| C. | IEEE 802.5 |
| D. | None of these |
| Answer» D. None of these | |
| 2. |
Predict the output of the following program: #include <iostream.h> Class Red { int x; } int main() { Red r; cout <<<r.x; return 0; } |
| A. | Run time Error |
| B. | 0 |
| C. | Compiler Error |
| D. | Garbage Value |
| Answer» D. Garbage Value | |
| 3. |
Which of the following technology is used in CSMA/CD protocol? |
| A. | Token Ring |
| B. | FDDI |
| C. | Ethernet |
| D. | None |
| Answer» D. None | |
| 4. |
In a formal language theory, context free grammer is accepted by : |
| A. | Pushdown automata |
| B. | Finite automata |
| C. | Two way bounded automata |
| D. | Both a and c |
| Answer» B. Finite automata | |
| 5. |
Which of the following algorithms has minimum waiting time? |
| A. | Round Robin |
| B. | SJF |
| C. | FCFS |
| D. | Priority Scheduling |
| Answer» C. FCFS | |
| 6. |
Which of the following protocol uses a 'ping' command? |
| A. | SMTP |
| B. | ICMP |
| C. | FTP |
| D. | IGMP |
| Answer» C. FTP | |