Answer:
Please find the complete question in the attached file.
Explanation:
Following are the code to the given question:
-module(helloworld)//use a module
-export([start/0])
start() ->//start module
func([Head Taill) ->//defining a method func that takes a parameter
{
first, second} = Head,//holding head value
if
//defining if block
first > second -> func(Tail)//method func that takes a parameter
true ->
[first, second}|func(Tail)]//method func that takes a parameter
end
The first phone was made in 1854 by <span>Antonio Meucci.
Other inventors like </span>Johann Philipp Reis, <span>Alexander Graham Bell, Elisha Gray, and Thomas Edison reinvented the telephone or enhanced it.</span>
Answer:
the code using Python
Explanation:
import random
def buildArray(array, size):
for i in range(size):
array.append(random.randint(10, 99))
def sumArray(array , num):
sum_array = 0
for i in range(num):
sum_array += array[i]
return sum_array
def main():
n = int(input("How many values to add to the array:\n"))
array = []
buildArray(array, n)
print(array)
num = int(input("How many values to find sum of array:\n"))
result= sumArray(array,num)
print(result)
main()
Answer:
Whole disk encryption.
Explanation:
Whole disk encryption, also known as, the full disk encryption is a tool that encrypts the entire drive. The whole disk encryption protects the whole hard drive from unwanted visitor to enter into your system.
<u>This tool protects your entire data, softwares, files, etc stored in the hard drive. Whole disk encryption cedes the entire hard drive unusuable untill correct key is entered to unlock the drive.</u>
Thus the correct answer is 'whole disk encryption.
Kernal is the core of an operating system that maintains the computer’s clock, starts applications, and assigns the computer’s resources, such as devices, programs, apps, data, and information.
d. kernal.
<u>Explanation:</u>
Every operating system runs the operating system based on kernel instructions. Main or major role of operating system is kernel. If boot loader program fails to load kernel operation is missing the kernel we need to reinstall operating system or repair the operating system.
To display clock in the workstation or laptop or desktop, clock device driver been executed by kernel of operating system.
Kernel is core of any operating system, but kernel also controlled by operating system such as Unix etc.