When each line of text hits the margin at the same point what is the text?

Answers

Answer 1
Answer: When the text hits the margin, there is an invisible line that separates the texts.

Related Questions

PowerPoint displays many themes that are varied and appealing and give you an excellent start at designing a presentation. However, you have a specific topic and design concept and could use some assistance in starting to develop the presentation. You ____.
Zach works in an accounting department at a hotel. He needs to calculate the state income taxes on an employee's wages. He has calculated the wages in cell C2. He should use 5.7% for the state income taxes. What formula should he use?
Which of the following viruses tries to hide from anti-virus programs by actively altering and corrupting the chosen service call interruptions when they are being run?
In excel, =(24+75)/(6*3) is what?
Which of the following gadgets is best for making a soft-shell shape out of butter?a. A pick b. A masher c. A peeler d. A curler

Your program must define and call the following function that returns the number of times the input character appears in the input string. int CountCharacters(char userChar, string userString)

Answers

Answer:

The program to this question can be given as:

Program:

#include <iostream>  //header file

using namespace std;  //using name space.

int CountCharacters(char userChar,string userString) //define function.

{    

int count = 0;  //define variable

for (int i=0;i<userString.length();i++) //loop

if (userString[i]==userChar)  //if block

count++;  //increment the value.

return count;  //return value.

}

int main()  //main method.

{

   string userString= "Clanguage";  //define variable and assign value.

   char userChar = 'a';   //define variable and assign value.

   cout << CountCharacters(userChar,userString);  //calling function and print value.  

   return 0;  

}

Output:

2

Explanation:

  • In the above C++ programming language program we define a function that is "CountCharacters". Inside function parameters, we pass two parameters that are "userChar and userString". The userChar is a char variable that holds single character value and userString is a string variable that holds a string value.
  • In the function, we define an integer variable that is "count". This variable counts the match value and returns its value.
  • To counts values, we define a loop in a loop we use if statement that counts the value that how many time it occurs in a string value and return its value.
  • In the main method, we define these variables ("userChar and userString") and assign values that are "a and Clanguage " and call the function and print function return value.

A network administrator for a small company is contemplating how to scale the network over the next three years to accommodate projected growth. Which three types of information should be used to plan for network growth? (Choose three.)A. human resource policies and procedures for all employees in the companyB. documentation of the current physical and logical topologies *C. analysis of the network traffic based on protocols, applications, and services used on the network*D. history and mission statement of the companyE. inventory of the devices that are currently used on the network*F. listing of the current employees and their role in the company

Answers

Answer:

Option B,C,E

Explanation:

An airplane manufacturer continues to hear from airlines that the landing gear indicator keeps flashing off and on, confusing the flight crew. Which step of the design process should the designers of the plane revisit? Explain your reasoning.

Answers

Answer:

  the applicable design step will depend on the findings as to the cause(s) of the problem

Explanation:

First of all, the affected airplane(s) should be examined to find the proximate cause(s) of the indicator flashing. Once that is known, corrective action can be investigated.

If we assume the airplane has been manufactured and maintained in accordance with all released and approved procedures (a big assumption), then the next step might be to revisit the analysis that sets rigging position and limits--both for manufacturing and for maintenance. Attention should be given to all allowable tolerances anywhere in the linkage related to the gear position sensor, and to the sensor behavior in relation to gear position.

__

As an engineer responsible for landing gear indication, I have had to deal personally with this issue. A number of factors are involved, including landing gear linkage and its tolerances; sensor rigging and its tolerances; sensor target size, position, and the geometry of its travel in relation to the sensor. Temperature can also be a factor, affecting both the mechanical linkage and the sensor behavior.

Up/down and locked/unlocked sensors for each gear can contribute to the problem. Each has its own geometry, which is not always easy to discern from the multitude of design drawings and different engineering groups involved. Sensor vendors like to work with a specific target geometry and motion that may not be duplicated on the airplane, so sensor behavior is not always well-specified. The specification to the vendor may need to be revisited.

When sensors are located on moving parts, wire routing and protection come into play. In some cases, wiring may be "in the wind" when landing gear is extended, so must be protected against a variety of assaults. When things rub on wires, damage always occurs eventually. The nature and extent of the protection provided can also be something to assess in the investigation.

Maintenance and repair procedures can also be scrutinized. We have seen issues related to the way splices and crimps to wiring are done, and where those are allowed to be located. Deicing fluid is corrosive to wiring, and travels up a wire as though it were a straw. So, careful protection is needed for wire ends exposed to areas where deicing fluid may be found.

Sensors that rely on magnetic properties of materials can be affected by residual magnetism. Manufacturing and maintenance procedures that detect and/or eliminate those effects may need to be reassessed.

The airplanes I worked on did not have a computer between the position sensor and the indicator light. I have worked with indicators that were computer driven, and that did flash. In one case, the intermittent flashing problem took years to solve, and was eventually traced to a poor design choice in the way internal wiring was routed in the computer chassis. So, the design of both computer software and computer hardware may also need to be revisited.

In short, every part of the design process may need to be revisited.

Which are four best practices used in the distribution layer? a. Disable trunking in host ports. b. Limit VLANs to one closet. c. Use HSRP. d. Use GLBP. e. Use VLAN spanning to speed convergence of STP. f. Use Layer 3 routing to the core. g. Summarize routes. h. Use RPVST+ as the STP with multilayer switches.

Answers

Final answer:

The best practices used in the distribution layer involve the use of HSRP, GLBP, is:

  • Use Layer 3 routing to the core (f)
  • Summarize routes (g)
  • Use HSRP (c) or GLBP (d)
  • Disable trunking in host ports (a)

Explanation:

The four best practices used in the distribution layer normally involve the use of certain functions and protocols. These practices ensure efficient and uninterrupted network operations. The most practical ones, from the provided options, would be: c. Using HSRP (Hot Standby Router Protocol), d. Using GLBP (Gateway Load Balancing Protocol), f. Using Layer 3 routing to the core, and g. Summarizing routes.

HSRP is a protocol that allows multiple routers to collaborate in presenting the illusion of a single virtual router to the hosts on the LAN. The inclusion of GLBP helps in balancing the load across a group of redundant routers. Using Layer 3 routing to the core is beneficial in order to maintain versatile connectivity and keep network segmentations to a minimum. Lastly, summarizing routes can minimize the size of the routing table and reduce the overhead on the router's resources.

The answer is:

"Use Layer 3 routing to the core (f)

Summarize routes (g)

Use HSRP (c) or GLBP (d)

Disable trunking in host ports (a)"

Learn more about Distribution Layer here:

brainly.com/question/35917045

#SPJ11

Answer:

The following are four best practices used in the distribution layer:

Use HSRP. This provides default gateway redundancy and ensures connectivity for end devices in case of a failure.

Use GLBP. This provides both default gateway redundancy and load balancing for optimal network performance and availability.

Use Layer 3 routing to the core. This eliminates the need for Spanning Tree Protocol (STP) and improves convergence and scalability.

Summarize routes. This reduces the size of the routing table and the amount of routing updates, which enhances network stability and efficiency.

These best practices are based on the Cisco Enterprise Campus Infrastructure document1 and the Cisco Press article on Hierarchical Network Design2.

Explanation:

Determine the result. Type "Error" if the program would terminate due to divide-by-zero. Only literals appear in these expressions to focus attention on the operators; most practical expressions include variables.100 / 2

Answers

Answer:

It depends upon the programming language that you are working on, and you can set your own error message using the try catch option. As an example, suppose you are working on the C#. Code like below can be added:

using System;

class MainClass {

static void Main(string[] args) {

int a = 5;

int b= 0;

int c= 100/2;

console.WriteLine(c);

try {

int d = a / b;

} catch (DivideByZeroException err) {

Console.WriteLine(err);

}

}

}

System.DivideByZeroException: Attempted to divide by zero.

This will give the above error message. And this is an error message by the system. We can also have a user-defined error message.

Explanation:

Please check the answer.

How does a hard drive work

Answers

Hi There!

How does a hard drive work?

Hard Drive is for saving information