Which of the following BEST describes the role of a router on the Internet?
Loading test…
Loading test…
15 questions
Which of the following BEST describes the role of a router on the Internet?
A company trains a facial recognition system using a dataset of photographs. The dataset contains mostly photographs of people with lighter skin tones. As a result, the system is significantly less accurate for people with darker skin tones.
This is an example of:
A new app allows patients in rural areas to consult with doctors via video call, eliminating the need to travel long distances to a clinic. Which of the following BEST describes this computing innovation?
Two tasks must be completed: Task A takes 6 minutes and Task B takes 4 minutes. If run sequentially, total time is 10 minutes. If run in parallel on two processors, what is the minimum possible time to complete BOTH tasks?
How many different values can be represented using 3 bits?
A developer releases version 1.0 of an app, collects user feedback revealing that the search feature is confusing, and redesigns the search interface for version 2.0. This cycle BEST reflects which principle of program development?
The Internet was designed so that if one path between two computers is unavailable, data can still reach its destination by taking a different path. This property is called:
Which of the following BEST distinguishes lossy compression from lossless compression?
On the Internet, data is sent as small units called packets. Which of the following BEST describes why packets are used instead of sending the entire message as one continuous stream?
A citizen science project asks volunteers worldwide to classify galaxy shapes in telescope photographs by viewing images on a website. Thousands of volunteers each classify a few images, producing a large labeled dataset researchers could not create alone.
This is an example of:
What is the decimal value of the 8-bit binary number 00001011?
Which of the following BEST describes the concept of open protocols on the Internet?
A university uses a single server to host its website. As enrollment grows, the website becomes slow for users. The IT department adds two more identical servers and distributes incoming web requests evenly among all three.
This approach BEST demonstrates which computing concept?
Which of the following BEST describes what TCP (Transmission Control Protocol) adds to the basic packet-delivery service of IP?
What is displayed when the following pseudocode runs?
a ← 10
IF a MOD 3 = 0
{
DISPLAY "divisible"
}
ELSE
{
DISPLAY "not divisible"
}