The maximum amount of data that can be sent in a given amount of time is known as ___________.
What is bandwidth
The type of control structure that can be used for making decisions in a program based on the value of a Boolean expression.
What is an if statement (or selection)
___ distinct numbers can be represented with 4 bits
What is 16
Bundling commands into one container for making programs easier to write and manage is _______________.
What is (procedural) abstraction
The process of going through each element in a list, changing the value in a particular way according to the program.
What is iteration.
The internet is _________ , which describes it as a system in which devices can easily connect and makes the internet scalable.
What is open
In determining the best route to take on recent trip, a maps application gave the user three options based on traffic patterns, road construction, and roadways. This term refers to the method for choosing the best alternative among the three possible routes.
What is a heuristic solution
The Protocol in which data packets are sent and received, making sure that all packets are sent correctly and arranged in order is ____________.
What is Transmission Control Protocol (TCP)
An attempt to deny users access to a Web site's resources by flooding the website with requests from multiple systems.
What is a Distributed Denial of Service (DDoS) attack