Answer: False
Explanation:
Registers are not optimized for capacity they are for speed. Registers are small storage space which is used to hold the value required by the cpu for processing. For making the value available immediately to the processor we have registers. There are many different types of registers.
Answer:
2.RAM
Explanation:
BECAUSE IT CAN BE EASILY VIRIFIED ON THE INTERNET
Answer:
Access Control List is the correct answer to the following question.
Explanation:
The following answer is correct because by the ACL we can access and refusal of services that is controlled. It used to filter traffic for the network and it also used give the extra securities to protect the network. AVL provides an authorization attached to the object that define which persons are allowed for access to the object and operations.
one = 1
two = 2
three = 3
four = one + 3
print(four)
hello = "hello"
world = "world"
helloWorld = hello + " " + world
print(helloWorld)