Continue with your mobile number
I. "Curiosity got the better of her, and she couldn't resist taking a quick peek inside the mysterious package." - Correct. In this statement, "peek" is appropriately used to mean a quick or brief look. II. "The child couldn't wait to peek through the keyhole and discover the surprises that awaited in the room." - Correct. Here, "peek" is used correctly to convey the idea of looking briefly or with curiosity. III. "As they reached the summit, the hikers were rewarded with breathtaking views from the peek of the mountain." - Incorrect. The correct word in this context should be "peak," not "peek." "Peak" refers to the highest point of a mountain.
Which condition is shown in given picture?
What is the main advantage of Network Attached Storage (NAS) technology?
What is an algorithm?
Which scheduling policy assigns the CPU to a job until it finishes or enters a waiting state?
Which component of the CPU is responsible for executing instructions?
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?
Which data structure follows the "first-in, first-out" (FIFO) principle?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
‘/?’ is used for what in C++
In dynamic programming, what is memoization?