In the program below, which two variables have the same scope?

def rhyme(word):
leftCharacter = word[0]
if leftCharacter != 'd':
return 'd' + word[1:]
else:
return 'f' + word[1:]
def poem():
print("Enter Q to quit.")
userWord = input("Enter a word: ")
while userWord != 'Q' and userWord != 'q':
rhymeWord = rhyme(userWord)
print(rhymeWord)
userWord = input("Enter a word: ")
# the main part of your program that calls the function
poem()
userWord and ____
Fill in the blank Answer options: poem, word, rhymeWord

Answers

Answer 1

Answer:

rhymeWord

Explanation:

correct answer edge 2020

Answer 2

# the main part of your program that calls the function poem() userWord and rhymeWord. Hence, option C is correct.

What is rhymeWord?

Rhyming words all have the same last consonant. Simply put, it is the repetition of similar sounds. When two words have similar sounds, usually those that follow the final stressed syllable of each word, the words are said to rhyme. Cat-hat, rotten-forgotten, and heard-bird are some examples of words that rhyme; they all have similar sounds after the final stressed syllable.

If the last sounds of two or more words are the same or similar, then the words will rhyme. Some words that rhyme are goat, boat, moat, float, and coat. To determine whether two words rhyme, use your ears to listen while you speak the words. If two words have a similar or matching sound, they rhyme.

Thus, option C is correct.

For more information about rhymeWord, click here:

https://brainly.com/question/2398244

#SPJ2


Related Questions

ProjectSTEM CS Python Fundamentals - Lesson 3.3 Question 2 - RGB Value:

Test 6: Using 256 for all inputs, this test case checks that your program has no output. / Examine the upper condition for each color.

Test 10: This test case sets the input for blue beyond the limit, while red and green are below. It checks if your program's output contains “Blue number is not correct”, but not “Red number is not correct”, or “Green number is not correct” / Check that you output the correct phrase when the number is outside the range. Make sure that only the incorrect color phrases are output.

ProjectSTEM CS Python Fundamentals - Lesson 3.3 Question 2 - RGB Value: Test 6: Using 256 for all inputs,

Answers

While CMYK is frequently used to print out colors, RGB is utilized when the colors need to be presented on a computer monitor (such as a website).Make the variable "alien color" and give it the values "green," "yellow," or "red." To determine whether the alien is green, create an if statement.

How does Python find the RGB color?Colors can only be stored in Python as 3-Tuples of (Red, Green, Blue). 255,0,0 for red, 0 for green, and 255,0 for blue (0,0,255) Numerous libraries use them. Of course, you may also create your own functions to use with them.The rgb to hex() function, which takes three RGB values, is defined in line 1.The ":X" formatter, which automatically converts decimal data to hex values, is used in line 2 to construct the hex values. The outcome is then returned.Line 4 is where we finally call the function and supply the RGB values.Verify the accuracy of the RGB color code provided. While CMYK is frequently used to print out colors, RGB is utilized when the colors need to be presented on a computer monitor (such as a website).

To learn more about Python refer to:

https://brainly.com/question/26497128

#SPJ1

3. What is a Trojan horse?
O A. Antivirus software for your computer
O B. Another name for a hacker
OC. A computer virus that can damage or delete files
O D. Software that eats cookies

Answers

C. A computer virus that can damage and delete files
The correct answer is: C. A computer virus that can damage or delete files. A Trojan horse is a type of malware that disguises itself as a legitimate program. Once inside the computer, it can steal data, damage files, or even take control of the computer.

Consider distributing a file of F=15 Gbits to N peers. The server has an upload rate of us=25 Mbps, and each peer has a download rate of di= 5 Mbps and an upload rate of u. For N= 500 and u=12 Mbps, what is the minimum distribution time for N and u for both client-server distribution and P2P distribution

Answers

The minimum distributiοn time fοr P2P distributiοn is 2,545 secοnds, which is much faster than client-server distributiοn.

What is the shοrtest distributiοn time fοr N and u fοr bοth client-server and P2P distributiοn?

Fοr client-server distributiοn:

The minimum distributiοn time can be calculated as the time it takes fοr the server tο uplοad the entire file tο all N peers:

Time = F / (N * di)

Since N = 500 and di = 5 Mbps = 5/8 MBps, we have:

Time \(= 15 * 10^9 / (500 * 5/8 * 10^6) = 7,680\)secοnds

The server can uplοad at a rate οf us = 25 Mbps = 25/8 MBps, which means it can uplοad the entire file in:

Server time\(= F / us = 15 * 10^9 / (25/8 * 10^6) = 4,800\)secοnds

Therefοre, the minimum distributiοn time fοr client-server distributiοn is 7,680 secοnds, which is the time it takes fοr all N peers tο dοwnlοad the file.

Fοr P2P distributiοn:

In P2P (peer-tο-peer) distributiοn, each peer can dοwnlοad the file frοm οther peers whο already have parts οf the file. Therefοre, the tοtal uplοad rate is the sum οf the uplοad rates οf all peers:

Tοtal uplοad rate = N * u = 500 * 12 Mbps = 6,000 Mbps

The minimum distributiοn time can be calculated as the time it takes fοr all peers tο receive the entire file. We can use the fοrmula:

Time = F / (tοtal uplοad rate - us)

Since the server's uplοad rate is us = 25 Mbps = 25/8 MBps, we have:

Time \(= 15 * 10^9 / (6,000 Mbps - 25 Mbps) = 2,545\) secοnds

Therefοre, the minimum distributiοn time fοr P2P distributiοn is 2,545 secοnds, which is much faster than client-server distributiοn. This is because P2P distributiοn allοws peers tο dοwnlοad the file frοm each οther, which can reduce the lοad οn the server and speed up the distributiοn prοcess.

To learn more about P2P distribution, visit:

https://brainly.com/question/17407791

#SPJ1

Deidre is studying for a history exam. She reads the chapter in her textbook that covers the material, then realizes she needs to learn the names, dates, and places mentioned in the reading.

Which note-taking tool will help Deidre quickly find the names, dates, and places later when it is time to review?

a sticky note
a highlighter
electronic notes
flash cards

Answers

Answer:

B: Highlighter

Explanation:

Just answered on edge, hope this helps

Answer: B) A Highlighter

Explanation:

define computer architecture?

Answers

Answer:

computer architecture is a set of rules and methods that describe the functionality, organization, and implementation of computer systems. The architecture of a system refers to its structure in terms of separately specified components of that system and their interrelationships.

An Acceptable Use Policy (AUP) are designed for the purpose of _____.
compressing files
maximizing processing power
safety
anonymity

Answers

Answer:

maximizing processing power

An  Acceptable Use Policy is made up for safety. Check more about the terms below.

What does an Acceptable Use Policy made up of ?

An acceptable use policy is one that is made up of a general statement that links to the safe and good use of email and the internet.

Note that based on the above, An  Acceptable Use Policy is made up for safety of all in the use of the internet.

Learn more about Policy from

https://brainly.com/question/3653791

#SPJ2

what is the purpose of the hardware component in the information system?

Answers

Answer:

The hardware aspect of an information system is the technology you can touch. These are the physical aspects of technology. Computers, tablets, mobile phones, disk drives, and more are all examples of information system hardware. Hardware is often considered the most visible aspect of an information system.

Explanation:

How to send and receive same bits with the SDR in simulink????????

Answers

Answer:

SI QUERÉS SALIMOS

Como te amo te adoro

by using the Communications Toolbox

To use an outline for writing a formal business document, what should you do
after entering your bottom-line statement?
O A. Move the bottom-line statement to the end of the document.
OB. Enter each major point from the outline on a separate line.
O C. Write a topic sentence for every detail.
OD. Enter each supporting detail from the outline on a separate line.

Answers

To use an outline for writing a formal business document after entering your bottom-line statement, you should: D. Enter each supporting detail from the outline on a separate line.

What is the outline?

To effectively structure the content of your business document and organize your ideas, it is beneficial to input each supporting detail outlined into individual lines. This method enables you to elaborate on every supporting aspect and furnish ample evidence to reinforce your primary assertion.

One way to enhance your document is by elaborating on each point with supporting details, supplying proof, illustrations, and interpretation as required.

Learn more about business document from

https://brainly.com/question/25534066

#SPJ1

What is the difference between applying risk measures for insurance purposes versus applying risk measures for compliance? Provide an example and explain how both have significant value to a business.

Answers

Answer:

Risk management and measurement are both tools that help an organization develop tactics and strategies to minimize financial liability and support business continuity. Though one looks at risk from a holistic perspective and the other is used to quantify the risk to facilitate a company’s decision-making process.

Risk management is a proactive process of identifying, prioritizing, analyzing, and mitigating any internal or external risk. The purpose of risk management is to reduce the impact of undesirable and unforeseen risks.

On the other hand, risk measurement is a function of quantifying the probability and potential magnitude of the loss of any risk on an organization. It is an element of risk analysis and a critical tool that supports risk management.

Explanation:

Hope it helps :)

what is the difference between information literacy and technology​

Answers

Explanation:

information literacy;the ability to articulate ones information need.

Technology is the application of practical purposes especially in industry.

HELP PLEASE I REALLY NEED HELP ON MY CODE HELP!
https://jsfiddle.net/kayleeervin/p5ursw89/3/
if you cant get in go to jsfiddle and type in this
function playGane() {
let playerChoice = prompt("Choose: Rock, Paper or Scissors");
let computerChoice = Math.random();
if (computerChoice < 0.34)(
computerChoice "rock";
}
else if (computerChoice = 0.67) {
computerChoice = "paper";
} else {
computerChoice = "scissors";
}
alert("Computer chose: " + computerChoice);

function compareChoices(player, computer)(
if (player as computer) {
return "It's a tie!";
} else if (player === "rock") {
if (computer === "scissors") {
return "You win!";
} else {
return "Computer wins!"
} {
{} else if (layer "paper")
if (computer a "rock") {
return "You win!";
} else {
return "Computer wins!";
}
else if (player "scissors")
if as "paper") {}
(computer
return "You win!";
}
else {
return "Computer wins!";
}
}
}
alert(compareChoices(playerChoice.toLowerCase(), computerChoice));
let playAgain confirm("Do you want to play again?");
if (playAgain) {
playGame():
} else {
alert("Thanks for playing!");
}
}
playGame();

Answers

There are some syntax errors in the code that is provided. Below given are some suggested fixes.

What is syntax errors?

When you write code that does not follow the syntax rules of the programming language you are using, you make a syntax error.

When you attempt to run or execute the code, the compiler or interpreter will typically catch these errors.

1. On line 5, there is a syntax error. You need to use the assignment operator (=) instead of the comparison operator (==) to assign the value "rock" to the computerChoice variable. Replace the line with:

computerChoice = "rock";

2. On line 13, there is a syntax error. The opening curly brace ({) should be placed after the condition, not before it. Replace the line with:

} else if (player === "rock") {

3. On line 15, there is a syntax error. The closing curly brace (}) should be placed after the else statement, not before it. Replace the line with:

} else {

4. On line 17, there is a syntax error. The opening curly brace ({) is unnecessary and should be removed.

5. On line 19, there is a syntax error. The closing curly brace (}) is unnecessary and should be removed.

To know more about programming language visit:

https://brainly.com/question/30438620

#SPJ1

After successfully completing your computer organization and architecture class, you have a brilliant idea for a new chip design that would make a processor three times faster than the fastest ones on the market today. Unfortunately, it will take you six years to save the money, create the prototype, and build a finished product. If Moore s Law holds, you should spend your money developing and producing your chip. Group of answer choices

Answers

Answer:

I don't think that's something you can ask brainly. sounds like a project to me, I could be wrong though. good luck

What do search engines use to trust that a local business is an appropriate place for which users are looking?​

Answers

Answer:

To build trust among search engines, authority needs to be demonstrated not just in a website's content, but how the site is perceived by other authoritative sites. ... Garnering links from authoritative sites like social networks, directories and other sources will improve trust.

The special operator used to check whether an attribute value matches a given string pattern is _______. Group of answer choices IN IS NULL LIKE BETWEEN

Answers

The special operator that is used in computer programming to check whether an attribute value matches a given string pattern is: C. LIKE.

A structured query language (SQL) refers to a domain-specific language that is designed and developed for the management and analysis of various data that are stored in a relational or structured database.

In Computer programming, the different types of special operator that are used in structured query language (SQL) include:

EXISTS: it is used for checking whether a subquery returns a row.

IS NULL: it is used for checking whether an attribute value is empty or null.

BETWEEN: it is used for checking whether an attribute value is within a boundary.

LIKE: it is used for checking whether an attribute value matches a given string pattern. Thus, it is used for comparison of an attribute value with a string pattern.

Read more on special operator here: https://brainly.com/question/5074642

A free software license allows users to

obtain the software at no cost.

view the source code but not alter it.

use, alter, and distribute the software as
desired.

distribute the original software but no altered
versions.

Answers

A free software license allows users to obtain the software at no cost and use, alter, and distribute it as desired.

A free software license grants users certain rights and freedoms to use, modify, and distribute the software. One of the key aspects of a free software license is that it allows users to obtain the software at no cost, meaning they can acquire it without any financial obligation.

Additionally, a free software license typically grants users the freedom to use, alter, and distribute the software as desired. This means that users have the freedom to customize and modify the software according to their needs, and they can distribute both the original software and any altered versions they create.

The ability to view and modify the source code is often an important characteristic of free software licenses. While the option to view the source code may be available, it is not exclusive to free software licenses, as other types of licenses may also provide access to the source code.

However, the specific freedom to alter the source code is typically associated with free software licenses.

In summary, a free software license allows users to obtain the software at no cost and provides them with the freedom to use, alter, and distribute the software as desired.

For more questions on software

https://brainly.com/question/32393976

#SPJ8

Answer: C (use, alter, and distribute the software as desired.)

Explanation: i got i right

if cost of 1 kg sugar is 36 find price of 3 kg sugar​

Answers

Answer:

the answer is 108

Explanation:

3×36=108

Enterprise software is designed for organizations to __________.

Answers

Answer:

The goal of enterprise software is to enable the activities of large organizations, supporting a wide range of different user roles.

osing Commands
This term describes the keyboard shortcuts for every command or action on the ribbon.
dialog
This term describes the buttons at the bottom of a dialog box used to execute or cancel a
command.
option
This term describes a box that opens up to provide additional options for working with a
file.
list bo
This term describes an instruction that tells an application to complete a certain task.
Choos
This term describes buttons filled with a dark circle when selected; only one such button
can be selected at any time.
Choos
This term describes a list of options that you can scroll through if the list is long.
oos
This term describes the area in a Microsoft Office application that displays when the File
Choos

Answers

Answer:

Beggin the perfume and I Can Do B the work done ✅ you are the instances of a marriage license pa bili kami ulam namin pwede po ma'am pwede the too much talking to the work done na na lang sa pag you po sir I will be solemnized

Designers are comparing performance between a multi-core processor equipped with 16 in-order cores and a dual-core superscalar processor. The dual-core superscalar processor has two identical Out- of-Order cores. Each core is a 4-issue superscalar. The multi-core processor has 16 in-order processor cores. Each in-order core of the multi-core processor can achieve about one third the performance of the OoO superscalar core. A benchmark program K includes both sequential codes that can only be executed on one CPU core and parallel codes that can be distributed to multiple CPU cores. For program K, execution of the sequential codes takes 30% of the total execution time.

Required:
Which processor would deliver faster performance for benchmark program K and show your calculations?

Answers

Explanation:

it will be k because it process faster an it comsume less elecricity

List ICT components of video conferencing​

Answers

Answer:

Displays

Microphones

Speakers

Internet Connection

Explanation:

Use your own words to discuss the following:

Question One

Using spreadsheets or typical computer-based filing systems looks a reasonable choice for organizing personal data. However, it is not sufficient to use such systems when the amount of data becomes huge. In such case, it may be time to implement a database.”?

Question Two

Define five mini-world Entities and five Relationships for a hospital database system.?

Answers

Answer One:

Spreadsheets or typical computer-based filing systems are useful tools for organizing personal data.

How sufficient are spreadsheets?

However, when the volume of data becomes extensive, they may not be sufficient. In such situations, it may be appropriate to use a database to manage and organize data more effectively. Databases provide a more structured approach to data storage and management, making it easier to retrieve and manipulate large amounts of data quickly and efficiently.

Answer Two:

Entities are objects or concepts in a system that we want to store information about. Relationships describe how these entities interact with each other. For a hospital database system, five mini-world entities could be patients, doctors, medical staff, departments, and medical equipment. Five relationships could be:

A patient can be admitted to a department for treatment

A doctor can be assigned to one or more departments

Medical staff can work in one or more departments

Medical equipment can be assigned to a department

A patient can be treated by one or more doctor

Read more about spreadsheets here:

https://brainly.com/question/26919847

#SPJ1

in a group ofpeople,20 like milk,30 like tea,22 like coffee,12 Like coffee only,2 like tea and coffee only and 8 lije milk and tea only
how many like at least one drink?​

Answers

In the given group of people, a total of 58 individuals like at least one drink.

To determine the number of people who like at least one drink, we need to consider the different combinations mentioned in the given information.

First, we add the number of people who like each drink separately: 20 people like milk, 30 people like tea, and 22 people like coffee. Adding these values together, we get 20 + 30 + 22 = 72.

Next, we need to subtract the overlapping groups. It is mentioned that 12 people like coffee only, 2 people like tea and coffee only, and 8 people like milk and tea only. To find the overlap, we add these three values: 12 + 2 + 8 = 22.

To calculate the number of people who like at least one drink, we subtract the overlap from the total: 72 - 22 = 50.

Therefore, in the given group, 58 individuals like at least one drink. These individuals may like milk, tea, coffee, or any combination of these drinks.

For more questions on group

https://brainly.com/question/32857201

#SPJ8

the company has finished designing a software program but users aren't sure how to use it​

Answers

Answer:

The company should go back into the company and make it a little more easier to use or the company should put out an announcement or something so the people trying to use it know how

Explanation:

Mark me the brainliest please and rate me

Answer:

Several people in the human resources department need new software installed. An employee has an idea for a software program that can save the company time, but doesn't know how to write it.

Explanation:

Question # 5
Which term best describes the operating system of a computer?
O Motherboard
O Application Software
O System Software
O Output Device

Answers

Answer:

system software.

Explanation:

a motherboard is a piece of hardware so thats out.

an applications software is software for an app or websie so that can't run an entire machine.

and an output device is like a speaker or monitor so thats not running the show.  

that only leaves the system software. or operating system

The term that best describes the operating system of a computer is System Software.

The best phrase to describe a computer's operating system is "System Software." The operating system is a critical piece of software that maintains and controls the computer's hardware and serves as a platform for executing applications.

It functions as a bridge between the hardware and the user, allowing activities like resource management, file system operations, memory allocation, process scheduling, and user interface interaction to be performed.

Thus, the operating system is critical in allowing the computer to execute various duties and in laying the groundwork for other software, such as application software, to operate on the system.

For more details regarding operating system, visit:

https://brainly.com/question/6689423

#SPJ6

Can you incorporate open-source code from a github forum into IP tool?

Answers

Answer:

No

Explanation:

Answer: No, Info does not allow the use of open-source components in proprietary software he contracts.

In java Please

3.28 LAB: Name format
Many documents use a specific format for a person's name. Write a program whose input is:

firstName middleName lastName

and whose output is:

lastName, firstInitial.middleInitial.

Ex: If the input is:

Pat Silly Doe
the output is:

Doe, P.S.
If the input has the form:

firstName lastName

the output is:

lastName, firstInitial.

Ex: If the input is:

Julia Clark
the output is:

Clark, J.

Answers

Answer:

Explanation:

import java.util.Scanner;

public class NameFormat {

   public static void main(String[] args) {

       Scanner input = new Scanner(System.in);

       

       System.out.print("Enter a name: ");

       String firstName = input.next();

       String middleName = input.next();

       String lastName = input.next();

       

       if (middleName.equals("")) {

           System.out.println(lastName + ", " + firstName.charAt(0) + ".");

       } else {

           System.out.println(lastName + ", " + firstName.charAt(0) + "." + middleName.charAt(0) + ".");

       }

   }

}

In this program, we use Scanner to read the input name consisting of the first name, middle name, and last name. Based on the presence or absence of the middle name, we format the output accordingly using if-else statements and string concatenation.

Make sure to save the program with the filename "NameFormat.java" and compile and run it using a Java compiler or IDE.

Your friend Alicia says to you, “It took me so long to just write my resume. I can’t imagine tailoring it each time I apply for a job. I don’t think I’m going to do that.” How would you respond to Alicia? Explain.

Answers

Since my friend said  “It took me so long to just write my resume. I can’t imagine tailoring it each time I apply for a job. I will respond to Alicia that it is very easy that it does not have to be hard and there are a lot of resume template that are online that can help her to create a task free resume.

What is a resume builder?

A resume builder is seen as a form of online app or kind of software that helps to provides a lot of people with interactive forms as well as templates for creating a resume quickly and very easily.

There is the use of Zety Resume Maker as an example that helps to offers tips as well as suggestions to help you make each resume section fast.

Note that the Resume Builder often helps to formats your documents in an automatic way  every time you make any change.

Learn more about resume template from

https://brainly.com/question/14218463
#SPJ1

write a qbasic programme to find the volume of a box asking length,breadth, and height from user

Answers

Answer:

CLS

Input "length of box" ; L

Input "breadth of box" ; B

Input "height of box" ; H

LET Volume(V) = L*B*H

Print Volume

END

in the situation above, what ict trend andy used to connect with his friends and relatives​

Answers

The ICT trend that Andy can use to connect with his friends and relatives​ such that they can maintain face-to-face communication is video Conferencing.

What are ICT trends?

ICT trends refer to those innovations that allow us to communicate and interact with people on a wide scale. There are different situations that would require a person to use ICT trends for interactions.

If Andy has family and friends abroad and wants to keep in touch with them, video conferencing would give him the desired effect.

Learn more about ICT trends here:

https://brainly.com/question/13724249

#SPJ1

Other Questions
in the market data approach, adjustments to the comparables are made for all of these except que significa la parte roja en una NOTICIA What is the Speed of child falling from tree 5.0 meters high ariana is the type of manager who completely focuses on efficiency, and he assumes workers are rational. ariana is probably applying the ________ viewpoint. Which of the following is true for a nuclear reaction?O Electrons are lostO Electrons are gainedO Identity of element changesO ldentity of element remains same Which number, when rounded to the nearest tenth, is 43.6?PLZ ANSWER ASAP help please ASAP!!!!! 1.List and evaluate five effectiveness of service system which can be applied by an outlet in order to respond to the need of the customers within this market?2.write 5 sentences on the effectiveness of production systems to ensure quality of end product.3.List and the business environment that can positively influenced the success of a business?4.list the porter's five forces model and explain how each of them will be beneficial in the situation of a business and its future? many difficulties in intercultural communication occur because people in different cultures have different: 12. The following is an excerpt from the 2014 Ghana Demographic and Health Survey report. Use it to answer the questions that follows. The sampling frame used for the 2014 GDHS is an updated frame from the 2010 Ghana Population and Housing Census (PHC) provided by the Ghana Statistical Service (GSS, 2013). The sampling frame excluded nomadic and institutional populations such as persons in hotels, barracks, and prisons. The 2014 GDHS followed a two-stage sample design and was intended to allow estimates of key indicators at the national level as well as for urban and rural areas and each of Ghanas 10 regions. The first stage involved selecting sample points (clusters) consisting of enumeration areas (EAs) delineated for the 2010 PHC. A total of 427 clusters were selected, 216 in urban areas and 211 in rural areas. The second stage involved systematic sampling of households. A household listing operation was undertaken in all of the selected EAs in January-March 2014, and households to be included in the survey were randomly selected from these lists. All women age 15-49 who were either permanent residents of the selected households or visitors who stayed in the household the night before the survey were eligible to be interviewed and eligible for blood pressure measurements. In half of the households, all men age 15-59 who were either permanent residents of the selected households or visitors who stayed in the household the night before the survey were eligible to be interviewed. ..Three questionnaires were used for the 2014 GDHS: the Household Questionnaire, the Womans Questionnaire, and the Mans Questionnaire. These questionnaires, based on the DHS Programs standard Demographic and Health Survey questionnaires were adapted to reflect the population and health issues relevant to Ghana 13. The multi stage sampling was applied. State the sampling method that was used at each stage. (a) State the Primary Sampling Unit (PSU) (b) State the Secondary Sampling Unit (SSU) (c) State the reporting unit (d) Would you consider this survey a multi subject or a single subject? Explain your choice The Trail Making Tests evaluates several cognitive skills, including a. mood, attention, and sequencing. b. attention, intelligence, and thought processing. c. attention, sequencing, and thought processing. d. intelligence, sequencing, and thought processing. Partially correct answer. Your answer is partially correct. Try again. On January 10, 2019, Sheffield Corp. sold merchandise on account to Concord Co. for $21,600, n/30. On February 9, Concord Co. gave Sheffield Corp. a 12% promissory note in settlement of this account. Prepare the journal entry to record the sale and the settlement of the account receivable. (Omit cost of goods sold entries.) ( what is it called when trainees apply or use their training when they are back on the job (i.e., the goal of training)? Marshall is learning about the Vietnamese culture without judging their religion, customs, or politics. In doing so, Marshall is practicing: The SUM of 1640 is invested in a banck the rate of intrest is 4. 5% annum. Claculate the simple intrest gained in 9 months Click on the uses for buffalo skins by the Native Americans of the Great Plains.abshieldsclothingteepee coveringstrade itemsd which command, when issued in the interface configuration mode of a router, enables the interface to acquire an ipv4 address automatically from an isp, when that link to the isp is enabled? What is the effect of an accrued expense (such as salaries expense) adjustment on the income statement and the balance sheet? (Check all that apply) A.Net income is reduced. B.Total liabilities are reduced C.Aliability (such as salaries payable) will be increased D.Net income is increased E.Expenses are increased Please help I need to know now :( Which of these documents was written to convince the nation to go to wawith Britain?OA. The ConstitutionOB. The Bill of RightsOC. The Legislative ArticleO D. The Declaration of Independence