A business letter should always include the address of the sender.
True
False

Answers

Answer 1

Answer:

true

Explanation:it is true because like that they could send that letter were it go's so like that they don't have trouble looking for the person's letter

please mark me as brainlist

Answer 2
True,
It is true because otherwise there
is no way to prove it is not a fake.

Related Questions

it is important to give the health and safety experience to new or inexperienced workers, including those that have been away from the workforce for some time
a. training
b.exposure
c.hygiene​

Answers

Answer:

a. training

Explanation:

"Training" is crucial when it comes to new workers or workers who are coming back after a long vacation or whatever reason. The risk of injuries and making mistakes is high for new workers because they are still adjusting to the company's processes. This is similar to a baby who's learning to walk. The baby makes several slips before mastering the skill. For a worker who has been away from the workforce, training should also be given because that worker needs to freshen up his skills and relearn what he needs to grasp before working.

This situation is especially true to construction workers who work under contractual projects. This means, they always have to be trained every time about their new jobsite before even working.

What is an Odometer (Driver's Ed)

Answers

Answer:

It's the thing that indicates the total number of miles the car has been driven.

Explanation:

I hope this helps!

Answer:

an instrument for measuring the distance traveled (as by a vehicle)

Explanation:

Hope this helps! <3

Pls help me!!!!!!!!!!!!!!!!!

Answers

Answer:

500

Explanation:

and 50

Write the javascript coding using the conditional statement for the following Scenario

Display 1."status=walking" if the entered speed is less than 10 and greater than 2

2. "status=cycling or driving" if speed>10. otherwise if speed is equal to zero display "status=idle".

Answers

Answ

can ive the website from where u got it

Explanation:

1 1
2 14
7 4
10 31
- What do you think this list represents?
Hint: pay attention to the format of the list (two numbers) ... also, this list
happens throughout the year.
o Answer:

Answers

Answer:

they are all holidays

Explanation:

Jan 1st New years

Feb 14th Valentines day

July 4th Independence day

October 31st Halloween

Which definition of intelligence is based on the Turing test?

Answers

Answer:

The Turing Test is a deceptively simple method of determining whether a machine can demonstrate human intelligence

Explanation:

Answer:

The correct answer would be Acting Humanly

Explanation:

My proof is in this test I took. (See The Picture Below)

Which calendar view is based on a user's configuration of the five days of the week that the user works along with
work hours, configurable in the Outlook Calendar options?
Day
Schedule View
Week
Work Week

Answers

Answer: Work Week

Explanation:

i just did the review

Answer:   D) Work Week

Which operating system function does a driver fulfill?
O managing hardware
O running an application
O managing files
O booting

Answers

Answer:

D: Booting

Explanation:

Cause I took the test

Answer:

hardware management

Explanation:

edge 2022

Which line of code converts 2.56 into a string data type?

string(2.56)

str(2.56)

makestring(2.56)

tostring(2.56)

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct option for this question is tostring(2.56).

when you will convert any value/number to string then you call tostring() function. Because it is a builtin function in most of the language. It converts any value given in the parameter to a string.

Other options are not correct because string(2.56) looks a name of function string with parameter 2.56. str() and makestring() presenting the same purpose because their name shows that they are user-defined functions.

Answer:

str(2.56)

Explanation:

Cheri's teacher asked her to write a program using the input() function. What will this allow her program to do?
Add comments to the code
Allow others to understand the code
Display a string on the screen
Make the program interactive

Answers

Answer:

D

Explanation: I took the test.

Answer:

D

Explanation:

1: A imput() would allow it to be interactive that means you can "imput" your awncer.

Hope this helped :)

HELP FAST I NEED THE ANSWERS NOW!!!
YOU’LL GET 20 POINTS AND I AM GONNA PUT YOU IN BRAINIEST!!

Answers

Answer:

1. The food could contaminate (food contamination) & drinks could potentially spill on appliances.

2. Reading the directions beforehand allow you to properly assemble or handle objects such as beakers, or hot plates. You could break the glass objects or burn yourself on the heat source.

3. If you're at school in a lab, you could say an eye wash shower, fire blanket, or fire extinguisher.

4. Dispose trash etc. into the appropriate bins, and clean any spill before

leaving the lab.

5. NO. It's important to follow the procedures carefully so you and the people around you will not be harmed.

hope this helps!!

Joann wants to modify the building block she saved to describe her company.
Which option does she click in the Building Blocks Organizer?
O Insert
O Delete
O Edit properties
O Change building block

Answers

Answer: The answer is C.

Explanation:

Hope this helps!!

Answer:

C.

Explanation:correct on edge

The ____, which amplified weak electrical signals, enabled electrical sound recording.

Answers

Answer:

Radio

Explanation:

What is one reason why a business may want to move entirely online

Answers

To focus on a global market.

Answer:

maybe because it requires less work and the amount of peole online today greater than say 8 years ago.

1. Which of the following is not the name of a Java wrapper class from the Java API?

A. Byte
B. Int
C. Long
D. Boolean*

2. Which of the following statements will cause a compiler error?

A. Integer i = new integer ( ) ;*
B. Integer j = new integer ("5") ;
C. Integer k = Integer.valueOf ("5");
D. int m = Integer.pareseInt ("5");

3. If variables j and k refer to objects of type Double and j . compareTo (k) returns a value of 1, which of the following is true?

A. The double value held in j is less than the value held inside k.
B. The difference between values held in j and k is 1.*
C. The double values held inside j and k are both positive.
D. The double value held inside j is greater than the value held inside k.

4. What is a radix as used in the method parseInt (String s, int radix) from the integer class?

A. A numeric base 2 such as for binary or 16 for hexadecimal.
B. The number of characters in the string that represent integers.*
C. The Unicode character code to be used when parsing the string.
D. The number of times the string should be repeated before being converted to an int.

5. Which of the following is a static method of the integer class?

A. intValue ( )
B. parseInt ( )
C. toString ( )*
D. compareTo ( )

6. Which of the following statements will cause a compiler error?

A. Double a = new Double (10.6) + 3;
B. Integer b = 0;*
C. Double c = 0;
D. int d = new Integer (7) ;

7. Which of the following is not an example of autoboxing?

A. Boolean a = false
B. Integer b = new integer (9);
C. double x = 3.0;
Double c = x;
D. Character d = ‘2’;*

8. What is the result of the following code fragment?

BigInteger a = new BigInteger (“10”);
BigInteger b = new BigInteger (“25”);
a . multiply (b);
a . add (b);
System.out.println (a);

A. 10
B. 35
C. 250 *
D. 275

9. What is the name of the BigInteger method that will calculate the remainder of division by another BigInteger?

A. modulo ( )
B. modulus ( )*
C. divisor ( )
D. remainder ( )

the ones marked in asterisks are my answers, I'm not totally sure if they're right and would like someone to double check for me

Answers

Answer:

1. Which of the following is not the name of a Java wrapper class from the Java API?

A. Byte

B. Int

C. Long

D. Boolean

Int is not a wrapper class  

Byte is the wrapper class of byte, Int is not a wrapper class and is a primitive data type, Long is a wrapper class of long, Boolean is a wrapper class for boolean. Hence Int is the correct answer and its wrapper class is Integer.

2. Which of the following statements will cause a compiler error?

A. Integer i = new integer ( ) ;

B. Integer j = new integer ("5") ;

C. Integer k = Integer.valueOf ("5");

D. int m = Integer.pareseInt ("5");

“I” in integer in A and B must be in capital.

3. If variables j and k refer to objects of type Double and j . compareTo (k) returns a value of 1, which of the following is true?

A. The double value held in j is less than the value held inside k.

B. The difference between values held in j and k is 1.

C. The double values held inside j and k are both positive.

D. The double value held inside j is greater than the value held inside k.

Compareto return 1 if first value is greater than with what it is compared.

4. What is a radix as used in the method parseInt (String s, int radix) from the integer class?

A. A numeric base 2 such as for binary or 16 for hexadecimal.

B. The number of characters in the string that represent integers.

C. The Unicode character code to be used when parsing the string.

D. The number of times the string should be repeated before being converted to an int.

The radix value is 10 for decimal, 2 for binary and 16 for hexadecimal. Radix is the base or number of unique digits.

5. Which of the following is a static method of the integer class?

A. intValue ( )

B. parseInt ( )

C. toString ( )

D. compareTo ( )

ParseInt() is a static method of the integer class, and rest are non static methods.

6. Which of the following statements will cause a compiler error?

A. Double a = new Double (10.6) + 3;

B. Integer b = 0;

C. Double c = 0;

D. int d = new Integer (7) ;

In A and C data type does not matches like Double c=0 means Double c=new int(0) which is never true.

7. Which of the following is not an example of autoboxing?

A. Boolean a = false

B. Integer b = new integer (9);

C. double x = 3.0;

Double c = x;

D. Character d = ‘2’;

Autoboxing brings out reference type from the value type, and this is not true for A  

8. What is the result of the following code fragment?

BigInteger a = new BigInteger (“10”);

BigInteger b = new BigInteger (“25”);

a . multiply (b);

a . add (b);

System.out.println (a);

A. 10

B. 35

C. 250

D. 275

a.multiply(b) = 250

a.add(b)= 250+25=275

9. What is the name of the BigInteger method that will calculate the remainder of division by another BigInteger?

A. modulo ( )

B. modulus ( )

C. divisor ( )

D. remainder ( )

Remainder is the correct answer.

Explanation:

Please check answer.

what makes a good design​

Answers

Answer:

Life

Explanation:Life makes a good design or just some cottonwood fabric that 10*==^667

Select all that apply.

Which of the following are grouping found in the Page Design tab?

Page grouping
Page Setup grouping
Layout grouping
Insert grouping
Schemes grouping
Design grouping

Answers

The grouping that are found in the Page Design tab include the following:

A. Page grouping

B. Page Setup grouping

C. Layout grouping

E. Schemes grouping

A page design can be defined as the way in which a page is organized, arranged and presented to end users. Also, the way the contents of a page are arranged is referred to as page layout.

In page design, there are two (2) main types of page layout and these include:

Landscape orientationPortrait orientation

Generally, the Page Design tab is made up of group of commands that can be used to create, modify (edit), and manipulate a page and they include the following:

1. Page grouping

2. Page Setup grouping

3. Layout grouping

4. Schemes grouping

Read more on Page Design here: https://brainly.com/question/8391970

Need it ASP please
like rte now plz help me ​

Answers

Answer:

b

Explanation:

A path between two nodes in a network. It may be known to be  the physical cable, the signal transmitted within the cable or to a sub channel within a carrier frequency. In radio and TV, it refers to the assigned carrier frequency.

Answer:

Hey not to be mean but do I know you. you added me in my both accounts just asking

Explanation:

B

Im building my first gaming pc, got any part suggestions or tips?

Answers

Answer:

You should find a good game engine that is not hard. Unity and Unreal are some good ones.

You should also search for the programming language you like the most, and use engines that use that specific language.

Answer:

When building your own gaming pc make sure to make it uniqur since it's going to be an original. I would recommend makeing a design that makes it "you" to say. Make the design likable, not too complex. Make the color a color that is neutral, not everyone likes a neon color. I'm not very familiar with many gaming parts but, you can search up simple pc parts online and dig into gaming PCs being sold.

Explanation:

Hope this helps! UwU

For your biology class, you have taken a number of measurements for a plant growth experiment. You wish to create a chart that shows what the progress looks like over time. Which application is best suited for this effort?


Notepad or Paint


Impress or PowerPoint


Writer or Word


Calc or Excel

Answers

Answer:

calc or excel

Explanation:

is the application best suited for this report.

At the time of creating a chart that shows what the progress looks like over time, the application which is best suited for this effort will be Calc or Excel. Hence, Option D is correct.

What is an application?

The term "application" is used in a variety of contexts, but it is most commonly used in two: computers and technology. The second is requesting any kind of access.

When it is used in the context of request, it is used when applying for any post or leave. When it is used in the context of technology, it is used when it is related to computers, mobile, laptops, and many more.

There are a variety of applications which are available in the present world with the help of which one can easily represent the data or the efforts that have been made by them in completing any task.

This is because, with the help of Excel, one can easily represent or create a chart that can show the progress that has been made over time.

Therefore, Option B is correct.

Learn more about application from here:

https://brainly.com/question/11701148

#SPJ2

in word you can make lines isolated what is it called
gutter
orphan
widow
merging

Answers

Answer:

gutters is a word that you can makes lines isolated because gutter is an orphan widow merging

WILL GIVE BRAINLIEST, JAVA PROGRAMMING PLS HELP
Here is the prompt:
The code provided is intended to use a while loop to print the first 9 multiples of an integer entered by the user. For example if the user enters 5, the program should print the numbers 5, 10, 15.,... up to 45, one per line. Debug the code so it functions as described.
Here is the code:
Scanner scan = new Scanner(System.in);
int num = scan.nextInt();
int fac = 1;
while(fac < 9){
System.out.println(num*fac);
fac++;
System.out.println(num*fac);
}

}
}

Answers

Answer:

import java.util.Scanner;

public class Main {

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       int num = scan.nextInt();

       int fac = 1;

       while(fac <= 9){

           System.out.println(num*fac);

           fac++;

       }  

   }

}

Explanation:

Hello, I tried out your program, and I just wanted to point out some little issues :)

You need to import the java.util.Scanner in order to use Scanners :)

Also, (not sure if you just didn't copy the stuff at the start) but you need the public class and the public static void main.

Last of all, since you're printing out all of the first 9 multiples, the 9th is included, so you use <= instead of <.

I have sent you the right code above ^^ :)

Please mark brainliest if this has helped you.

Debugging a code involves locating and fixing the errors/bugs in the code.

The error in the code is that, the following print statement is repeated twice

System.out.println(num*fac);

The correction is to remove the first appearance of

System.out.println(num*fac);

So, the corrected code is as follows

Scanner scan = new Scanner(System.in);

int num = scan.nextInt();

int fac = 1;

while(fac < 9){

System.out.println(num*fac);

fac++;

}

Read more about debugging at:

https://brainly.com/question/23527739

Which of the following is an advantage of the Apple operating system compared with its counterparts?
A. It can run on several different platforms.
B. It has greater compatibility with applications.
C. It has a large technical support base.
D. It is less susceptible to viruses.

Answers

Answer:

A. It can run on several different platforms.

Explanation:

BIOS has two Jobs. One is to boot up, or start, the computer. What is the other?
Pl I need help

Answers

Answer:

Determining what peripheral dives are being used

Explanation:

BIOS, in full Basic Input/Output System, a Computer program that is typically stored in EPROM and used by the CPU to perform start-up procedures when the computer is turned on. Its two major procedures are determining what peripheral devices (keyboard, mouse, disk drives, printers, video cards, etc.) are available and loading the operating system (OS) into main memory.

P.S. I would include a link to the website I copied this answer from but it's not letting me.

You can make artboards in non-rectangular shapes.true or false

Answers

Answer:

true

Explanation:

they could be square

Answer: false

Explanation:

A variety of fonts may be used in letter writing as long as the font size is 12 points.
True
False

Answers

False MLA format is Times New Roman font, size 12, double spaced.

Answer:

False

Explanation:

Hey y'all I need this answer like immediately. How do you select non-adjacent cells in Excel? I'll give you brainliest, pleaseee!!!

Answers

Answer:

Click on a cell to select it. Or use the keyboard to navigate to it and select it.

To select a range, select a cell, then with the left mouse button pressed, drag over the other cells.

Or use the Shift + arrow keys to select the range.

To select non-adjacent cells and cell ranges, hold Ctrl and select the cells.

Explanation:

i hope that helps! if it doesn't help than i'm sorry!!

___________________________________________________________________________________________PLS HE;LP!

Answers

Answer: Oh okay, what do I help with

Explanation:

True or False: A ruler is used to measure units of length, inches, feet
and yards.

Answers

Answer:

True

Explanation:

Rulers are used to measure relatively small increments including centimeters, inches, feet and even yards (yardsticks).

The answer is true...


What is a goal?
What is a strategy?
What are tactics?
hy is it important for a goal to be specific?

Answers

A goal is an aim you want to achieve
Strategy is a plan to your achievement
Tactics are is an action carefully planned
A goal is important to be specific cuz it helps u focus on your specific task
Other Questions
Which of the following does not have only one solution.a. x+3 = 7b. 7x = 4x + 2c. (x+3)(x - 2) = 0d. -3= 2x 5 The amplitude measurements (stddev) are indicative of how much alpha activity is occurring in the subject. However, the amplitude values for beta do not truly reflect the amount of mental activity occurring with the eyes open. What is a possible explanation for this observation? These are examples of verbs in infinitive form in Spanish.correr, computadora, me gusta, hablar, usar, leerTRUE or FALSE yoooo can someone help meeee thanks In advance When I think of infants and toddlers, I am always amazed at how much learning they do during the period of time from 18 months to 3 years. It is easy to think that they will never make it through the 'terrible twos' or whatever people call it. I love to watch my grandchildren develop their personalities, decide what they do and do not like. They learn to speak with ease, and they learn to predict what is going to happen next on their schedule. They get toilet trained!! Wow! That is a big deal. They also learn to be sympathetic and to show love and allow themselves to be loved. Discuss what you think is the most magical thing that happens during this time frame between infancy and toddlerhood. While boiling water, one of the members of your team tips the pot over and spills it all over their leg. How do you treat the burn? Information about katniss and peeta the hunger games What can you infer about Sally Ann based on the passage below:This answer did not satisfy Susan and she often thought about it. To enter the mill, to stand quietly and look about, was the best kind of entertainment, for she was fascinated by the whir of the looms, by the nimble fingers of the weavers, and by the general air of efficiency. Admiringly she watched Sally Ann Hyatt, the tall capable weaver from Vermont. When the yarn on the beam was tangled or there was something wrong with the machinery, Elijah, the overseer, always called out to Sally Ann, "I'll tend your loom, if you'll look after this." Sally Ann never failed to locate the trouble or to untangle the yarn. Yet she was never made overseer, and this continued to puzzle Susan.A.Sally Ann was from Vermont.B.Sally Ann was entertaining to watch.C.Sally Ann was a weaver in the mill.D.Sally Ann knew more than the overseer. Can someone help me please what is the first step in the scientific inquiry process In 1790, almost 10 out of every 11 workers in the United States werefarmers. By 1890, only about one worker out of every eight was a farmer.Which factor is most responsible for so many people no longer farming? * Complete the dialogue with the present perfect or past simple form of the verbs in brackets.Jack: How long ______ (your dad/be) collecting musical instruments, Kate?Kate: He _____ (begin) collecting them in the 1980s. Now he's got 1500 instruments.Jack: That's amazing! Does he keep them all at home?Kate: Yes. But we _____ (just/ move) to a bigger house because we ____ (not have) enough space for this collection in our old place.Jack: What is his favourite musical instrument in the collection?Kate: He _____ (buy) many amazing instruments, but I think his favourite is a Navajo drum. My dad ______ (find) it in Arizona about five years ago. Bridget went fishing with her dad. Bridget Bridget caught the first fish of the day, another was 2 more than 3 times the weight of the first fish, the next was 1/2 the weight of the first fish, and the last was 3/5 the weight of the first fish.Bridget's dad caught four fish. the first fish he caught weighed 2 more than 3 times a weight of the first fish caught that day. one fish weighed 4/5 in the weight of the first fish caught that day, one weighed 4 more than 2 times the weight of the first fish caught that day, and the last one weighed 1/2 the weight of the first caught that day.if all the fish Bridget caught have the same total weight as the fish her dad caught, then the first fish Bridget caught weighed ____ ounces in the first fish her dad caught weighed ____ ounces. 3.PART A: Which statement best describes how the author explains the public's likelyresponse to the end of Plessy?A. The author depicts the end of Plessy as most likely evoking controversy from thepublic.The author predicts that the public will be in overwhelming support for the endof Plessy.C. The author believes people in both the North and South will be against the endof Plessy.D. The author thinks that the public will be fearful of the social change that the endof Plessy will bring.B. The reading element punctuation relates to the ability topause or stop while reading.emphasize important words.read quickly yet accurately.understand word definitions. what metropolitan area do we belong to ? 30. Base your answer on the statement below and on your knowledge of socialstudies. ...the policy of the government of the United States is to seek a solution which maybring about permanent safety and peace to China, preserve Chinese territorial andadministrative entity, protect all rights guaranteed to friendly powers by treatyand international law, and safeguard for the world the principle of equal andimpartial trade with all parts of the Chinese Empire.... Secretary of State JohnHay, Circular Letter, July 3, 1900 21 This excerpt from John Hay's Circular Letterbecame part of the Plz answer this I: reeee What was the purpose of lockouts Read the excerpt from "The Lottery."Mr. Graves nodded and held up the slips of paper. "Put them in the box, then," Mr. Summers directed. "Take Bill's and put it in.""I think we ought to start over," Mrs. Hutchinson said, as quietly as she could. "I tell you it wasn't fair. You didn't give him time enough to choose. Everybody saw that."Mr. Graves had selected the five slips and put them in the box, and he dropped all the papers but those onto the ground, where the breeze caught them and lifted them off.Who in the excerpt represents a new idea that is in conflict with societys expectations?Mr.GravesMr. SummersBill HutchinsonTessie Hutchinson