The batsman scored from boundaries = 6 × 4 ⇒ 24 runs The batsman scored from sixes = 10 × 6 ⇒ 60 runs Total runs scored by running between the wickets = 124 - (24 + 60) ⇒ 124 - 84 ⇒ 40 runs Required % = (40/124) × 100 = 32(8/31)%
What is the purpose of software maintenance?
Which of the following is a key function of the network layer?
Which of the following is an example of two-factor authentication?
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
In the context of computer networks, what is routing?
What is the output of the following Python code snippet?
x = [1, 2, 3]
y = x
x.append(4)
print(y)
In a 5-stage pipeline (Fetch, Decode, Execute, Memory, Write-back), how many instructions can be in various stages of processing at the same time?
Which one of the following expressions does NOT represent the exclusive NOR of x and y?
You have a standard deck of 52 playing cards. What is the probability of drawing a red card (heart or diamond) from the deck?