The processes that execute the queries and sends the result back, is known as
Any knowledge item that can be expressed in numbers or words is called
The eccentricity (e) of a hollow circular column, external diameter 25 cm, internal diameter 15 cm for an eccentric load 100 t for non-development of tension, is
By converting 3 700 000 Watt into kilowatt, we get
Which of the following are examples of Internal Failure costs
The output of the code shown below is:s='{0}, {1}, and {2}'s.format('hello', 'good', 'morning')
What is the output of the code shown below?'The {} side {1} {2}'.format('bright', 'of', 'life')
The output of the two codes shown below is the same. State whether this statement is true or false.bin((2**16)-1) '{}'.format(bin((2**16)-1))
What is the output of the following?x = 'abcd'for i in x: print(i.upper())
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))
What will be the output
d = {"john":40, "peter":45}["john"]
What is the output of the following?print('a'.maketrans('ABC', '123'))
What is the output of the following?print('The sum of {0} and {1} is {2}'.format(2, 10, 12))
If 4:6 is the ratio of number of girls and boys in a computer coaching class.If 50% of girls and 40% of boys are degree holders then the percentage of the candidates who are non-degree holders is