Answer:
volunteering for a fund raiser is a good way of developing interpersonal skills that would prove to be very effective and useful in life and in your career path
this find raiser requires some skills. they have been listed below
Explanation:
<u>1</u><u>.</u><u> </u><u>plann</u><u>ing</u><u>:</u><u> </u>
during planning stage, you have to take into consideration how to make the fundraiser a successful event. you take into account the best activities that would raise the most money during the event. this planning skill is a useful life skill.
<u>2</u><u>.</u><u> </u><u>social</u><u> </u><u>ski</u><u>lls</u><u>:</u>
this is a people skill, you must be one who can build relationships, a good listener, a motivator. on the day of the event, you would likely meet with and talk to different persons. Even for the people that make up team, it would require social skills for you to get along with them
3. <u>admini</u><u>strative</u><u> </u><u>skil</u><u>ls</u><u>:</u>
this skill would require how to set up a meeting, making proposals and also how to send letters appropriately.
<em>each</em><em> </em><em>of</em><em> </em><em>these</em><em> </em><em>skill</em><em>s</em><em> </em><em>I </em><em>have</em><em> </em><em>listed</em><em> </em><em>are</em><em> </em><em>skills</em><em> </em><em>that</em><em> </em><em>wou</em><em>ld</em><em> </em><em>help</em><em> </em><em>y</em><em>ou</em><em> </em><em>to</em><em> </em><em>deve</em><em>lop</em><em> </em><em>you</em><em>r</em><em> </em><em>stre</em><em>ngth</em><em> </em><em>as</em><em> </em><em>a</em><em> </em><em>pers</em><em>on</em><em>.</em>
Answer:
True.
Explanation:
"1" to "M" or 1 to many is a type of relationship between tables in a relational database. It means that against 1 record in a table, there can be 0 to many rows in the other table. Not that the many or child table doesn't need to have any record against the 1 or parent row, so the many side is optional.
Example can be a Customer and Order relationship. Where Customer is the parent table and Order is the child table. "A customer can have 0 to many orders".
Answer:
False
Explanation:
Software refers to the programs that run on the computer. Hardware refers to the physical part making up the computer.
Answer:
//Method to reverse user text
public static void printReverse(String text) {
//Create a variable to hold the reversed string
//Initialize it to an empty string
String reversedText = "";
//Create a loop that cycles through each character in the text string
//Prepend each character to the reversedText string
for(int i=0; i < text.length(); i++) {
reversedText = text.charAt(i) + reversedText;
}
//Display the reversed text
System.out.println(reversedText);
}
Explanation:
Explanation has been given in the code in form of comments.
Hope this helps!
Answer:
tasinansary or AmazingTasin on playstation.
Explanation:
XD no studying just gamin.