1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
myrzilka [38]
3 years ago
5

Write a recursive function, replace, that accepts a parameter containing a string value and returns another string value, the sa

me as the original string except with each blank replaced by an asterisk "*".
Computers and Technology
1 answer:
kirill [66]3 years ago
6 0
You should state what language you want your answer to be in before you ask programming questions. Here is what you're looking for in Java:

<span>public static String replace(String str) {
    return str.replace(' ', '*')<span>;
</span>}</span>
You might be interested in
Your customer asks you if it would be worth the investment for him to have Ethernet cabling installed to reach each of his works
Helen [10]

Answer:

Yes

Explanation:

Depending on the ethernet standard used, the IEEE 802.3 is faster than the WIFI (IEEE 802.11ac).

The ethernet protocol on cabled networks are of different speed based on ethernet standard which ranges from 10 Mega-bits to 100 Giga-bits per second. This protocol is found in the physical layer of the OSI model.

The wifi 802.11ac also known as wifi 5 is a wireless connection medium in the physical layer of the OSI model. It has a range of aggregate speed capacity of  433 mega-bits per second to 6.77 giga-bits per second.

5 0
3 years ago
A ____ firewall keeps a record of the state of a connection between an internal computer and an external device and then makes d
Yakvenalex [24]

Answer:

Stateful frame filtering

Explanation:

<h2><u>Fill in the blanks</u></h2>

A <u>Stateful frame filtering </u> keeps a record of the state of a connection between an internal computer and an external device and then makes decisions based on the connection as well as the conditions.

8 0
3 years ago
What term is commonly used to refer to HTML formatting?
yanalaym [24]

Answer: No particular term

Explanation:

If by formatting you are referring to the presentation of the html page or website means how the forntend looks then css is used. In case of text formatting then bold <b><b/> italic <i></i> small <small></small> superscript <sup></sup> subscript <sub></sub> etc tags available

6 0
3 years ago
What technology uses short-range radio signals to enable computers and devices to communicate with each other.
UkoKoshka [18]

Answer:

i also want to know the answer

Explanation:

3 0
3 years ago
Which of the following is NOT a way in which the 2007 Microsoft Office system has improved the way people do business?
iragen [17]
Option B seems to be the correct answer. The reason why is because if the new software decreased personal productivity, it would be bad for the developers and revenue would decrease.

Have a nice day! :)
6 0
3 years ago
Other questions:
  • Is it okay to leave your car running while parked?
    15·1 answer
  • Statistics are often calculated with varying amounts of input data. Write a program that takes any number of non-negative intege
    10·1 answer
  • Security controls are measures taken to protect systems from attacks on the integrity, confidentiality, and availability of the
    12·1 answer
  • _____ CRM systems are hosted by an external vendor in the vendor's data center.
    6·1 answer
  • Which of the following is the most significant outcome of the formation of the SMPTE?
    15·1 answer
  • You have just finished upgrading the 250 w power supply in your desktop computer to a 450 w power supply. now the bios doesn't r
    7·1 answer
  • Items that are cut or copied are placed on the Clipboard.
    6·2 answers
  • Which service uses a broadband connection?
    11·1 answer
  • 2 red and 2 overlapping balls in the center are surrounded by a green, fuzzy, circular cloud with a white line running through i
    15·2 answers
  • According to the mil-std-6016 what are the requirements for information to be passed between and among joint forces and organiza
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!