Question
Average run scored by a batsman in first ‘x’ matches
is 55. In next 12 matches he scored runs with an average of 90 so that his overall average increased by 10. Find the value of x.Solution
(55x + 12 × 90)/(x + 12) = 65 => 55x + 1080 = 65x + 780 => 10x = 300 => x = 30
What is the primary purpose of virtual memory in a computer system?
The time required to delete a node x from a doubly linked list having n nodes is
Which of the following components stores electrical charge in a circuit?
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Which company originally developed the Go programming language?
What is the scope of a variable in programming?
Which recovery technique involves creating a new database instance from a previous full backup and then applying transaction logs up to the desired reco...
Which number system is commonly used in mathematics and everyday life?
In a compiler, keywords of a language are recognized during
In natural language processing (NLP), what does TF-IDF stand for?