Marked price of the article = 2000 × 1.25 = Rs. 2500 Selling price = 2500 – 160 = Rs. 2340 Profit percentage = [(2340 – 2000)/2000] × 100 = 17%
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?