plzzz do answer tis fast......it's needed
Answers
Answer:
send the story also...pls... otherwise we r unable to answer this question
Answer:
6. a). function is used to apply a function on all the elements of specified iterable and return map object. Python map object is an iterator, so we can iterate over its elements. We can also convert map object to sequence objects such as list, tuple etc. using their factory functions.
b) i) A block is a contiguous set of bits or bytes that forms an identifiable unit of data. The term is used in database management, word processing, and network communication. ... It is a multiple of an operating system block, which is the smallest amount of data that can be retrieved from storage or memory.
ii) The human body is the structure of a human being. It is composed of many different types of cells that together create tissues and subsequently organ systems. They ensure homeostasis and the viability of the human body.
iii) An infinite loop is a sequence of instructions in a computer program which loops endlessly, either due to the loop having no terminating condition, having one that can never be met, or one that causes the loop to start over.
iv Iteration statements cause statements (or compound statements) to be executed zero or more times, subject to some loop-termination criteria. ... C++ provides four iteration statements — while, do, for, and range-based for.