Answer:
vnn
Explanation:
Answer:
true
Explanation:
make me as brainliast
Do you think you would feel guilty if you attempted to become "personal friends" with a client and/or potential client as a way to "sway" them to become your client? Explain.
( 4-5 sentences pls)
I do think I would feel guilty if you attempted to become "personal friends" with a client and/or potential client as a way to "sway" them to become your client because it looks like i am taking advantage of them and there is some words that says do to others what you want them to do to you and if that is done to me, I may not like it.
What is your ideal client?An ideal customer is someone who discovers the ideal solution to their demands or issues in the services or goods that your business offers.
The ideal customer will be devoted to your business, regularly utilize or purchase your goods or services, and is probably going to refer you to their friends and coworkers.
A prospect is a common term used to describe a potential customer of a business. It is a person who may be interested in the goods and services that the business provides but hasn't yet made a purchase.
Therefore, based on the above, I will say that i do feel guilty if i do take advantage of people.
Learn more about guilt from
https://brainly.com/question/8193162
#SPJ1
write a c program to insert and delete values from stack( to perform pop and push operations) using an array data structure
Answer:
How to implement a stack in C using an array?
A stack is a linear data structure that follows the Last in, First out principle (i.e. the last added elements are removed first).
This abstract data type can be implemented in C in multiple ways. One such way is by using an array.
Pro of using an array:
No extra memory required to store the pointers.
Con of using an array:
The size of the stack is pre-set so it cannot increase or decrease.
Some one please help me
The Computer Networking Topology indicated above is called the Star Topology. While the Connecting Devices are:
Modem (Direct Connection to the Internet)Switch (Connects the internet to other devices via Lan and via the wireless router)What is a Computer Network Topology?The layout of the elements of a communication network is referred to as network topology. The term network topology refers to the layout of several forms of telecommunication networks, such as command and control radio networks, industrial field busses, and computer networks.
Physical things that can communicate with one another and other systems through the internet are referred to as connected devices. They range from classic computer gear like a laptop or desktop to typical mobile devices like a smartphone or tablet to an ever-expanding spectrum of physical devices and things.
A central hub or switch serves as a type of intermediary for data transfer in a star architecture. When seeking or supplying communication, each network device enlists the central hub.
Star topologies are simple to debug and scale since one broken node does not affect the others. For this architecture to function properly, the centralized device must constantly be in good working order.
Learn more about network topology:
https://brainly.com/question/13163014
#SPJ1
5. The two basic components
that make up a computer system
are
a Hardware and Software
O b.CPU and ALU
O c. System Unit
O d. RAM and ROM.
1. The
a case that
contains the electronic
components of the computer
that are used to process data
O a. Mother Board
O
c System Unit
d. None of the Above
O b. Central Processing Unit
Answer:
5 answer- A(hardware and software)
1answer- B(central processing unit)
Explanation:
5- the basics of a computer are physical and virtual ingredients. (hardware and software) these both come together to make a computer
1- a cpu is the piece of hardware that is essentially the brain. all data flows threought the cpu and is processed by the cpu. except for rare exceptions such as visual or memory related programs.(new gpu and memory combo's can cut the cpu out of the process wich speeds up delivery times)
What Should be the first step when troubleshooting
The first step in troubleshooting is to identify and define the problem. This involves gathering information about the issue, understanding its symptoms, and determining its scope and impact.
By clearly defining the problem, you can focus your troubleshooting efforts and develop an effective plan to resolve it.
To begin, gather as much information as possible about the problem. This may involve talking to the person experiencing the issue, observing the behavior firsthand, or reviewing any error messages or logs associated with the problem. Ask questions to clarify the symptoms, when they started, and any recent changes or events that may be related.Next, analyze the gathered information to gain a better understanding of the problem. Look for patterns, commonalities, or any specific conditions that trigger the issue. This analysis will help you narrow down the potential causes and determine the appropriate troubleshooting steps to take.By accurately identifying and defining the problem, you lay a solid foundation for the troubleshooting process, enabling you to effectively address the root cause and find a resolution.
For more questions on troubleshooting
https://brainly.com/question/29736842
#SPJ8
In NumPy, the_______
function is used to change the rows to columns, and the columns to rows
array
stack
transpose
reshape
Numpy is among the most prevalent science computer science bundles in Python, and the following are the discussion on the use of transpose function:
Transpose() is among the most important matrix multiplication functions. It is used to changes elements of the row into column elements and the elements of the column into rows elements.The output of this function is an original modified array.Therefore, the transpose function in NumPy is being used to switch positions of rows to columns or columns to rows.
Learn more:
brainly.com/question/24763535
4.24 LAB: Exact change
Write a program with total change amount as an integer input, and output the change using the fewest coins, one coin type per line. The coin types are Dollars, Quarters, Dimes, Nickels, and Pennies. Use singular and plural coin names as appropriate, like 1 Penny vs. 2 Pennies.
Ex: If the input is:
0
or less than 0, the output is:
No change
Ex: If the input is:
45
the output is:
1 Quarter
2 Dimes
The Exact change program is an illustration of conditional statements;
Conditional statements are used to make decisions
The Exact change programThe Exact change program written in java programming language, where comments explain each action purposes
import java.util.*;
public class Money{
public static void main(String [] args){
Scanner input = new Scanner(System.in);
// Declare Variables
int amount, dollar, quarter, dime, nickel, penny;
// Prompt user for input
System.out.print("Amount: ");
amount = input.nextInt();
// Check if input is less than 1
if(amount<=0) {
System.out.print("No Change"); }
else {
// Convert amount to various coins
dollar = amount/100; amount = amount%100;
quarter = amount/25; amount = amount%25;
dime = amount/10; amount = amount%10;
nickel = amount/5; penny = amount%5;
// Print results
if(dollar>=1) {
if(dollar == 1) { System.out.print(dollar+" dollar\n");}
else { System.out.print(dollar+" dollars\n"); }
}
if(quarter>=1){
if(quarter== 1){System.out.print(quarter+" quarter\n");}
else{System.out.print(quarter+" quarters\n");}
}
if(dime>=1){
if(dime == 1){System.out.print(dime+" dime\n");}
else{System.out.print(dime+" dimes\n");} }
if(nickel>=1){
if(nickel == 1){System.out.print(nickel+" nickel\n");}
else{System.out.print(nickel+" nickels\n");}}
if(penny>=1){
if(penny == 1) {System.out.print(penny+" penny\n");}
else { System.out.print(penny+" pennies\n"); }}}}}
Read more about conditional statements at:
https://brainly.com/question/11073037
#SPJ1
Someone who expects other team members to work long hours is possibly from a _________ culture.
Participative
Competitive
Cooperative
Answer:
I'm pretty sure cooperative is the answer.
I hope this helps...
Have a nice day <3
Describe two factors we should consider when evaluating an argument (discussed in Ch. 6 of THiNK: Critical Thinking and Logic Skills for Everyday Life.) Why are they important?
Answer:
Explanation:
Create a cell reference in a format by typing in the cell name or
Answer:
D. Create a cell reference in a formula by typing in the cell name or clicking the cell.
Further Explanation:
To create a cell reference in a formula the following procedure is used:
First, click on the cell where you want to add formula.
After that, in the formula bar assign the equal (=) sign.
Now, you have two options to reference one or more cells. Select a cell or range of cells that you want to reference. You can color code the cell references and borders to make it easier to work with it. Here, you can expand the cell selection or corner of the border.
Again, now define the name by typing in the cell and press F3 key to select the paste name box.
Finally, create a reference in any formula by pressing Ctrl+Shift+Enter.
Identify the fallacy (if there is one) committed in the following passage: “In America the people appoint the legislative and the executive power and furnish the jurors who punish all infractions of the laws. The intuitions are democratic, not only in their principle, but in all their consequences. The people are therefore the real directing power.”
Ad Hominem
Tu Quoque
Appeal to Popularity
Appeal to Ignorance
No Fallacy In Passage
Based on the excerpt, we can logically deduce that there is: D. No Fallacy In Passage.
The types of fallacy.In English literature, there are different types of fallacy and these include the following:
Appeal to authoritySlippery slopeHasty generalizationsAd HominemAppeal to Popularity (Ad populum)Based on the excerpt, we can logically deduce that there is no fallacy In the passage because the statement isn't a false belief or based on illogical arguments and reasoning.
Read more on fallacy here: https://brainly.com/question/1395048
#SPJ1
How can we tell the computer both what to put on
the web page, and how to organize it?
There is only 1 answer. Code. You have to code the web page if you want to put stuff on it/organize it.
We instruct the computer and tell how to organize the web-page through Coding.
Coding in essence, means the language that instruct computer and these are used to develop application, websites, software and so on.
In order to learn how to code, you must follow certain procedure:
Learning the Basics of HTML and Understanding Document Structure Learn about the CSS Selectors Knowing how to put together a CSS Stylesheet etc.In conclusion, instruction given to computer to organize a Web-page and communication with the system are made possible through coding.
Learn more here
brainly.com/question/19535447
How does one take personal responsibility when choosing healthy eating options? Select three options.
1 create a log of what one eats each day
2 increase one’s consumption of fast food
3 critique one’s diet for overall balance of key nutrients
4 identify personal barriers that prevent an individual from making poor food choices
5 eat only what is shown on television advertisements
The three options to a healthier eating culture are:
create a log of what one eats each daycritique one’s diet for overall balance of key nutrientsidentify personal barriers that prevent an individual from making poor food choicesHow can this help?Create a log of what one eats each day: By keeping track of what you eat, you become more aware of your eating habits and can identify areas where you may need to make changes. This can also help you to monitor your intake of certain nutrients, and ensure that you are getting enough of what your body needs.
Critique one’s diet for overall balance of key nutrients: A balanced diet should include a variety of foods from different food groups. By assessing your diet, you can determine whether you are consuming enough fruits, vegetables, whole grains, lean proteins, and healthy fats. If you find that you are lacking in any of these areas, you can adjust your eating habits accordingly.
Read more about healthy eating here:
https://brainly.com/question/30288452
#SPJ1
Explain these five exffects of moisture on smart and modern materials. The materials: 2. Photochromic pigment 1.Thermochromic pigment 3. Shape memory polymer 4. Shape memory Alloy 5.Hydrogels
Smart materials are referred to as "reactive materials." Exposure to stimuli like as electric and magnetic fields, stress, moisture, and temperature can alter their characteristics.
Explain these five effects of moisture on smart and modern materials?Photochromic pigment—When exposed to light, photochromic pigments change color. Thermochromic pigment-When the temperature of thermochromic pigments shifts, the color changes. Shape memory polymer- Shape-memory Polymers are clever synthetic polymers that may return to their original shape after being deformed.Shape memory Alloy - Shape-memory alloys are metals that, even when distorted below a certain temperature, retain their shape.Hydrogels- A hydrogel is a three-dimensional system of hydrophilic polymers that can swell and absorb a lot of water.Thus, Smart materials are referred to as "reactive materials
For more information about Smart materials, click here:
https://brainly.com/question/2987553
#SPJ1
Write the definition of a function named count that reads all the strings remaining to be read in standard input and returns their count (that is, how many there are) So if the input was:
hooligan sausage economy
ruin palatial
the function would return 5 because there are 5 strings there.
Answer:
The function written in C++
int str(string word) {
int count = 1;
for(int i =0; i<word.length();i++) {
if(word[i] == ' ') {
count++;
}
}
return count;
}
Explanation:
This line defines the function
int str(string word) {
This line initializes count to 1
int count = 1;
This line iterates through the input string
for(int i =0; i<word.length();i++) {
This line checks for blank space
if(word[i] == ' ') {
Variable count is incremented to indicate a word count
count++;
}
}
return count;
}
See attachment for full program
The nth Fibonacci number Fn is defined as follows: F0 = 1, F1 = 1 and Fn = Fn−1 + Fn−2 for n > 1.
In other words, each number is the sum of the two previous numbers in the sequence. Thus the first several Fibonacci numbers are 1, 1, 2, 3, 5, and 8. Interestingly, certain population growth rates are characterized by the Fibonacci numbers. If a population has no deaths, then the series gives the size of the poulation after each time period.
Assume that a population of green crud grows at a rate described by the Fibonacci numbers and has a time period of 5 days. Hence, if a green crud population starts out as 10 pounds of crud, then after 5 days, there is still 10 pounds of crud; in 10 days, there is 20 pounds of crud; in 15 days, 30 pounds of crud; in 20 days, 50 pounds of crud, and so on.
Write a program that takes both the initial size of a green crud population (in pounds) and some number of days as input from the keyboard, and computes from that information the size of the population (in pounds) after the specified number of days. Assume that the population size is the same for four days and then increases every fifth day. The program must allow the user to repeat this calculation as long as desired.
Please note that zero is a valid number of days for the crud to grow in which case it would remain at its initial value.
You should make good use of functions to make your code easy to read. Please use at least one user-defined function (besides the clearKeyboardBuffer function) to write your program.
basically I've done all the steps required except the equation in how to get the final population after a certain period of time (days). if someone would help me with this, I'll really appreciate it.
In Python, it can be expressed as follows. Using the recursive function type, we find the sum of the previous term and the sum of the two previous terms.
Python:x=int(input("Initial size: "))
y=int(input("Enter days: "))
mod=int(y/5)-1
def calc(n):
gen_term = [x,2*x]
for i in range(2, n+1):
gen_term.append(gen_term[i-1] + gen_term[i-2])
return gen_term[n]
if(mod==0):
print("After",y,"days, the population is",x)
else:
print("After",y,"days, the population is",calc(mod))
acronym physical education
What name is given to the process or mechanism of granting or denying use of a resource typically applied to users or generic network traffic?
Answer:
Access control
Explanation:
A computer network connects two or more computer devices to communicate and share resources. When computers or workstations in a network are connected, data can be directly transferred from a source to a target workstation.
In most cases in an enterprise network, there is a need to restrict access to certain information or resources, so access control protocols are used to secure sensitive information from unauthorized view.
I NEED HELP ASAP PLEASE ASAP
Note that when Paris takes Helen away with him, Menelaus declares war on Troy in his vengeance. This event affects Odysseus. He opooses the war because:
Odysseus opposes the war because he does not want to leave his family and kingdom behind, and he believes that the undertaking is a foolish one that will lead to unnecessary bloodshed.
He understands the cost of war and knows that it can take a tremendous toll on families and communities. He also has doubts about the chances of success, and he is not willing to risk his life and the lives of his soldiers on a seemingly hopeless cause.
Learn more about Odysseus:
https://brainly.com/question/6522443
#SPJ1
A lake near the arctic circle is covered by a 2 22-meter-thick sheet of ice during the cold winter months. When spring arrives, the warm air gradually melts the ice, causing its thickness to decrease at a constant rate. After 3 33 weeks, the sheet is only 1. 25 1. 251, point, 25 meters thick.
= 0.25 metres, as the rate of ice melting is constant. As a result, the rate of ice melting is 0.25 m per week.
Is the rate of ice melting constant?No, not generally, is the short response. The rate of melting of an ice block at precisely zero degrees celsius is proportional to the rate of heat input into the ice. The surroundings, surface area, form, and other factors will affect the flow rate.
The ice sheet's initial thickness was 2 metres.
After three weeks, the ice sheet will be 1.25 metres thick.
To Find: The function value
Change in the thickness in 3 weeks = 2 - 1.25
= 0.75 meters,
Given that the ice melts at a constant rate, the change in thickness over one week is equal to 0.75/3, or 0.25 metres. Thus,
Rate of ice decreasing = 0.25m per week.
Changes in t weeks = 0.25 t m
New thickness of ice after t weeks
= Starting thickness - All changes over the past t weeks.
= S(t) = 2 - 0.25t
2 - 0.25t is the necessary function for x and y.
To know more about melting visit:-
https://brainly.com/question/30842655
#SPJ4
foot pad, starting mark, handle, and hook are all pieces of what tool?
A. Conduit locknut
B. PVC cutter
C. Bender
D. Fish tape
Answer:
Explanation:
b
Engine Room Tools, 1949, is indeed a training book, focusing here on the proper use of tools onboard vessels. It is remarkable since it contains equipment unique to the marine industry.
This machinery has a history that marine experts should thoroughly research.This history will teach you a lot about machinery's previous experiences, including severe accidents, difficulties, and refurbishing operations.Therefore, Each engine room has a footpad, the starting line, a handle, and a hook.
Learn more:
brainly.com/question/1101514
Software piracy is acceptable as it helps us obtain software cheaper or sometimes even for free.
true or false
Software licences usually allow you to run a certain number of computers with the same software.
true or false
Answer:
1. False
Software piracy is the illegal act of accessing, copying, distributing unauthorized software and sites.
2.
True
Generally, software licences only allow you to access certain software on a specific number of named computers.
High level language is___________
A. User oriented
B. Machine dependent and machine oriented
C. Machine independent and Problem oriented D. Both A and B
Answer:
B. Machine dependent and machine oriented pls mark me branilest
Spreadsheet software enables you to organize, calculate, and present numerical data. Numerical entries are called values, and the
instructions for calculating them are called.
Answer:
It's called coding frame
Compare between poison cookies and stolen cookies.
Cookie theft happens when a third party copies session data that has not been encrypted, while cookie poisoning is an attack tactic in which the attacker poisons a cookie that has been sent back to a server to steal data.
If your cookies are stolen, what happens?The attacker can access the user information saved in the cookie by modifying or otherwise altering the cookie. Attacks that "poison" cookies put users at risk because they let hackers access their accounts or steal their identities by using the data saved in cookies.
Toxic Mushroom Cookie: who is he?In Cookie Run: Kingdom, Poison Mushroom Cookie is voiced by Sachika Misawa in Japanese and AJ Beckles in English.
To know more about Cookie theft visit:-
https://brainly.com/question/16045378
#SPJ1
5) Write a program to read text to end-of-file, and print a count of word lengths, i.e. the total number of words of length 1 which occurred, the number of length 2, and so on. Define a word to be a sequence of alphabetic characters. You should allow for word lengths up to 25 letters. A typical output should be like this: length 1 : 10 occurrences length 2 : 19 occurrences length 3 : 127 occurrences length 4 : 0 occurrences length 5 : 18 occurrences
Answer:
Explanation:
The following code is written in Python. It is a function that takes in the name of the file to be read and the size of the word. Then the function reads the file, removes whitespace and commas, splits the text into words, and scans the words for all the words that have the same length as the number passed. It counts all those words and prints out the number of occurrences of words of that length.
def countOccurrences(file_name, word_size):
f = open(file_name, 'r')
text = f.read()
text = text.replace(',', '')
split_text = text.split(' ')
occurrences = 0
for word in split_text:
if len(word) == word_size:
occurrences += 1
print("Length 1: " + str(occurrences) + " occurrences")
Is it true or false? Just have been stuck on this for a bit about CNC milling.
I have a channel called Moose In A Gaming Chair what should my first video be about?
Answer:
An introduction about your self and what your channel will be about.
Explanation:
How to do or create a shepard tone using additive synthesis in Pure Data. Please help, desperate!!
Answer:
Creating a Shephard Tone
Step 1: Choose a steady with constant pitch and volume and edit it to a 12 second long clip.
Step 2: Duplicate your track so that a copy plays simultaneously with your first.
Step 3: Statically pitch the entire duplicated clip down one full octave (or -12 semitones)
QUESTION 1 Choose a term from COLUMN B that matches a description in COLUMN A. Write only the letter (A-L) next to the question number (1.1-1.10) in the ANSWER BOOK. COLUMN A 1.1. Substances that provide nourishment to the body 1.2. How you think and feel about something 1.3. Helps to cope with the challenges of being a student Exercise relating to increasing your heart rate 1.5. Having traits or qualities traditionally associated with 1.4. men 1.6. Seeing, hearing, or sensing something that is not really there 1.7. 1.8. Leaving everything till the last minute Is Chapter 2 in the Constitution of SA 1.9. Group of people who share notes and information 1.10. Ability to exercise for extended period of time COLUMN B A hallucination B nutrients C study group D procrastinate E endurance F Bill of Rights G Cardio-vascular H masculine I attitude J resilience K strength L flexibility
Answer:
1.1 B nutrients 1.2 I attitude 1.3 J resilience 1.4 H masculine 1.5 L flexibility 1.6 A hallucination 1.7 D procrastinate 1.8 F Bill of Rights 1.9 C study group 1.10 E endurance
Explanation: