Explanation:
11. True
12: Electronic Fund Transfer
13. True
14. I'm not sure but I think yes?..
(I'm not sure if your including number 15 but just in case, the full form of PIN is personal identification number)
Answer: TRUE
Explanation: Networking technology is the term used to describe the entire processes through which computer or mobile systems are linked up either through optic fibers,wireless systems in order to enhance effective communication across networks or regions.
OSI (open system interconnection), the earliest models partitions into seven layers and the OSI is known as model that creates partitioning a communication system classing them into abstraction layers.
Answer:
My answer to the question is Sport Activity
Answer:
dog
Explanation:
The python program has four lists, A, B, C, and E which is a list of the first three lists. Lists are unordered indexed data structures, it is accessed by an index starting from 0 to n (which is the length of the list minus one).
The E list is a list of lists with three list items starting from index zero to two. E[0][1] is used to access the item "dog" in the first list item of the E list.