Answer:
orange men because I don't know
convention writing is beneficial to public speaking because writing conventions such as spelling,punctuation,capitalization and grammar help make a student content clear and understandable audience can finish reading without having to stop to try to figure out what was actually intended,the value of learning these writing becomes clear.<span />
The answer is True
It
intentionally or unintentionally compromises a system by making unauthorized changes
to data. As compared to intentional changes which are usually malicious, unintentional
changes are normally accidental. Changes and modifications to the system
configurations can also compromise integrity. Such modifications might include
deleting, changing, and creating information in a network resource.
It is best to implement mechanisms on how one can track and audit such changes as they happen
Answer:
Static.
Explanation:
A local variable can be defined as an argument passed to a function or a variable that is declared within a function and as such can only be used or accessed within the function.
This ultimately implies that, a local variable is effective whilst the function or block is being executed (active).
Basically, all local variables can only be a member of either the register storage, static or auto (dynamic) categories in computer programming.
A local variable that is declared as static causes the program to keep the variable and its latest value even when the function that declared it is through executing.
Hence, the memory of a local variable that is declared as static remains for the lifetime (duration) of the whole program.