Question
How many numbers between 1 to 50 are there, which are
not only exactly divisible by 4 but also has 4 as a digit?Solution
The required numbers are 4, 24, 40, 44 and 48. There are five such numbers which contain 4 as a digit in each and also divisible by 4.
In a system using the Least Recently Used (LRU) page replacement algorithm, which of the following statements holds true?Â
Fill the correct option for blank space 23.
___________________ is the amount of time taken to fulfill the request by the process. It can be calculated by taking the difference between the complet...
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...
State True or False
Kernel level thread cannot share the code segment.
What does ETL stand for in analytics?
Average waiting time of all process?
Simplify the Boolean expression.
Y= AB+A(B+C)+B(B+C)
Router is responsible for packet forwarding, including routing. Router works at which layer?
What is capacity of memory having 16 address lines of row decoder, 8 address lines for column decoder and 8 data lines?Â