Answer:
Syntax
Explanation:
Syntax errors include misspelled words or missing code.
Logic errors cause the program to operate incorrectly,
Runtime errors occur while running a computer program.
C: pie chart is the answer to it
Answer: Dynamic packet filtering
Explanation:
Dynamic packet filtering is the type of fire wall which is used automatically to enabled the modification in the real time based on the traffic content according to the filtering rules.
The dynamic packet filtering also facilitates to monitor the actual state of connection which is active.
It is also used to determine the actual state of network packet and permits the packet of network pass through firewall.
The one among the options that is an example of how cookies are used to customize advertisements based on your history.
<h3>What do cookies do?</h3>
A cookie is known to be a kind of a small text file that is said to be often saved on your computer if a person do visit any kind of websites.
Note also that a cookie is often used to get one to often remember settings that they have their last visit to any website.
For example Amazon is known to often cookies to help to know if or when a person revisit the site.
Hence, The one among the options that is an example of how cookies are used to customize advertisements based on your history.
Learn more about cookies from
brainly.com/question/14102192
#SPJ1
Answer:
D. End-User Programmer.
Explanation:
A stack data structure is used to holds data for programs. The first data to go into a stack is always the last to be extracted (First-in-Last-out). Data is read into the stack with the push function and retrieved with the pop function.
When the stack is empty, it means there are no data left to pop from it. If a pop function is issued at this time, the program conventionally throws an error, there is no need for the end-user to write an exception handler for it because the end-user programmer has done that already.