Answer:
1. Data and information are two terms that can be used interchangeably.
Explanation:
Data is a raw fact, but information is a meaningful term.
Multiple data produce information
Data need to be processed toform information, information is understandable
Answer:
B.O(n).
Explanation:
Since the time complexity of visiting a node is O(1) in iterative implementation.So the time complexity of visiting every single node in binary tree is O(n).We can use level order traversal of a binary tree using a queue.Which can visit every node in O(n) time.Level order traversal do it in a single loop without doing any extra traversal.
Answer:
Binary code is a coding system using binary digits 0 and 1 to represent a letter, digit, or other characters in a computer or other electronic device. The binary code assigns a pattern of binary digits, also known as bits, to each character, instruction, etc.
Read and write. Think of the term "literacy rate" it refers to how much of a population can read and write.