Questions
Create using Java Description: Palindrome -- According to wikipedia "A palindrome is a word, phrase, number...

Create using Java

Description: Palindrome -- According to wikipedia "A palindrome is a word, phrase, number or other sequence of units that can be read the same way in either direction"
Write a application that can determine if a 5 digit number you input is a palindrome. If the number is a palindrome then print "The number is a palindrome." If it is not then print "The number is NOT a palindrome"
Make sure to use an array

  1. Allow input of any length integer (ie 12345654321 would be valid input)
  2. Allow input of any number of any alphanumeric characters (ie abg345tghtriu8 would be valid input)

//-----------------------------------
// This is the good version pseudocode
//   create string sInput
//
//   prompt for input
//
//   create char array (cArray) and assign sInput.toCharArray()
//
//   loop to check for palindrome (set i = 0, j = sInput.length()-1, check to see if i != j; increment i, decrement j)
//       check to see if current array values are !=
//           print not a palindrome
//           return
//       end of loop
//   print is a palindrome
//------------------------------

In: Computer Science

Chapter 6 - Protozoa: Intestinal Flagellates and Ciliates Unscramble the word(s) on the left. Use the...

Chapter 6 - Protozoa: Intestinal Flagellates and Ciliates

Unscramble the word(s) on the left. Use the clue on the right.

  1. Omneaex The intracellular portion of a flagellum
  2. oyctstemo The rudimentary mouth
  3. onlioasmoc    An infection that originates in and is acquired from a medical facility
  4. muglelalf    Ectoplasm extension that provides locomotion
  5. xaytleos The axial rod functioning as a support in flagellates
  6. tsrpecy    Differentiated phase in protozoans that lays down the resting cyst
  7. casto    A thin, firm, rodlike structure running along the base of the undulating membrane
  8. aclii    Multiple hairlike processes attached to a surface of a cell
  9. udtnaignlu bamemre A membrane extending out like a fin along the outer edge of the body of certain protozoa

  1. oaztiehomporaosg A class of protozoa that use flagella for locomotion

In: Biology

Design a 525- to 700-word total compensation plan (written in the third person voice) for an...

Design a 525- to 700-word total compensation plan (written in the third person voice) for an imaginary competitor of Amazon, Home Depot, Starbucks, FedEx Corporation, or Bristol-Myers Squibb.

Address the following details in your plan:

  • How your plan supports key objectives
  • An evaluation of current trends and issues in total compensation and a prediction of future trends
  • Internal and external equity
  • A wage management process and rationale
  • A retirement plan and how participation will be driven
  • The influence of the organization's financial condition on the total compensation plan
  • How your plan will be communicated to leadership and employees

I only have the answer the question in Bold.

In: Operations Management

Read the situation below and answer the questions. Create a Word Doc then upload your document...

  • Read the situation below and answer the questions. Create a Word Doc then upload your document to this area.

    Handling Sales Resistance

    Brenda recently returned from a two-week training session that focused on how to handle sales resistance and how to earn a commitment. Brenda has become quite familiar with the ADAPT questioning system and knows she must use assessment questions to allow the buyer to describe their present situation. She has also developed a pretty good set of discovery questions that helps her identify the buyer’s pain and problems. Her challenge has been what to do with this information. Whenever Brenda attempts to use features and benefits to make her case, she encounters a myriad of objections. Brenda knows she has great products and service, but she has not been able to communicate this effectively to her prospects.

    The objection she hears most often is: “I’ve never heard of your company, how long have you been in business?” If that is not bad enough, she heard the following objections in just one morning:

    “I’m not sure I am ready to buy at this time, I’ll need to think it over.”

    “Your company is pretty new; how do I know you’ll be around to take care of me in the future?”

    “Your price is a little higher than I thought it would be.”

    “Your company was recently in the news. Are you having problems?”

    and finally,

    “I think your company is too small to meet our needs.”

    Brenda hears most of these objections right after she attempts to earn a commission. She is now getting a little gun shy about asking her prospects for the order.

    Brenda is sitting at her desk trying to figure out what to do next and she is not exactly sure how to proceed.

    Questions

    1. What would you recommend Brenda do to handle the challenges she faces?
    1. Brenda appears to have an advantage with her products and services. Develop a plan for Brenda to overcome the sales resistance she is receiving.
    1. Use the LAARC process to develop the suggested dialogue Brenda can use to address one of the major types of resistance she is receiving.
    1. What can Brenda do in the future to encounter less sales resistance when she asks for the order?

In: Economics

Q.N.1) Electrohoresis tools and terms: Use the terms from the word bank at the top of...

Q.N.1) Electrohoresis tools and terms: Use the terms from the word bank at the top of the page to fill in the blanks.

Word bank:

                 Agarose gel, buffer, casting the jel, chamber , comb, digital micropipet, electrodes, gel bed, loading the jel, microliter, microtube, sample well

1.) ------------------------------------a small plastic tube with a cap which holds small quantities of sample.

2.) ----------------------------------a devise used to measure and deliver tiny quantities of sample.

3.) ------------------pouring liquified agarose into the jel tray and allowing it to solidify.

4.) -----------------------a rectangular hole in the gel into which the sample is loaded.

5.) -------------------a temlate used to make wells in the gel.

6.) ---------------------------contains microscopic pores which acts as a molecular sieve.

7.) ------------------------- the process of pipetting the samples into the wells in the gel.

8.) ---------------------the holder into which the gel is molded.

9.) ------------------ a unit of measurement for tiny quantities of a liquid.

10.) -------------------the box which holds the gel, gel tray, and buffer.

11.) ------------------- the negative and positive electrical contacts within the chamber.

12.) ------------------- the solution in which the is submerged:it contains electricity and controls PH

In: Chemistry

Create a 1- to 2-page IRP Microsoft Word for an IT organization. In your plan, ensure...

Create a 1- to 2-page IRP Microsoft Word for an IT organization. In your plan, ensure you:

  • Discuss roles and responsibilities.
  • Discuss the critical activities for each of the 5 phases in the incident response process.
  • List at least 3 cyber security tools that work together to monitor the organization’s network for malicious and abnormal activity.

In: Computer Science

JAVA Palindrome Detector A palindrome is any word, phrase, or sentence that reads the same forward...

JAVA Palindrome Detector

A palindrome is any word, phrase, or sentence that reads the same forward or backward. Here are some well-known palindromes:

Able was I, ere I saw Elba

A man, a plan, a canal, Panama

Desserts, I stressed

Kayak

Write a boolean method that users recursion to determine where a String argument is a palindrome. The method should return true if the argument reads the same forward and backward. Demonstrate the method in a program.

Include the following modifications:

  • Use JOptionPanes for all user I/O.
  • Allow the user to input test strings until they type "quit" to exit.

In: Computer Science

**** I need the answer with unique words .. thank you In your own word, explain...

**** I need the answer with unique words .. thank you

In your own word, explain why do designers use Denormalization? What is the limitation of using Denormalization? Name and explain a better alternative approach than Denormalization.

Answer :

to increase performance. In computing, denormalization is the process of trying to improve the read performance of a database, at the expense of losing some write performance, by adding redundant copies of data or by grouping data.[1][2] It is often motivated by performance or scalability in relational database software needing to carry out very large numbers of read operations. Denormalization differs from the unnormalized form in that denormalization benefits can only be fully realized on a data model that is otherwise normalized.

Denormalization is a database optimization technique in which we add redundant data to one or more tables. This can help us avoid costly joins in a relational database. Note that denormalization does not mean not doing normalization. It is an optimization technique that is applied after doing normalization.

In a traditional normalized database, we store data in separate logical tables and attempt to minimize redundant data. We may strive to have only one copy of each piece of data in database.
For example, in a normalized database, we might have a Courses table and a Teachers table.Each entry in Courses would store the teacherID for a Course but not the teacherName. When we need to retrieve a list of all Courses with the Teacher name, we would do a join between these two tables.
In some ways, this is great; if a teacher changes is or her name, we only have to update the name in one place.
The drawback is that if tables are large, we may spend an unnecessarily long time doing joins on tables.

I have explained each and every part of the first and third question only according to "Chegg guidelines when multiple questions are given then only first question needs to be answered" with the help of statements attached to the answer above.

In: Computer Science

wiki talk about this article in marketing with own you word A business plan identifies the...

wiki

talk about this article in marketing with own you word

A business plan identifies the responsibilities of general management as they pertain to each functional area and identifies the capital requirements to manage each area. The marketing plan outlines actions that are intended to communicate value, generate interest, and persuade target customers to purchase specific products or services.

In: Operations Management

Question one: (Word count 200 words) Imagine you are a manager in an organization and one...

Question one: (Word count 200 words)
Imagine you are a manager in an organization and one of your employee is in a meeting with you to discuss a situation that he faces at work:
“Sir, can I have 10 minutes of your time? ….. My name is Racha and I’m facing a problem with one of my colleague Ahmed , we are supposed to be working together on a project to market and sell one of our brands, one of our potential customer was asking for detailed information and presentation of our brand product, Ahmed and myself discussed what to do on the phone the beginning of the week to prepare the presentation and to divide the work between us, I believe that we agreed on who is going to do what in the presentation and on parts of the required written document to be sent to the customer.
The set date to meet with the customer is at the end of the week-after two days- I called Ahmed yesterday to make sure that his part is done to add to my part to complete the document and the presentation, but when I called him to inquire about work, he answered me in a way I didn’t like, and said that some of that we agreed on-in our phone conversation- was not his responsibility and it was my responsibility – although I recall from our conversation- that it is his responsibility not mine.
Also he talked to me in a way – I don’t sir how to describe it- like he is ordering me to do things, this is how I felt it.
I think I did my part and he is not working enough to complete his, and now I have to do his part and it is huge and I can’t finish it in two days or we have to postpone the meeting with the client and might lose the contract.
I feel that I’m being treated in a different way than my other male colleagues in the team, although I work very hard and this not fair to be judged in this way because I’m a female employee.
A. Use and apply active listening guidelines to solve this situation- use examples from the case.
B. In your opinion why we use active listening in the above situation- use examples related to the case above.

In: Operations Management