Question
Which of the following statements about star topology is correct?
Solution
A single central device connects all nodes in the network.
More IT Operating System Questions
- Complete the Java code to replace all occurrences of a specific word (case-insensitive) in a string. public class RegexReplacer { Β Β public String rep...
- Fill in the correct option for 27 blank space.
- Binary Search is an efficient searching algorithm that follows the Divide and Conquer approach. What is its time complexity?
- What are the 3vβs of Big Data?
- In an operating system's process scheduling, which data structure is typically used to manage processes waiting for CPU time, ensuring they are executed in...
- Which NoSQL database is column-oriented and widely used in Big Data?
- Bus topology is also known by which one of the alternative names below?
- A C function print_matrix(int rows, int cols, int matrix[rows][cols]) is designed to print a matrix. #include void print_matrix(int rows, int cols, ...
- Which statement is true regarding Frequency Modulation(FM)?
- What is the primary difference between SRAM (Static Random-Access Memory) and DRAM (Dynamic Random-Access Memory)?