Answer:
papa bill needed money
Explanation:
A user has multiple web pages open and is using email. Which layer of the Transmission Control Protocol/Internet Protocol (TCP/IP) model is responsible for sorting the data to send email and web pages to the appropriate location?
a) Transport
b) Network
c) Data link
d) Application
Answer:
This is the second question like this I've seen. They aren't the greatest.
Explanation:
The question is not good. The answer would be option a, Transport even though it doesn't make a whole lot of sense when you really go into detail.
It could also be option d, Application but I think they're going for the first.
____ is basically a coded HTML command or an object that is used to arrange the text or image in HTML document.
Attribute
Extension
Tag
Text editor
Answer:
attribute
Explanation:
Wendell notices that the company's top executives share a belief that managers are directly responsible for the organization's success or failure. This belief reflects a(n) ________ view of management.
A) traditional.
B) omnipotent.
C) reflective.
D) symbolic.
When a user checks a single checkbox in a series of 4 checkboxes, how many items are sent to the server when the submit button is pushed
When a user checks a single checkbox in a series of 4 checkboxes, only one items are sent to the server when the submit button is pushed.
What is computer?Computer is defined as a programmable electrical device that takes in raw data as input and uses a set of instructions to process it in order to output the outcome. A range of activities are carried out on computers in homes, such as online bill payment, entertainment, education, access to social media, gaming, and internet. Email is one of the several methods of communication. They are in favor of letting corporate workers work remotely.
Checkbox is defined as a graphical widget that enables the user to select one of two potentially mutually exclusive possibilities, or a binary option. Checkboxes are used to choose as many items from a constrained number at once as desired. A group of checkboxes contains a number of options, any number of which may be chosen.
Thus, when a user checks a single checkbox in a series of 4 checkboxes, only one items are sent to the server when the submit button is pushed.
To learn more about computer, refer to the link below:
https://brainly.com/question/21080395
#SPJ5
The process of specifying that certain rows be displayed in the results of a query is known as selection. _________________________
Answer:
The answer is True.
Hope this helps!
What is the name of the process that basically takes a snapshot of the current security of an organization
The name of the process that takes a snapshot of the present security of an organization is refereed to as: Vulnerability assessment.
What is Vulnerability Assessment?Vulnerability assessment can be defined as the process whereby risk and vulnerability of computer networks, systems, applications or other part of an IT ecosystem is identified.
Vulnerability assessment, as an important component of vulnerability management, involves providing security teams and stakeholders with necessary information that can aid analysis and prioritizing of risk for proper remediation.
Therefore, the name of the process that takes a snapshot of the present security of an organization is refereed to as: Vulnerability assessment.
Learn more about Vulnerability assessment on:
https://brainly.com/question/25633298
How would you explain how a password generator program works
Answer:
A random password generator is a software program or hardware device that takes input from a random or pseudo-random number generator and automatically generates a password. Random passwords can be generated manually, using simple sources of randomness such as dice or coins, or they can be generated using a computer.
3 3) Write a program to convert distance from kilometer to miles​
Answer:
In this example, we will show you how to write a java program to convert kilometers to miles. The program gets the kilometer value from the user and store it in the variable. Then it is dividing the kilometer value by 1.609344 which will give the values in terms of miles.
Explanation: