The sum of the first 10 terms of an arithmetic sequence is 60 and the 10th term is 5. What is the first term of the sequence?
Sn = (n/2) [2a + (n - 1)d] 60 = 10/2 [2a + (10 - 1)d] 60 = 5 [2a + 9d] 2a + 9d = 12 ------ (i) Given 10th term is 5, so => a10 = a + 9d => a + 9d = 5 ------ (ii) Solving eqn (i) and (ii) we get, => a = 7
In Big Data Analytics, what is the main function of the MapReduce programming model?
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Â
What will be the output of the following code when printList is called with a linked list containing the values 1 -> 2 -> 3?
class Node:
Â...
In data communication networks, which protocol is responsible for ensuring reliable data transfer between devices over a network?   Â
...What does the function re.match do?
Which of the following best describes the primary purpose of virtualization in cloud computing?Â
In which scenario would para virtualization be preferred over full virtualization?Â
Which is/are correct w.r.t Passive attacks
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
Divide and conquer is used by