Question
What will come in the place of question mark?
Solution
The pattern followed here is: In each row: 2nd number = (1st number + 21) , 3rd number = (2nd number - 15) In row 1, 1st number = 35, 2nd number = (35 + 21) = 56, 3rd number = (56 - 15) = 41 In row 2, 1st number = 74, 2nd number = (74 + 21) = 95, 3rd number = (95 - 15) = 80 Similarly, In row 3, 1st number = 22, 2nd number = (22 + 21) = 43, 3rd number = (43 - 15) = 28 So, ‘43’ will come in the place of question mark.
Which of the following is NOT a data transformation activity?
Which CPU scheduling algorithm is known for minimizing the average waiting time for a set of processes?Â
Which of these AI approaches involves agents learning by interacting with their environment?
Router is responsible for packet forwarding, including routing. Router works at which layer?
For the system showm below calculate the transfer function.
Which protocol is commonly used for secure data transfer in cloud computing?
What is the primary purpose of Continuous Integration (CI) in software development?Â
What is the primary purpose of the memory management process known as "compaction"?
Which of the following statements best describes a "trap door" in the context of computer security?
Fill in the blanks
R _________are the same as the arrays in C language which are used to hold ____________data values of the same type