Question
Which of the following statements is/are true about
Moore’s Law? (i) The number of transistors on a chip would double every year. (ii) The costs of a chip would be halved every two years.Solution
Moore’s Law states that the number of transistors on a microchip doubles approximately every two years, while the cost per transistor decreases. Statement (ii) aligns with this, but statement (i) exaggerates the rate of doubling to every year, making it incorrect. Knowledge Booster: 1. Proposed by Gordon Moore in 1965. 2. Applies primarily to semiconductor technology. 3. Used as a benchmark for technological progress. 4. Drives advancements in computing performance and efficiency.
Which of the following algorithms uses a greedy approach?
In hashing, what is a collision?
In Database Management Systems, what is the primary purpose of normalization?
Which data structure is most suitable for implementing recursion?
Which data structure is used in BFS (Breadth-First Search)?
The Bellman-Ford algorithm executes relaxation steps how many times for a graph with V vertices?
Which of the following is a critical concern for securing critical infrastructure?
What is the worst-case time complexity of Bubble Sort?
Counting Sort is an efficient sorting algorithm when the range of input elements (k) is not significantly larger than the number of elements (n). What i...
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?