answersLogoWhite

0


Best Answer

A repeater contains one input port and one output port, so it is capable only of receiving and repeating a data stream.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by the following statement A repeater is limited not only in function but also in scope?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Compare break and continue statement?

Break - will force to terminate the loop you are in to the nearest outer block.Continue - will force to skip the rest of the code in loop and take next iteration.Break for example is not only limited to loop constructions, it is also used in switch statement in order to stop executing following cases (works as described above, jumps out of switch).


What is a select case statement used for in programming?

In programming, select case statement is a way to test the inside of a variable. It is used when one knows there is a limited number of things that can be in the variable.


What is the purpose of goto statement in c?

The purpose of goto is to skip over code and gotoa named label.Goto is not as bad to use as you will read in many places, goto has a bad name from BASIC where gotoproduced spaghetti code that was impossible follow and understand.In C you can only goto go to a named label in the same function that the goto statement is in. The named label can be prior or post of the goto statement.Goto is very useful (in a limited scope) to jump over a bunch of if statements that are redundant because it has already been established that a particular section of code in the function needs to be executed. Judicious use of goto can improve the human readability of the code and also improve the programs performance.


In java what is empty statement.Explain its usefulness?

An empty statement in Java is just that: a statement with nothing in it. There are typically two ways to represent this:A single semicolon ;An empty block {}The usefulness of this type of statement is limited. The main use that I can think of is to fulfill the statement required for a loop structure.Here is an example that I recently used:while (sf(++n) != i);This loop will constantly call the method sf with increasing values of n until the return value of sf(n) is equal to i. Each loop in Java must have some code to execute in the loop body. In this case, all necessary work is done in the condition, and so the mandatory loop body is an empty statement.While there may be other (more clear) ways of writing this bit of code, this is an example of where that empty statement can be used.


Why inline function cannot be static?

Inline functions can be static. However, their usage outside of classes in C++ has been deprecated (a hangover from C). Static member functions are allowed of course, and they can be inline expanded where desired. In C, a static function simply has limited scope within the same translation unit. In C++, unnamed namespaces are the preferred method of achieving the same end.

Related questions

Which statement best describes what is meant by limited government?

limited government?


What is the function of a limited company?

A limited company (Ltd) is that which is limited by shares and listed on the stock market. Its function is ultimately to make profit for its shareholders.


What is the mission statement for The South African Breweries Limited?

what is the mission statement sor south african vbrewery/


What is a well-worded thesis statement?

A well-worded thesis statement clearly presents the main idea or argument of the paper and provides direction for the introduction and body paragraphs. It should be specific, argue a point, and be supported by evidence throughout the essay.


What reports does the accounting department provide?

There are several reports used in accounting and that the accounting department will provide, these may include, but or not limited to, Income Statement Statement of Retained Earnings Balance Sheet Trial Balance Statement of Owners Equity (Stockholder Equity of company is Inc.) Statement of Cash Flows Bank Reconciliation Statement As I stated, these are a few. It can also depend on what function the certain accounting department is or is not in charge of that will determine exactly what statements they are required to provide.


What is limited too's mission statement?

Tween Brands, which is the company that took over Limited Too, does not have an actual mission statement. The aim to be driven, focused, creative, balanced, and ethical in their dealings with customers and suppliers.


What statement correctly states the basic economic premise?

Income Statement , Position Statement and Cash Flow Statement correctly states the economic premise of a company


Which statement about Revolutionary Pennsylvania is FALSE?

The false statement is that the state's new constitution gave only limited power to the state's governor.


What are the characteristics of a good vision statement?

A good vision statement has the following characteristics (but not limited to):containing optimistic approachhaving desired outcome that invokes a vivid mental picture of goal;should also brief, succinct, and contains inspiring statementit must be simple, concise, direct, easy to assimilate and attainable


What is a limited function wholesaler?

A limited function wholesaler is someone that works with business owners. They work with them to lower the pricing on merchandise, but with fewer benefits of those wholesalers that are full functioning.


Is the statement Congress shall make no law a principle of limited government?

Yes


What are the functions of a Repeater?

Network repeater regenerate incoming electrical, wireless or optical signals. With physical media like ethernet or Wi-Fi, data transmissions can only span a limited distance before the quality of the signal degrades. Repeaters attempt to preserve signal integrity and extend the distance over which data can safely travel.