Why should we use jelly filled armoured cables in underground Communication system? What is the use of the Jelly? If we go for unarmoured, then what happens?
1 3951Post New Prasad Group Electrical Engineering Interview Questions
Enlist some filename manipulation commands in unix.
Mention what is the production process in sap?
How to enable or disable the microsoft windows firewall?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
Explain the concept of real-time operating systems?
Coverage of 25mm.thick ratio of 1:4 cement mortar?
Specify the port number for dns?
How to Get the time and date in Universal Time ?
Explain the difference between a canyon, gorge, and valley?
.We want to compare the performance of a single threaded disk server with a multithreaded 1. Suppose the server takes 25 ms to receive a request for work from client, dispatch the request for processing and actual data request processing when reqd. Data is in main memory. If the reqd. Data is not in the main memory a real disk operation is needed and an additional 75 ms are reqd. On the average. On the average 25% of the clients requests access the disk. During the disk I/O period the thread waits. Assume that there is no other process in system when the server is running. How many requests can the server handle per second if its a)single threaded b)multithreaded
What are pure components?
What is alpha testing?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
please can any one send me BHEL ECE sample papers
Can private virtual methods be overridden in c#.net?