Question
What is the average of the squares of the first 17 natural
numbers?Solution
Sum of squares of first 'n' natural numbers = n × (n + 1) × (2n + 1) ÷ 6
So, average = n × (n + 1) × (2n + 1) ÷ 6n = (n + 1) × (2n + 1) ÷ 6
= (17 + 1) × (2 × 17 + 1) ÷ 6
= 18 × 35 ÷ 6
= 105
What does the term "Zero-Day Vulnerability" refer to?
Which activation function is typically used in the output layer of a regression task?
In relational algebra, which operation is used to combine two relations and eliminate duplicate rows?
Accessing the data value or message value which may even cause a function invocation, is called?
In Stop-and-Wait flow control, what happens if the sender does not receive an acknowledgment for a transmitted frame?
What is the difference between Token Ring and Ethernet?
Which layer of the OSI model is responsible for establishing, managing, and terminating network connections?
Which of the following is NOT a method for handling deadlocks?
The SI unit for measuring energy is:
Which data structure in a compiler is used for managing information about variables and their attributes?
Â