What steps would you take if the internet was not working and you were starting work in 3 minutes?
try checking my connection.
What makes SONET a highly fault tolerant technology?
It uses of dual fiber-optic rings to connect nodes.
Advantage and disadvantage of robot?
Advantages of robots are that they can be efficient and cheap. Disadvantages would be they destroy jobs for actual people.
What is the data schema in a database?
Logical Structure of database is know as database schema. All database entities are defined and relation between then is represented in structured way. It includes all constraints to be apply on each identity.
Is test link is better than QC?
No, Testlink is not better than QC (it would be a shame in regards to QC price !) byt XStudio is nearly as powerfull than QC for 50 times cheaper !
Multiplication of 6-byte numbers in 8085 assembly language?
You may be able to find a multipication operator in your assembler instruction set, but for something this basic, I would recommend developping your own specialized version using shift registers and addition - this will be much more efficient in clock cycles as opposed to a canned multiplier.
No. It would take 'spoofing' the information provided to the phone company.
This would normally require rerouting a call through a controlled PBX (private branch exchange) to provide the incorrect outbound caller id.
What are the benefits of outsourcing work to an offshore software development company?
Most companies outsource work to reduce spending. For software development organizations, that is no exception. The added benefit for software developers is the research is done by a dedicated IT team focused solely on the project they are given, and the results are very successful. The team receives pay for services rendered, whereas an in-house team would be salaried or receive bonuses. A well-done project completed for less money is a win-win for the company who chooses to outsource.
What is the relationship between MVC and 3-tier architecture?
At first glance, the three tiers may seem similar to the model-view-controller (MVC) concept; however, topologically they are different. A fundamental rule in a three tier architecture is the client tier never communicates directly with the data tier; in a three-tier model all communication must pass through the middle tier. Conceptually the three-tier architecture is linear. However, the MVC architecture is triangular: the view sends updates to the controller, the controller updates the model, and the view gets updated directly from the model.
MSc It final year project titles?
i am msc it prefinal year student . choose project title.help me .i am interest visual basic ,c++,dbms,multimedia.
Does a queue crawl through memory in the direction of its head or its tail?
A queue crawls through memory in the direction of its tail.
This answer assumes that you push elements at the head and that you pop elements at the tail. This means that the set of active elements will migrate in memory towards the tail. It is also possible that the queue be circular, in which case the elements would still follow the tail, but that tail might jump back towards the initial head from time to time.
Where to download autocad 2006 full version?
Autocad 2006 is obsolete. Go to the autodesk web site (www dot autodesk dot com) and buy a copy of the 2010 version.
Any other path to obtaining licensed software is illegal and WikiAnswers will not give out that kind of information.
What is difference between software agent and process?
Software is agent is one who carry out some process. Process is something that takes an input and gives output corresponding to that input.
How use find command in c language?
C language doesn't have commands only instructions. Sadly, 'find' is not an instruction in C, you might have misunderstood something.
How can data processing errors be avoided?
By the use of 'test data' to check the program is working correctly.
Test data is calculated prior to writing a program, and expected results are calculated and verified. Once a program is written, the test data is fed into the computer, and the results generated are compared with the test data. If the two are a perfect match - the program works correctly - if not - it needs to be de-bugged to find the problem.
Er diagram of online railway reservation system?
try www.wikipedia.com which will help you for making ER - Diagram ....
and copy past given link below in your browser for detailed description about ER - Diagram :
http://www.infocom.cqu.edu.au/Courses/spr2000/95169/Extra_Examples/ERD.htm
What is concatenate key in a relational database?
The concatenate key is simply the combination of several columns in a table, which serves the unique key of that table.
It is a domain testing for checking the errors, like software testing. It is used for the debugging purposes based on the telecommunication. You can register with a secured domain name from the trusted websites like tucktail
How do you find the average in a set of data that includes infinity?
you start by adding all of the #'s together. then, you take that sum and divide it by the number of numbers in the set of the data. example:
120.6+129.63=250.23/2=125.115
Halstead proposed the first analytic laws for computer science by using a set of primitive measures. these can be derived once the design phase is complected and the code is generated. these measures are listed below * n1= number of distinct operators in a program * n2= number of distinct operands in a program * N1= total numbers of operators * N2= total number of operands
By using these measures,Halstead developed an expression for overall program length,program volume,program difficulty,development effort and so on.
Program length (N) can be calculated by using equation:
N = n1log2 n1 + n2log2 n2
Program volume (V) can be calculated by using equation:
V = N log2(n1+n2)
Note that the program volume depends on the programming language used and respesents the volume of information (in bits) required to specify a program.
Volume ratio (L) can be calculated by using the following equation:
---- volume of the actual program
Where value of L must be less than 1. Volume ratio can be also calculated by
Program difficulty level (D) and effort(E) can be calculated by equations: D = (n1/2)*(N2/n2) E = D * V
Application of digital image processing?
gamma img processing,uv imaging,visible imaging,microband wave imaging etc etc