Answer: knowing what you spend".
Explanation:
The reason to use cash for making purchases is to know how much one has spent.
When we use cash rather than using credit card, it's easier for one to know how much that has been spent. Also, one can easily know when he or she need to stop spending. Therefore, the correct answer is "knowing what you spend".
Consumers get the impression that everyone loves a product when they:
Answer:
C. read positive user reviews grouped together on a company's website.
Explanation:
A product can be defined as any physical object or material that typically satisfy and meets the demands, needs or wants of customers. Some examples of a product are mobile phones, television, microphone, microwave oven, bread, pencil, freezer, beverages, soft drinks etc.
According to the economist Philip Kotler in his book titled "Marketing management" he stated that, there are five (5) levels of a product. This includes;
1. Core benefit.
2. Generic product.
3. Expected product.
4. Augmented product.
5. Potential product.
The core benefit of a product can be defined as the basic (fundamental) wants or needs that is being satisfied, met and taken care of when a customer purchase a product.
Generally, consumers would get the impression that everyone loves a product when they are able to read positive user reviews grouped together on a company's website.
Typically, when a consumer uses a product and derives so much satisfaction from the use of such product, he or she has the opportunity to post a summary of this experience in the comment section of manufacture's or company's website.
Hence, these comments known as reviews may be used subsequently by other consumers to make an informed decision about the company's product.
C. read positive user reviews grouped together on a company's website.
Create a paper of at least 1,800 words describing the situation you selected and explaining the logic that would support an array.
Answer:
I dont know about 1800 words but I sure can tell you abit about array
Explanation: Array in simple sense refers to a collection of similar data. It holds data which is homogeneous in nature, meaning they are all alike. The use of array provide a lot of advantages in the fields of computer programming. When you declare a variable for an array, you can store as much data as you wish in the same variable without having to declare many variables. A 2X2 dimensional array can also be used in programming which represents matrices as well. The search process in an array too is really convenient and time saving. Also in an array, accessing an element is very easy by using the index number.
Create a new program in python that:
Defines a function called cities()
Ask the user how many cities they are in England and store their response in a variable called answer
Check if their answer was equal to 51
If it was, output well done!
else, output incorrect!
Calls the cities() function at the end to run it.
Answer:
here
Explanation:
If you want to display something on screen you can use the print() function. ... An example of code that will ask the user to enter their name and display it on ... stores it in a variable called city city = input("What is the capital city of England ... If you want to perform a format check in Python you will need to make use of a library.
What is the default pixel resolution for Mac, PC and Linux builds?
Native
1920x1080
960x540
1280x720
Answer:
it should be 1920 by 1080
Explanation:
Answer:
chrome
Explanation:
This is for career exploration, I need help please! <3 HELPPPP
Grant and Cara are coworkers at a design firm. Grant is so good at his job that he does not like to listen to the opinions of others. Cara is not as experienced as Grant and it takes her a little bit longer to complete design tasks, but she is a good listener and tries to make changes that her co-workers suggest. Which person would you rather work with? Give two reasons for your answer. Why might co-curricular, extra-curricular, career preparation, or extended learning experiences have been important in helping prepare the person you chose to have those qualities that are desirable in the workplace?
Answer: cara.
Explanation: i would pick cara because she would listen to you better and Luke try her best to get what you want!
Answer:
CARA
Explanation:
1. I would rather work with Cara because she would listen to me and understand me that in my opinion is a good co worker
What kind of variable will be created by a line of code that reads num1 = int(input("Please enter your favorite number.")) ? Group of answer choices a string a float an integer a generic
Answer:
An integer
Explanation:
Given
num1 = int(input("Please enter your favorite number."))
Required
The variable type
In Python, when an input is gotten through
var-name = data-type(input(Prompt))
The variable var-name assumes the datatype data-type
This implies that:
num1 = int(input("Please enter your favorite number."))
num1 will assume integer datatype
Ask how many apples the user wants. Ask how many people the user will share the apples with. Find out how many apples will remain if you share the apples equally. Hint: use modulus %.
Answer:
The program in Python is as follows:
apples = int(input("Apples: "))
people = int(input("People: "))
apples%=people
print("Remaining: ",apples)
Explanation:
This gets the number of apples
apples = int(input("Apples: "))
This gets the number of people to share the apple
people = int(input("People: "))
This calculates the remaining apple after sharing the apple evenly
apples%=people
This prints the calculated remainder
print("Remaining: ",apples)
what are human made materials ?
Answer:
Natural materials may include wood, cotton, fur, or wool. Human-made materials may include plastic, rubber, glass, and Styrofoam.
Antwon is building his technical writing portfolio.He created the following checklist: •check whether any part of the portfolio violates a a nondisclosure agreement. •check whether the content in the portfolio corresponds to the job requirements. •make sure that I am clear about my role in creating each document in the portfolio.
Which element of the portfolio does this checklist best apply to?
A.Cover letter
B.resume
C.templates
D.writing samples
E.task summaries
Answer: A. Cover letter
Explanation:
The element of the portfolio that this checklist best apply is the cover letter. The cover letter is a document that a job applicant will send along with his or
her resume in order to provide additional information with regards to the skills and experience that the person possesses and why the person is qualified for the position.
Since Antwon checks whether the content in the portfolio corresponds to the job requirements and also made sure that his role in creating each document in the portfolio is clear, this is a cover letter.
HELP
If there is a need to write code in order to help the player move through the game which team member would create this code?
a. writer
b. graphic designer
c. software engineer
d. sound designer
Students who understand what the teacher is saying do not need to take notes.
Please select the best answer from the choices provided
T
F
Answer:
false
Explanation:
edge 2022
What's ur fav Billie ellish song?
Answer:
my strange addiction.
Explanation:
MARK AS BRAINLIST!!
Answer:
Bad Guy
Explanation:
is what the user interacts with when operating a computer.
They can use a keyboard if booting into BSOS or typing in command prompt.
Mouse To move around and click on the tabs or whatever.
And the PC if needing to switch parts, repair, or see whats wrong with them
River designs a program that will make a cartoon baby jump up and down. But when it is run, the baby appears but doesn’t move. What should River do?
a create a Boolean question
b move code to the editor
c run the program
d check for bugs
What is the purpose of including a section in a presentation?
to organize and name groups of slides
to leave comments on slides for other users
to delete all the slides in a presentation at once
to save a template for use in other presentations
Answer:
D. for a presenter to add notes and markings to a presentation
did the one above and got it wrong, picked this one second and got it right. edge 2021
How many display settings are generally available on most laptops for dual display?
A five
B. four
c. three
d.Six
Find the equation of a line which has 10 points the following two coordinates: (4, 0) and (3, 4)
Answer:
The equation of the line is y = -4·x + 16
10 points on the line include;
(0, 16), (1, 12), (2, 8), (3, 4), (4, 0), (5, -4), (6, -8), (7, 12), (8, -16), (9, -20), and (10, -24)
Explanation:
The given points through which the line passes are;
(4, 0) and (3, 4)
The slope, 'm', of the line is given as follows;
[tex]Slope, \, m =\dfrac{y_{2}-y_{1}}{x_{2}-x_{1}}[/tex]
Therefore, the slope of the line is (4 - 0)/(3 - 4) = -4
In point and slope form we can get;
[tex]\dfrac{y-0}{x-4} = -4[/tex]
The equation of the line in point and slope form is therefore;
y = -4·(x - 4) = -4·x + 16
The equation of the line in slope and intercept form is
y = -4·x + 16
10 points on the line are obtained using the equation of the line and the desired x-values input into cells on MS Excel and presented here as follows;
(0, 16), (1, 12), (2, 8), (3, 4), (4, 0), (5, -4), (6, -8), (7, 12), (8, -16), (9, -20), and (10, -24)
In what way, if any, does digital media influence the ability for a smaller business to compete with a larger business? Digital media helps small businesses because it gives them access to resources that only large companies had in the past. Digital media has little effect on the ability for a small business to compete with a larger business because all businesses benefit equally. Digital media actually damages the ability for a small business to compete with a larger business because it provides larger businesses with more opportunities. Digital media helps small businesses because it increases globalism, which is good for small businesses in terms of competition.
Answer: Digital media helps small businesses because it gives them access to resources that only large companies had in the past.
Explanation:
Digital media refers to the media that depends on electronic devices in order to be created, distributed or stored.
Digital media gives smaller business the ability to compete with the larger ones as it gives them access to resources that only large companies had in the past.
What are Apps?
How do we interact with them?
Answer:
Sliding elements in list format.
Cards.
Images.
Buttons.
Overflow screens.
Multiple selection app interactions.
Text input fields.Explanation:
Who can go about offering new services without taking legal risks?
operation analysts
marketing assistants
mechanics
attorneys
Answer:
B Marketing assistants.
Explanation:
They truly are the imposter. Bite me.
Ken has discovered that a vice president of his company has been using his computer to send data about a new product to a competitor. Ken has identified an email from the vice president and has tracked the information to the person at the other company. Ken has archived the evidence that proves the data has been sent. What should Ken do next?a. Report the person through proper channels.b. Approach the VP and ask him about the email.c. Ignore the email
Hola, mi amigo cuando escribe con el teclado le aparecen simbolos. Quiere apretar la A y se escribe ]]]] o cosas asi. Por que sera? Estan desactivadas todas las teclas especiales.
Answer:
Explanation:
Muchas veces esto puede ser por que tenes un lenguaje de teclado instalado en el sistema operativo differente al teclado que estas usando. Teclados de diferente lenguajes usan las teclas en differentes posiciones, igual que los simbolos. Intenta ir a Preferencia de Idioma en el sistema operativo que tengas y cambiar el lenguaje al de tu teclado. Aca tambien podes ajustar las teclas para asegurarte que este marcando bien.
What do you yse the pygame library for?
Answer:
Hello..!Explanation:
The pygame library is an open-source module for the Python programming language specifically intended to help you make games and other multimedia applications. Built on top of the highly portable SDL (Simple DirectMedia Layer) development library, pygame can run across many platforms and operating systems.
Hope that helps..
Take care!
Bye!
PLEASE HELP ME ITS A TIMED TEST
Select all that apply.
Carmen wants to do a basic search on the Internet to find what software can be used to do data mining. Select each of the steps Carmen should complete.
A. Navigate to a search engine.
B. Type "software data mining."
C. List the synonyms for software.
D. Select the keywords "software" and "data mining."
E. Create a link.
F. Press Enter.
G. Form the question: What software can be used to mine data?
There are ways to mine data. The steps Carmen should complete are:
Press Enter.Navigate to a search engine.Form the question: What software can be used to mine data?List the synonyms for software.Select the keywords "software" and "data mining."Type "software data mining."What is data mining?Data mining is regarded as the act or the process of sorting that is often done through a large data group to known the patterns and relationships that can help handle business issues via data analysis.
Note that Data mining methods and tools helps firms to predict future trends and as such can make more better and informed business decisions.
Learn more about data mining from
https://brainly.com/question/26885075
BRAINLEST PLEASE HELP
Which action is an example of networking?
meeting other business students from other schools at an FBLA conference
helping organize donations at a food pantry
entering your program in a contest
taking the exam for a certification
Answer:
A (First one)
Explanation:
Meeting other business students from other schools at an FBLA conference.
Dwayne wants a variable called "name" to appear in the interpreter and does not want a space after it. Which of these should be used to make that happen? Name, name) name+ name.
Answer:
name + name
Explanation:
When assigning values to a Variable in python, the + operator sums the values assigned to the variable into a single value hence there won't be any space between the values assigned .
Name + Name = NameName in python programming
A social cause is: O A. when one person protests without the support of others. B. something that not many citizens think or care about. O c. a protest movement encouraged by government officials. D. an issue that people are concerned about and rally around.
Answer: D. an issue that people are concerned about and rally around.
Explanation:
A social cause refers to an issue that people are concerned about and rally around. A social cause is a problem which affects several people in the society.
Some examples of social causes are the prevention of bullying, fighting poverty, reducing unemployment etc. Therefore, the correct option is D.
Which example is most likely to cause scientific knowledge to change? A scientist tested a plant experiment and did not get the exact same results as the current scientific knowledge suggests. One scientist decides that current knowledge on a species is incorrect. New evidence and machines allow scientists to get a more in depth look at cancer. Scientists out west have experienced a shorter fall season this year and thus conclude that scientific knowledge on seasons needs to change.
Answer: New evidence and machines allow scientists to get a more in depth look at cancer.
Explanation:
Option A is incorrect because you cannot base scientific knowledge on the results of a single experiment. Also, the results will not be exactly the same as others but it should be close.
Option B is wrong because a scientific knowledge cannot change because someone decided that it should. Option D is incorrect as well because a persistent change needs to occur for scientific knowledge to be reviewed,
When new technology allows us to look further into things we were unable to look into before, knowledge will have a high chance of changing because we will now have more information to work with. Option C is therefore the best option.
How do I set up a 3.5mm Adapter onto my computer? I want my mic to work for my headphones.
Submit your business presentation that clearly compares and contrasts three different cell phone service plans. PLEASE i have to have this done by 5/24 I will PAY!!!!!!!!!!!!! I Will Make you Brainliest.......
Answer:
Airtel - It is most suited for the professionals as it is a bit costly than other service providers but its service is uninterrupted.
Voda Phone - It offers different hybrid packages for its customers. This is cheap and people prefer this network because of value for money.
Reliance - It provides both prepaid and postpaid facility for its users.
Explanation:
Cell phone service providers in India are keen to retain their audience as the switching cost for the customer is low. People can easily switch to other network if they find any dis comfort in the service. Network service providers find a way to retain their customers and they keep offering different low cost packages to its users.