Author name: admin

What is “network latency”?

What is “network latency”? a) The delay between data transmission and its receipt b) The speed of a network connection c) The amount of data transferred in a network d) The number of devices connected to a network Answer: a) The delay between data transmission and its receipt Explanation: Network latency refers to the delay

What is “network latency”? Read More »

What is “ethernet”?

What is “ethernet”? a) A wired networking technology b) A wireless networking technology c) A type of computer virus d) A programming language for networks Answer: a) A wired networking technology Explanation: Ethernet is a widely used wired networking technology that connects devices within a local area network (LAN). It enables devices such as computers,

What is “ethernet”? Read More »

What does “ISP” stand for?

What does “ISP” stand for? a) Internet Service Provider b) Internal Software Platform c) International Security Protocol d) Input Signal Processor Answer: a) Internet Service Provider Explanation: An ISP, or Internet Service Provider, is a company that provides access to the internet for individuals and businesses. ISPs offer services such as broadband, fiber, and satellite

What does “ISP” stand for? Read More »

What is “Wi-Fi”?

What is “Wi-Fi”? a) A wireless technology that allows devices to connect to the internet b) A type of wired connection c) A type of network encryption d) A hardware device for network security Answer: a) A wireless technology that allows devices to connect to the internet Explanation: Wi-Fi is a wireless technology that allows

What is “Wi-Fi”? Read More »

What is a “modem”?

What is a “modem”? a) A device that converts digital signals into analog signals and vice versa b) A data storage device c) A hardware component for encryption d) A device used for printing documents Answer: a) A device that converts digital signals into analog signals and vice versa Explanation: A modem (modulator-demodulator) is a

What is a “modem”? Read More »

What is the “internet”?

What is the “internet”? a) A global system of interconnected computer networks b) A single local network c) A type of computer program d) A hardware component Answer: a) A global system of interconnected computer networks Explanation: The internet is a global network of interconnected computer networks that use standardized communication protocols, such as TCP/IP,

What is the “internet”? Read More »

Which algorithm is used to detect a negative cycle in a graph?

Which algorithm is used to detect a negative cycle in a graph? a) Bellman-Ford Algorithm b) Dijkstra’s Algorithm c) Floyd-Warshall Algorithm d) Prim’s Algorithm Answer: a) Bellman-Ford Algorithm Explanation: The Bellman-Ford algorithm is used to detect negative weight cycles in a graph. By running the algorithm for one additional iteration beyond the number of vertices,

Which algorithm is used to detect a negative cycle in a graph? Read More »

What is the main advantage of a doubly linked list over a singly linked list?

What is the main advantage of a doubly linked list over a singly linked list? a) Allows for traversal in both directions b) Uses less memory c) Easier to implement d) Supports faster sorting Answer: a) Allows for traversal in both directions Explanation: The main advantage of a doubly linked list over a singly linked

What is the main advantage of a doubly linked list over a singly linked list? Read More »

Scroll to Top