The diagram given below shows a ________ being used as a(n) ________ and Y = ________
The process of entering data into ROM is called
If today is Saturday, what will be the day 350 days from now
Rahul is not wearing purple and Aman is not wearing black. Rahul and Sahil wear different colors. Avi alone wears green. What is Sahil's color, if all four of them are wearing different colors
It is very dangerous to intrude ___________ the enemy's camp
What is the output of below program?def f(x, y, z): return x + y + zf(2, 30, 400)
What is the output of the following snippet of code?total={}def insert(items): if items in total: total[items] += 1 else: total[items] = 1insert('Apple')insert('Ball')insert('Apple')print (len(total))
The person refused to grovel _________ the feet of his master
What will be the output of the following Python code?
print('ab'.isalpha())
What is the output when following code is executed ?print r"\nhello"The output is
What is the output of the following?print('The sum of {0} and {1} is {2}'.format(2, 10, 12))
A person forgets the last two digits of user ID for a website. He remember that both digits are odd. What is the probability of him typing the correct last digits by randomly typing 2 odd digits
Pointing to a lady, a man said, βShe is the daughter of the woman who is the mother of the husband of my motherβ. How is the lady related to the man
Who is the founder of IIT (Indian Institute of Technology)