all
tiple choice questions.
The work of which scientists was named "internetting" to describe their work?
Tim Berners Lee and Vinton Cerf
b. Marc Andreesen and Dennis Ritchie
C. Robert E. Kahn and Vinton Cerf
What does LAN expand to?
5. Which kind of network can span countries and even continents?
a. Local Access Network
computers are peers and there is no master-slave relationship between
In a computer
any two computers.
a. Internet
b. Network
pair cable is commonly used medium for networking.
b. Coaxial
c. Game
a. Optical
c. Twisted
b. Localised Attribute Network c. Local Area Network
a. LAN
b. CAN
c. WAN
Answers
Answer:
O4. There are 8 teams which are playing in the IPL this year, out of which you are given the scores of four teams in form of 4 different arrays of length 11 each. You are also given 4 arrays of length 11 each which represent the total number of balls faced by that batsman. Please write a program which takes the input from these arrays and decides the maximum runs that your favourite player has to score so far in order to get the orange cap. [The orange cap is awarded to the person who scores maximum runs in the tournament]. Also, please find out the maximum strike rate achieved by a batsman so far. [10]
Note: In total you are given 8 arrays where the first 4 arrays represent the runs scored and the next 4 represent the total number of balls faced.
Sample Run:
Input:
[10, 45, 500, 400, 45, 56, 67, 78, 100, 8, 11]
[100, 450, 510, 410, 415, 56, 68, 87, 101, 9, 9]
[404, 445, 520, 450, 415, 156, 167, 488, 110, 4, 2]
[505, 445, 554, 410, 445, 556, 167, 178, 70, 4, 1]
[20, 100, 500, 345, 45, 65, 86, 69, 100, 7, 10]
[101, 246, 500, 355, 145, 165, 45, 45, 54, 8, 9]
[434, 456, 550, 395, 445, 165, 96, 369, 100, 4, 6]
[520, 340, 500, 405, 345, 565, 186, 169, 67, 3, 2]
Output:
Maximum Runs Scored: 556
Maximum Strike Rate: 286.206897