Start learning 50% faster. Sign in now
(5/8) of 432 km = 270 km So, time taken to travel 270 km = 270 ÷ 30 = 9 hours Remaining distance = 432 - 270 = 162 km Remaining time = 13.5 - 9 = 4.5 hours So, speed at which remaining distance is to be travelled = 162 ÷ 4.5 = 36 km/h
What is branch prediction used for in instruction pipelining?
What is the time complexity of a dynamic programming solution for a problem with "n" subproblems and each subproblem taking "O(1)" time to solve?
Which of the following is NOT a type of inheritance?
Type-checking is normally done during
The communication structure that we need in socket programming is called as _________.
The truth table for a NOR gate has an output of 0 when:
Which SQL keyword is used to remove rows from a table?
Which PHP function is used for connecting to a MySQL database?
___________ algorithms enable the computers to learn from data, and even improve themselves, without being explicitly Programmed
In which type of scope do variables declared in a function have priority over variables declared in the surrounding program?