This is the process of simplifying and taking away details to make something more general and flexible.
Abstraction
This is the number system used by computers.
Base 2 (binary)
The Internet is considered to be this because it has duplicate paths to all locations.
Fault-tolerant
This data compression technique provides the most compression.
Lossy
This type of function runs only if the user initiates it by doing something.
On event
This term describes values that can only be true or false.
Boolean
1101 0110
The amount of data that can be sent in a fixed period of time.
This occurs when a number needs more bits to hold it than the programming language provides.
Overflow
This is the punctuation difference between assigning variables and assigning lists.
Regular variables use parentheses, and lists use brackets.
These statements run one after the other in the order given.
Sequential
The letter "M" , represented by 0100 1101 in binary, is this number in decimal.
77
This word describes the ability to add or remove resources to store large datasets.
Scalability
This is used when converting from analog data to digital data.
Sampling
To avoid duplicating code
This is a the name of the way to search for and share documents and resources.
These numbers are stored imprecisely in binary memory.
Numbers with decimals
These "items" get to their destination through the IP address included in the header.
Packet
These techniques are used when data is too large to send in ways such as an attachment to an e-mail or when it would take too long to send it in its original, expanded form.
Compression
This is used to determine whether code should be run for both "IF" statements and "REPEAT UNTIL" loops.
This protocol uses the Certificate Authorities to verify a site's identity and encrypts data before it is separated into packets, ensuring the secure sharing of data.
HTTPS
Your program is comparing temperatures to determine how many patients have a fever. Your selection statement's condition is not working correctly when the variable patient_temp is 98.6.
IF (patient_temp = 98.6)
This is the reason why.
Round off error
This protocol handles processing at the sending and receiving locations.
Transmission Control Protocol
This data compression technique returns the file to its original size
Lossless
With Boolean, "A OR B" means this...
Either or both conditions can be true for the condition to be true.