Answer:
What is the question?
Explanation:
What is the primary motivation of the ""cyber warrior""?
The primary motivation of the ""cyber warrior"" is to defend computer and information systems, or also to attack the system.
Who is a cyber-warrior?This is known to be a person that is said to be involved in cyberwarfare, mostly for personal reasons or based on religious belief or others,
Note that The primary motivation of the ""cyber warrior"" is to defend computer and information systems, or also to attack the system.
Learn more about cyber warrior from
https://brainly.com/question/1460915
#SPJ12
An algorithm to find the perimeter of a triangle
Answer:
step 1- start
step 2- Input a,b,c
step 3 - perimeter = a+b+c
step 4 - Print the perimeter
step 5 - End
30 POINTS FOR THE ANSWER
Rico is about to send his first professional design project to a printer and he wants to make sure he has not forgotten any of the steps. He decides to do some research on how the colors will look on paper compared to his monitor. After he completes his research, he realizes that having a checklist for each job would help him remember all the steps.
For this discussion, do some research on how printed colors will look compared to colors on your monitor. What possible solutions may work for you to help increase the likelihood that the printed colors will match the monitor colors? After doing that research, create a checklist of the steps involved with preparing a file for printing. Make sure to include items learned in this lesson and what you learned in your research.
The possible solutions are:
Ask for a printed or click on proof to get the right color match.One can use Pantone colors as it aids with color matching.How do one do the above?Computers is known to often use the same data and it often uses it to bring up clarity or light up pixels on its screen.
Therefore to get the result above, one need to check system preference system setting to get different brightness and color settings.
Therefore, The possible solutions are:
Ask for a printed or click on proof to get the right color match.One can use Pantone colors as it aids with color matching.Learn more about printed colors from
https://brainly.com/question/1548113
#SPJ1
The transport layer must break messages from the application layer into several _____ that can be sent to the network layer
The transport layer must break messages received from the application layer into several packets that can be sent to the network layer.
The layers of the OSI model.In Computer networking, there are seven main layers in the open systems interconnection (OSI) model and these include the following in a sequential order;
Physical LayerData link LayerNetwork LayerTransport LayerSession LayerPresentation LayerApplication LayerAs a standard, it is a must that the transport layer break messages that are received from the application layer into several packets that can be sent to the network layer.
Read more on transport layer here: https://brainly.com/question/26177113
#SPJ12
Enumerate the 6 main shortcomings the compnents of satellite communication
The section, installation, and introduction costs, for example, are just too much. a frequency interference. This proliferation and interference run the risk of interfering with communication systems.
What is satellite communication?The use of artificial satellites to establish communication links between different locations on Earth is known as satellite communication in the field of telecommunications.
The global communications network is not possible without satellite communications.
For instance, the section, installation, and introductory expenses are just too expensive. Interference on frequencies. The communication services may be disrupted as a result of this proliferation and interference.
Hence, the above given are the shortcomings in the components of satellite communication.
To learn more about the satellite communication refer;
https://brainly.com/question/21894964
#SPJ1
A(n) _________ Web page displays customized content in response to keyboard or mouse actions or based on information supplied directly or indirectly by the person viewing the page.
Answer:
dynamic
Explanation:
A dynamic web page serves out varied material to various visitors while keeping the same layout and appearance. These pages, which are often built in AJAX, ASP, or ASP.NET, require longer to render than plain static sites. They are commonly used to display data that updates regularly, such as weather forecast or market prices.
Dynamic web pages often incorporate software applications for various services and need server-side resources such as databases. A database enables the page builder to divide the design of the website from the content that will be presented to users. When they post material to the database, the website retrieves it in response to a user request.
What should be used to prevent javascript from accessing a session id value?.
Cookies should be used to prevent javascript from accessing session-id values.
What are cookies?
Cookies are brief text messages that a website you visit sends to your browser.
Web browsers are instructed to only send cookies using encryption using the Secure cookie property.
The session ID can be taken from the user's browser cookies during storage, frequently via cross-site scripting. The session ID may be seen while it's being sent by listening in on network traffic.
Keep in mind that every request to the server includes a session ID. Using the cookie attribute of the Document object,
JavaScript is also capable of manipulating cookies. JavaScript has the ability to read, write, change, and remove cookies that are specific to the current web page.
Hence, cookies should be used to prevent javascript from accessing session-id values.
To learn more about the cookies refer to:
https://brainly.com/question/20263903
#SPJ1
setting a starting value for a variable is called _____________.
Setting a starting value for a variable is called initializing.
Setting a starting value for a variable is called:
InitializingWhat is Initializing?Initializing is the act of assigning a value to a given piece of information classified as a variable.
Most times in programming, the starting value of 0 is often assigned to the first value. So, the correct answer is, Initializing.
Learn more about initializing here:
https://brainly.com/question/27230187
#SPJ11
_______________________ variables do not need to be declared inside the function definition body, they get declared when the function is called.
Formal parameter variables doesn't have to be declared inside the function definition body because they are declared when the function is called.
What is a formal parameter?A formal parameter can be defined as a type of variable which a programmer specifies when he or she needs to determine the subroutine or function.
This ultimately implies that, formal parameter variables doesn't have to be declared inside the function definition body because they are declared when the function is called.
Read more on function parameter here: brainly.com/question/20264183
#SPJ11