Answer:I think greater. Answer my question that I posted plz
Explanation:
LibreOffice is an Open Source Software.
<h3>
Open Source Software (OSS)</h3>
A software is classified as <u>Open Source</u> when your code can be use, modified and distribute with its original rights.
<h3>
LibreOffice</h3>
For answering this question, you should know a software LibreOffice.
LibreOffice is a software that allows to create: sheets, documents, drawing, charting, database, presentations, etc. It's free and an open source software - main advantages when compared to other software available.
In the other words, LibreOffice is free because the user does not need to pay any license. Also, it is an open source software because your code can manipulate for any developer.
Read more about Open Source Software here:
brainly.com/question/4593389
Answer:
Security controls are those measures taken to prevent, identify, counteract, and reduce security risks to computer systems, whereas, Security Requirements are guidelines or frameworks that stipulates measures to ensure security control.
Explanation:
Security controls encompass all the proactive measures taken to prevent a breach of the computer system by attackers. Security requirements are those security principles that need to be attained by a system before it can be certified as safe to use.
Security controls are of three types namely, management, operational, and technical controls. Examples of technical controls are firewalls and user authentication systems. A statement like 'The system shall apply load balancing', is a security requirement with an emphasis on availability.
Answer:
Following are the code in the C language .
int max(int x) // function definition
{
static int largest=0; // variable declaration
if (x>largest) // checking the condition
largest=x; // assign the value of input in the largest variable
return largest; // return the largest number
}
Explanation:
Following are the description of code .
- Decalred a function max of int type which hold a parameter x of int datatype.
- In this function compared the number x with the largest .If this condition is true then largest number hold the value of x variable
- Finally return the largest number .
The Input Devices Used in Movie Big Hero are:
- A joystick
- medical robot
- Armored exoskeleton
- Jet-boots.
<h3>What are input device?</h3>
This is known to be a is a piece of instrument that helps gives or provide data to any information processing system.
Note that the Input Devices Used in Movie Big Hero “6” are a medical robot made by by Tadashi Hamada., Armored exoskeleton and others.
Learn more about input device from
brainly.com/question/24455519
#SPJ1