Answer:
Capa de Internet. La capa de Internet, también conocida como capa de red o capa IP, acepta y transfiere paquetes para la red. Esta capa incluye el potente Protocolo de Internet (IP), el protocolo de resolución de direcciones (ARP) y el protocolo de mensajes de control de Internet (ICMP).
Explanation:
I would go with B
Charts,worksheets,images
Answer:
1) Electronic mailing
2) Web browsing
Explanation:
Electronic mail: For hundreds of millions of individuals, e-mail has become an significant component of private communications, many of whom have substituted it with letters or phone calls. E-mail has become an significant advertising medium in company, especially in cases where time-sensitive demand for products and services.Tickets for an upcoming sporting event, for instance, are sold by sending fans an e-mail message with ticket availability data and prices.
Web browsing: The web browsing is another critically important Internet application. The world of internet is filled with the immense of knowledge, subjects, and solutions. The user browse the internet to look out for the related queries, researches and lot other things.
The answer is
Mnemonic devices
Mnemonics enable us remember things more easily and often
refer to such internal strategies like reciting a rhythm or reciting the order
of colors of the rainbow. In cognitive psychology of memory, peg-word
method, keyword method, and the method of loci are discussed as formal mnemonic
techniques.
Answer:
00(01)*+|(01)*+101|00(01)*+101
Rest detail is in explanation.
Explanation:
(01)* means all the strings comprising of 0 and 1
when we add + the set includes empty sets as well. and for or we use union, and this can be done using the | sign.
And for concatenation, we have like 00(01)* etc. Hence, the above regular expression.