which is the best software application to be used by a hotel manager​

Answers

Answer 1

Answer:

Cloudbeds

:))

hope it helps


Related Questions

Given an array of non-negative integers arr , your task is to find the number of ways it can be split into three non-empty contiguous subarrays such that the sum of the elements in the first subarray is less than or equal to the sum of the elements in the second subarray, and the sum of the elements in the second subarray is less than or equal to the sum of the elements in the third subarray.
Note:
• Each element of arr must appear in exactly one of the three contiguous subarrays.
• Although the given numbers are 32-bit integers, the sum of the elements may exceed the limits of the 32-bit integer type. .

Answers

Answer:

Here is the C++ program:

#include<iostream>  //to use input output functions

using namespace std;  // to identify objects cin cout

int CountSubArrays(int arr[], int size){   /*function that an array and the size of array as parameters and returns the number of ways it can be split into three non-empty contiguous subarrays such that the sum of the elements in the first subarray is less than or equal to the sum of the elements in the second subarray, and the sum of the elements in the second subarray is less than or equal to the sum of the elements in the third subarray */

   int previous[size];  //stores the sum of previous elements

   previous[0] = arr[0];   //sets the first element of previous array to first element of arr

   for(int i = 1; i < size; i++)  //iterates through the array

previous[i] = previous[i - 1] + arr[i];   //adds the present element i-th element of arr to the previous element of previous array

int next[size];   //to store the sum of next elements

next[size - 1] = arr[size - 1]; //sets the last element of previous array to last element of arr

    for(int i = size ; i >= 0; i--)    //iterates through the array

next[i] = next[i + 1] + arr[i];   //adds the present element i-th element of arr to the next element of next array

int i = 1, j = 1;   //sets two variable to move through the array

int current = 0, count = 0;  

while (i < size - 1 && j < size - 1)  { //moves through the array  

 while (j < size - 1 && current <=previous[i - 1])  {  // updates current array until  it is less than previous[i - 1]

 current += arr[j++];  }   //adds value of current to j-th+1 value of arr

 if (current <= next[j])   {  //if value of current is less than or equal to the j-th value of next  

  count++;    }   //adds 1 to the count and count stores number of ways array can be split

 current -= arr[i++];   }   //decrements current by arr[i++]

return count;  } //returns the number of ways arr can be split into three non-empty contiguous subarrays

int main()  {  //start of main function

int arr[] = {1,2,2,2,5,0};  //declares and assigns values to array arr

int size = sizeof arr / sizeof arr[0]; //computes the size of array arr

cout << (CountSubArrays(arr, size)); }  //calls method by passing arr and size to it in order to find the number of ways it can be split into three non-empty contiguous subarrays

Explanation:

The program generates the previous array sum by adding the present element i-th element of arr to the previous element of previous array

It then generates the next array sum by adding the present element i-th element of arr to the next element of next array

Then two pointers i  and j are declared in order to find the sum of the second subarray.

Then while loop iterates over the array, increments current array with arr[j++] and this loop continues to execute as long as current stays less than previous[i – 1] .

When the current array is greater than or equal to previous[i – 1], then the if condition checks if current array is less than or equal to next[j]. This part basically works for the condition that the sum of the elements in the first subarray is less than or equal to the sum of the elements in the second subarray, and the sum of the elements in the second subarray is less than or equal to the sum of the elements in the third subarray. The value of count is incremented to 1 when the if statement evaluates to true.

Now the current array is decremented by arr[i+1]

The program repeats the above steps and then the function returns the computed value of count.

The output of the program is attached.

Given an array of non-negative integers arr , your task is to find the number of ways it can be split

When law enforcement becomes involved, the need may arise to freeze systems as part of the evidence. There is also the likelihood that the incident will become known publicly. Do you think these issues play a significant part in the decision to involve law enforcement? Why or why not? Can you name some situations in which you believe that large organizations have decided not to involve law enforcement?

Answers

Answer:

Costs will cover a need for more customer data. The further explanation is given below.

Explanation:

It's the greatest problem for almost every company to provide the data with security. This is possible for highly trained practitioners and the technical staff to take charge of it. Complicated technologies would have been going to run together again to withstand these types of jobs.Such problems play a major part in the decision-making process affecting the law enforcement authorities to locate the suspects to strengthen the organization.To do something like this, there seem to be a lot of other good initiatives out there doing it.

There have been some cases in which major corporations have chosen not to include law enforcement:

There are many more electronic corruption going on, including money robbery, asset fraud, as well as machine assaults. In such a bigger case, numerous institutions, such as large-scale ones, have gone through these circumstances to evaluate law enforcement to come to terms with cybersecurity.

Activity
Perform an online search and identify the tools for system management. Describe the features/functions of any three system management tools

Answers

The three system management tools

Hardware inventories.Software inventory and installation.Anti-virus and anti-malware

What are the function of hardware features?

The feature and functions of inventory management is that they are  said to be tools that are used to tell or know the right amount and type of input products, as well as the products in process and those that are finished products.

Note that it helps in the facilitating of any production and sales operations.

Therefore, The three system management tools

Hardware inventories.Software inventory and installation.Anti-virus and anti-malware

Learn more about  management tools from

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


I don’t know what nut this is anyone know

I dont know what nut this is anyone know

Answers

Answer:

tee nut i think

Explanation:

Is there a parrapa level for stage 1 in umjammer lammy?

Answers

Answer:yes there WAS a parrapa level but it was scrapped from the game I think you can find it in beta versions of the game but

What is the difference between laser jet printer and inkjet printer? 60 - 100 words

Answers

Answer:

A laser jet printer uses toner, while an inkjet printer sprays ink dots onto a page. Laser jet printers generally work faster than inkjet printers. Although inkjet printers are cheaper than laser jet printers, they are usually more expensive to maintain in the long run as ink cartridges have to be replaced more often. Thus, laser jet printers are cheaper to maintain. Laser jet printers are great for mass printing as they are faster and, as mentioned earlier, cheaper to replenish. Whereas inkjet printers are better for printing high quality images.

The biggest differences between inkjet and laser printers is that an inkjet printer uses ink, is suitable for low volume printing, and is the traditional choice of home users, while a laser printer uses toner, is ideal for high volume printing, is mostly utilized in office settings but is also suitable and is a more.


An inkjet printer uses ink to print documents, while a laser printer uses a laser to print documents. Pretty simple, right? The different printing processes affect each printer's speed, functions, and image quality. Laser printers are better for printing documents, while inkjets tend to be better at printing photos. If you want to keep the cost per page as low as possible, laser printers are cheaper. Inkjet printers generally take up less room than laser printers.

The laser printer's cartridges are more expensive then the cost of inkjet printer's toner. However they do last longer especially if you remember to set the printer in black and white printing mode when printing black and white and only using the color mode when it is really needed.

what are the six command groups in powerpoint

Answers

Answer:

Clipboard, Slides, Font, Paragraph, Drawing, and Editing

2. While relaxing at home, you access your school's online library to complete your homework. This is a good example of
A. teens being addicted to their phones and the Internet.
B. a lack of proper infrastructure.
C. the Internet making research and learning easy.
D. the Internet making everyday tasks easier.

Answers

most likely going to be c

Accessing the school's online library from home showcases how the Internet simplifies research and learning.

Hence, The correct option is C.

The objective of this question is to assess your understanding of the positive impact the Internet has on research and learning.

It aims to evaluate your ability to identify and analyze the benefits of accessing online libraries from home.

Accessing your school's online library from the comfort of your home is a great example of how the Internet has made research and learning more convenient and accessible.

Instead of having to physically go to the library, you can now easily access a vast amount of resources and complete your homework from the comfort of your own home.

It's a wonderful way to take advantage of the benefits that the Internet offers for education.

Hence,

Option C is correct.

To learn more about a library visit:

https://brainly.com/question/31622186

#SPJ3

What are the disadvantages of using social media to communicate with colleagues?

Answers

Answer:

The overall finding of the study is that this type of distraction can potentially decrease work performance and productivity, Increased Risk of Malware, Damaged Employee Productivity, Reduced Employee Relations, and Confidentiality and Company Image. Security. Using social media platforms on company networks opens the door to hacks, viruses and privacy breaches, Harassment, Negative exposure, Legal violations, Potential loss of productivity, and Wage and hour issues.

¿por que hay peligros en internet?

Answers

Answer:

Wait

it eases off.

Get home,

gathered,

very close and look up –

we find it’s all right.

Play:

they be.

For life,

but all vanished

picture faces –

matter: I do or don’t.

More,

something

out of hold

squeeze it tightly

my best,

my best life.

Opened,

something –

back at that moment –

all marchers

the room, the door, the front

rang through the outside

Explanation:

user intent refers to what the user was trying to accomplish by issuing the query

Answers

Answer:

: User intent is a major factor in search engine optimisation and conversation optimisation. Most of them talk about customer intent ,however is focused on SEO not CRO

Explanation:

A timer is set after each frame is sent before waiting an ACK for that frame, how long does the timer take to be expired?

Answers

A timer needs to be set after each frame is sent before waiting an ACK for that frame. The length of time it takes for a  timer take to be expired depends on only when the first outstanding frames has expires first.

Some do take 5 min., 10 minutes, or even 48 hours while others depends on what the sender has set.

What is A timer is set after each frame about?

A sender is one that is not entitled  to hold a timer for each frame. It has to hold a single timer.

When a  the timer expires, the sender can then  resends all the frames whose ACK has not been seen or received yet. The sender often starts the timer at the time it is sending the first frame , and because of that, it is only when the timer for the first set frames expires before the sender can resend any other outstanding frames.

Learn more about timer from

https://brainly.com/question/25800303

What is THE GRAIN CRUSHER? ​

Answers

Answer:

Grain crusher is used to crush various kinds of grains, peas, buckwheat, beans, corn, linseed seeds and etc. Crushed grains are usually used to feed ruminant animals. Crushed grain are easier to digest, nutrients are assimilated more easily. Suitable as simply pellets chrusher.

explain approaches of AI​

Answers

A-artificial I-intelligent

Answer:

Main AI Approaches

There are three related concepts that have been frequently used in recent years: AI, machine learning, and deep learning.

What is abstraction and how does it relate to how computers store information?

Answers

Answer:

Definition - What does Abstraction mean?

Abstraction is a fundamental principle in some types of computer science. It is a key design aspect of object-oriented programming languages and application programming interfaces. It's also one of the least understood ideas in programming, partially for semantic reasons.

PLEASE MARK BRAINLIEST

Abstraction is commonly defined as the extraction of relevant information from a larger data set, where utilizing abstraction allows engineers and others to simplify a codebase.

Techopedia explains Abstraction

The reason this is confusing to many people is that abstraction doesn't “sound like” what it is, semantically. It sounds like making something more vague, because that's how we use it in general language.

However, in computer science, abstraction typically means simplification and separating the signal from the noise in order to make programming more efficient and effective.

Explanation:

The guy is right above me mark him brainiest

declare a boolean variable named matchescond. then, read integer incount from input representing the number of integers to be read next. use a loop to read the remaining integers from input. if all incount integers are equal to 100, assign matchescond with true. otherwise, assign matchescond with false.

Answers

Here is an example code snippet in Python that declares a boolean variable named matchescond, reads an integer incount from input, reads the remaining integers from input, and checks whether all incount integers are equal to 100:

matchescond = True  # Initialize matchescond to True

incount = int(input("Enter the number of integers to be read: "))  # Read incount from input

for i in range(incount):

   num = int(input("Enter an integer: "))  # Read the next integer from input

   if num != 100:

       matchescond = False  # If any integer is not equal to 100, set matchescond to False

       break  # Exit the loop early, since we already know that matchescond is False

print("matchescond =", matchescond)  # Output the value of matchescond

What is the rationale for the above response?

The code first initializes the matchescond variable to True. It then reads in the number of integers to be read from input, and loops through that many times to read each integer from input.

Within the loop, the code checks whether the current integer is equal to 100. If it is not, matchescond is set to False, and the loop is exited early using the break statement. Finally, the code outputs the value of matchescond to the console.

Learn more about  boolean variables:

https://brainly.com/question/13527907

#SPJ1

Name three situations when a copy constructor executes.

Answers

Answer:

1. When an object of the class is passed (to a function) by value as an argument.

2.  When an object is constructed based on another object of the same class.

3. When compiler generates a temporary object.

Explanation:

Which is more, 6 yards or 15 feet?​

Answers

Answer:

6 yards

Explanation:

if to convert 15 feet into yards it would 15/3 = 5

6 Yards because each yard is equivalent to 3 feet. 6 yards would be 18 feet which is more than 15 feet.

Define a method calcPyramidVolume with double data type parameters baseLength, baseWidth, and pyramidHeight, that returns as a double the volume of a pyramid with a rectangular base. calcPyramidVolume() calls the given calcBaseArea() method in the calculation. Relevant geometry equations: Volume

Answers

Answer:

import java.io.*;

public class Main {

   public static void main(String[] args) throws IOException {

       double baseLength = 0, baseWidth = 0, pyramidHeight = 0;

       Object[] volume;

       volume = calcPyramidVolume(baseLength, baseWidth, pyramidHeight);

   }

   public static Object[] calcPyramidVolume(double baseLength, double baseWidth, double pyramidHeight) {

       double area = calcBaseArea(baseLength, baseWidth);

       double volume = baseLength * baseWidth * pyramidHeight;

       return new Object[]{volume, area};

   }

   public static double calcBaseArea(double length, double width) {

       return length * width;

   }

}

Explanation:

The problem is flawed because it is completely inefficient for one to create two separate methods to calculate the volume and the area when they can be done at once.

The second problem is that it was never specified whether to return something from the calcBaseArea method.

I assumed it required it, so it is not advisable to initiate the method as a double, but rather create it as an Object so that it can return two values: the volume and the area.

Python coding.............

Python coding.............

Answers

Answer:

# Take in four positive integers

num1 = int(input("Enter the first number: "))

num2 = int(input("Enter the second number: "))

num3 = int(input("Enter the third number: "))

num4 = int(input("Enter the fourth number: "))

# Initialize the count of odd numbers

odd_count = 0

# Check each number for oddness

if num1 % 2 != 0:

   odd_count += 1

if num2 % 2 != 0:

   odd_count += 1

if num3 % 2 != 0:

   odd_count += 1

if num4 % 2 != 0:

   odd_count += 1

# Output the total count of odd numbers

print("The number of odd numbers is:", odd_count)

Explanation:

Enter the first number: 1

Enter the second number: 2

Enter the third number: 3

Enter the fourth number: 4

The number of odd numbers is: 2

1. The Percentage of T9 and T10 also have the wrong number format. Change them to the Correct number format(to match the rest of the data in the column). What Value now Shows in T10?​

Answers

Answer:

60%

Explanation:

After changing the number format of the percentages of T9 and T10, the value that now shows in T10 due to the change from the wrong format to the Right format is 60%

This is because when a value is entered into a column in a wrong format the value would be different from other values entered rightly but when the format is changed to the right format, the correct value would show up.

What is a benefit of an account with interest?
A.You improve your credit history.
B.You avoid fees.
C.It tracks your spending,
D.You earn money.

Answers

You improve your credit history

ConstructalogicnetworkthatrealizesthethreeinputORfunction(A+B+C) using only two input NAND gates (AB)’. Prove that your design works correctly by annotating the output of each NAND gate with its Boolean equation.

Answers

Answer:

I think that the grade my teacher gave me on my test is wrong

Students might earn either a Master of Arts (M.A.) or a Master of Science (M.S.) degree with an emphasis in digital communications in order to become a

Answers

Answer: Digital Communications Specialist

Explanation:

Took The Test Myself

Students might earn either a Master of Arts (M.A.) or a Master of Science (M.S.) degree with an emphasis in digital communications, in order to become a: Digital Communications Specialist.

What is a bachelor's degree?

A bachelor's degree can be defined as an academic degree that is formally awarded by a tertiary institution (university or college) to a student after the successful completion of his or her high school, and it usually takes about 4 or 5 years to complete a bachelor's degree.

What is a master's degree?

A master's degree can be defined as an academic degree that is formally awarded by a tertiary institution (university or college) to a student after the successful completion of his or her bachelor's degree programme.

In conclusion, students are required to earn either a Master of Arts (M.A.) or a Master of Science (M.S.) degree in digital communications, in order to become a Digital Communications Specialist.

Read more on Digital Communications Specialist here: https://brainly.com/question/27746922

#SPJ1

put together a 4-5 slide powerPoint presentation describing how Clio is compatible with the firms other software. For the purpose of this assignment, you may select what word processing, spreadsheet, calendaring, conflict checker, and any other software the law firm uses.

Answers

Clio is compatible with the firms other software in the since that it often integrate them.

Clio is said to often integrates along with software such as Quickbooks Online, Quickbooks Desktop, and Xero and they are known for their  full accounting capabilities.

What are some of the software that it often integrate with?

Clio is known to often integrate with Square, QuickBooks and Xero.

Zapier is known to be one that allows users to be able to send information between Clio and Square in an automatic way without using code required.

In some other cases, . Clio is said to have some specific accounting integrations that it has with software such as Trust Books, Klyant, and that of Digitory Legal.

Hence, Clio is compatible with the firms other software in the since that it often integrate them.

Learn more about software from

https://brainly.com/question/24321656

#SPJ1

Explain the statement that relational algebra operators can be composed. Why is the ability to compose operators important

Answers

Answer:

It is important because it can promote the construction of relational algebra operators in a more complete, comprehensive and easy way.

Explanation:

The operators' ability to compose allows them to cooperate with each other's arguments, creating large, comprehensive concepts that address issues in a more detailed and consequently correct way. In this case, this interaction that the composition promotes, allows relational algebra operators to be created more easily.

Relational algebra defines operators and the ability to compose operators allows algebra and operators to cooperate with each other's argument.

What is relational algebra?

Relational Algebra is a query language that involves procedures, it takes relation as input and also generates relation as output.

Relational algebras help to define operators that transform one or more input relations to an output relation.

It is important to compose an operator because,

It allows the algebra and operator to cooperate with each other's argument.It also helps them create large and comprehensive concepts that address issues.

Therefore, the ability to compose operators allows interaction that can create large and comprehensive concepts.

Learn more operators here,

https://brainly.com/question/24833629

this method of file transfer distributes file transfers across many different computers.

Answers

Answer: Packet switching.

Explanation: The transfer of small pieces of data across various networks is known as packet switching. The faster and more effective transfer of data is made possible by these data chunks, or "packets." When a user transmits a file over a network, it is frequently transmitted in smaller data packets rather than as a single unit.

Assignment Summary
In this assignment, you will conduct research to find the best loan for your first car. Using reference materials and Internet sites, you will collect information for a used car and loan options to buy the car. You will use an online loan calculator to find the best option for a used car loan. You will do a multimedia presentation on the best loan option for a used car and the resources you used, along with the options you explored to decide on the best loan option. A list of search term suggestions for finding resources is provided at the end of this guide.
Your presentation should include the following slides. The slides should be a title slide, a slide containing your used car information, a slide containing information on loan options with a bank and with a credit union, a slide including calculations, a slide comparing the loan options, a slide with the best choice for a car loan, and a works-cited slide.

Answers

In this project, you will conduct an investigation to uncover the optimal loan solution for acquiring a second-hand car.

What are you expected to do in this assignment?

You will examine the various utilized automobile alternatives and financing approaches provided through banks and credit unions. By using an online credit calculator, you will compute the best choice for your scenario.

Your multimedia demonstration will include slides featuring pertinent information regarding the pre-owned car and funding options, calculations made, as well as a comparison between several potential lending contingencies.

Further, a works-cited slide should be included providing all the sources and data you employed to make your ultimate decision.


Read more about loans here:

https://brainly.com/question/29553278

#SPJ1

Your task is to write and test a function which takes three arguments (a year, a month, and a day of the month) and returns the corresponding day of the year (for example the 225th day of the year), or returns None if any of the arguments is invalid.

Hint: You need to find the number of days in every month, including February in leap years.

Answers

Answer:

This is in python

Explanation:

Alter my code if you need anything changed. (You may need to create a new function to add a day to February if necessary)

months = [31,28,31,30,31,30,31,31,30,31,30,31]

monthNames = ['january','february','march','april','may','june',

            'july','august','september','october','november','december']

array = []

def test(y,m,d): #Does not account for leap-year. Make a new function that adds a day to february and call it before this one

   if m.lower() not in monthNames or y < 1 or d > 31:

       if m.lower() == "april" or m.lower() == "june" or m.lower() == "september" or m.lower() == "november" and d > 30:

           return None

       elif m.lower() == "february" and d > months[1]:

           return None

       return None

   num = monthNames.index(m.lower()) #m should be the inputted month

   months[num] = d

   date = months[num]

   for n in range(num):

       array.append(months[n])

   tempTotal = sum(array)

   

   return tempTotal + date

x = int(input("Enter year: "))

y = input("Enter month: ")

z = int(input("Enter day: "))

print(f"{y.capitalize()} {z} is day {test(x,y,z)} in {x}")

Write a program that teaches arithmetic to a young child. The program tests addition and subtraction. In level 1, it tests only addition of numbers less than 10 whose sum is less than 10. In level 2, it tests addition of arbitrary one digit numbers (which means that the sum could be more than 10). In level 3, it tests subtractions of one digit numbers with a non-negative difference. Generate random numbers for each of the levels based on its requirements, and get players answers as their response. Verify if the user entered the correct answer. The player will start at level 1, and gets up to two tries per problem. Advance from one level to the next when the player has achieved a score of five points (one point per successful answering the question).

Answers

Answer:

Explanation:

The following program is written in Java and creates three levels with the different set of randomly generated arithmetic problems. As the player goes getting more points they advance every 5 points to the next level.

import java.util.Random;

import java.util.Scanner;

class Main {

   private static Random random = new Random();

   private static Scanner in = new Scanner(System.in);

   static int points = 0;

   public static void main(String[] args) {

       while (true) {

           System.out.println(points);

           if (points < 5) {

               System.out.println("Starting Level 1");

               levelOne();

           } else if (points < 10) {

               System.out.println("Starting Level 2");

               levelTwo();

           } else if (points < 15) {

               System.out.println("Starting Level 3");

               levelThree();

           }

       }

   }

   public static boolean levelOne() {

       int numberOne = random.nextInt(10);

       int numberTwo = random.nextInt((10 - numberOne));

       int answer = numberOne + numberTwo;

       int count = 0;

       while (points < 5 && count < 2) {

           System.out.println("What is " + numberOne + " + " + numberTwo + "?: ");

           int userChoice = in.nextInt();

           if (userChoice == answer) {

               points += 1;

               levelOne();

           } else {

               count += 1;

           }

       }

       return false;

   }

   public static boolean levelTwo() {

       int numberOne = random.nextInt(10);

       int numberTwo = random.nextInt(10);

       int answer = numberOne + numberTwo;

       int count = 0;

       while (points < 10 && count < 2) {

           System.out.println("What is " + numberOne + " + " + numberTwo + "?: ");

           int userChoice = in.nextInt();

           if (userChoice == answer) {

               points += 1;

               levelTwo();

           } else {

               count += 1;

           }

       }

       return false;

   }

   public static boolean levelThree() {

       int numberOne = random.nextInt(10);

       int numberTwo = random.nextInt(10);

       int answer = numberOne - numberTwo;

       int count = 0;

       if (answer <= 0) {

           levelThree();

       }

       while (points < 15 && count < 2) {

           System.out.println("What is " + numberOne + " - " + numberTwo + "?: ");

           int userChoice = in.nextInt();

           if (userChoice == answer) {

               points += 1;

               levelThree();

           } else {

               count += 1;

           }

       }

       return false;

   }

}

Write a program that teaches arithmetic to a young child. The program tests addition and subtraction.
Other Questions
a number is divisible by 11 if 2What are the three main things that bacteria need to survive?food, water, oxygen.dirt, space, heat.ice, incubation, oilODfat, liquid, nitrogen y=8^x-13find the inverse for this function Given that f(x) = 4x + 5 and g(x) = x2 - 2x - 2, find (f + g)(x). What are the 3 basic requirements of financial analysis? The rock cycle includes:A. Metamorphosis of rock.B. The process by which rocks are created and broken down.C. Both A and B are correct Last year, Rocket inc, earned a 21% retum. Farmer's Corp, eamed 8%. The overall market return last year was 15%, and the risk-free rate was 2%, If Rocket stock has a beta of 1.9 and Farmer's has a beta of 0.4, which stock performed better once you take risk into account? What class is Nitro-stat of medications? Passive voice of "We don't sell used books here" James has 30 doughnuts. He eats 29. How many does he have left? What is one reason that leaders often do not reflect? after undergoing a constant acceleration of 1.05m/s^2 for a period of 4.93 s, a car has a final velocity of 19.3 m/s. find the car's velocity at the beginning of this period of acceleration in m/s. ____________ helps digest proteins in the stomach. group of answer choices bile salt pepsin nahco3 pepsinogen trypsin What was Putin's job after leaving the KGB? Became a politician idea that memory was what constituted a self-identity was inspired by the cartesian notion that a person's relationship to her own thoughts is unique. you cannot think my thoughts, and i cannot think yours. Help me please I cant do this anymore its so hard Every Morning, Julio drives his 1.5 hour route to gather the children for school. His route covers 45 miles and there are 60 kids on the route. Create a tape diagram to determine how many miles are traveled in one hour Calculate the compound interest a saleswoman would have to pay if she borrows$54 000 for 9 years at 12% per annum compound interest. What are fractures in the crust when plates slide past each other causing the land to move up, down, or sideways called? question 1 options: faults folds horizontal deformations deterioration of the earth's crust The longer , single extension of a neuron coveredwith the insulating myelin sheath is called theA. dendriteB. cell bodyC. axonD. synapse