Questions
please use C++ Create a class named Byte that encapsulates an array of 8 Bit objects....

please use C++

Create a class named Byte that encapsulates an array of 8 Bit objects. The Byte class will provide the following member functions:

Byte - word: Bit[8] static Bit array defaults to all Bits false

+ BITS_PER_BYTE: Integer16 Size of a byte constant in Bits; 8

+ Byte() default constructor

+ Byte(Byte) copy constructor

+ set(Integer): void sets Bit to true

+ clear(): void sets to 0

+ load(Byte): void sets Byte to the passed Byte

+ read(): Integer16 returns Byte as Integer

+ place(Integer): Bit Return Bit& at passed Base2 place

+ NOT(): Byte returns this Byte with its bits not'ed

+ AND(Byte): Byte returns this Byte and'ed with passed Byte

+ OR(Byte): Byte returns this Byte or'ed with passed Byte

+ NAND(Byte): Byte returns this Byte nand'ed with passed Byte

+ NOR(Byte): Byte returns this Byte nor'ed with passed Byte

+ XOR(Byte): Byte returns this Byte xor'ed with passed Byte

+ XNOR(Byte): Byte returns this Byte xnor'ed with passed Byte

In: Computer Science

QUESTION 5 Never read an empirical paper without a calculator. Check the numbers and the percentages....

QUESTION 5

Never read an empirical paper without a calculator. Check the numbers and the percentages. Do the number of subjects in the tables of results add up to the numbers the researchers said they enrolled at the beginning of the study? All of this will help you understand what the authors did in conducting their study. Two other important tools to have at hand when critically reading a research paper are the highlighter tool in your word processor or spreadsheet for marking important sections of the paper and a sticky note or comment tool in your software for writing notes and questions on the paper itself.

True

False

QUESTION 7

A review of any body of literature actually consists of four fundamental tasks, after the subject of the review has been decided these include writing a synthesis that includes only the content and never a critical analysis of these materials.

True

False

QUESTION 10

A more sophisticated strategy for indexing the contents of an expanding Documents folder is the Matrix Indexing System. The simpler approach is this tracking system. Whichever system you use, the benefits accrue only if you keep the list up to date.

True

False

In: Psychology

Read the attached HBR Case Study: "Keeping to the Fairway" Should Pace Sterling proceed with this...

Read the attached HBR Case Study: "Keeping to the Fairway" Should Pace Sterling proceed with this sponsorship?

Companies regularly face decisions centered on how best to market their brand. Choices involving spokespeople or organizations with which they partner are critical. This week's assignment is to prepare a case analysis which responds to the information listed below. Your analysis should be in a MS Word document in paragraph form, minimum 2 pages, double-spaced, Arial, 12 pt font: Should Pace Sterling proceed with this sponsorship? Defend your position Pro or Con. When drafting your answer, take the following into consideration: In your introductory paragraph(s) be sure to provide some brief information about the case Do you feel that this sponsorship made any sense in the first place? Why or why not? Is the sponsorship for Pace Sterling worth any negative publicity that might accompany their relationship? If a company associates itself with a sexist organization, what is that saying about their own values? Is that important particularly in today’s #Me Too movement

In: Operations Management

Please solve this question in C++ language using recursion. Q (1) Write functions for each of...

Please solve this question in C++ language using recursion.

Q (1) Write functions for each of the following problems. Each problem should be solved by writing a recursive function. Your final program should not have any loops in it.

  1. Write a function that uses recursion to raise a number to a power. The function should take two arguments, the number to be raised to the power (floating point) and the power (a non-negative int).                                                                                       (10 Points)
  1. Write a boolean function named isMember that takes two arguments: an array of type char and a value. It should return true if the value is found in the array, or false if the value is not found in the array.                                                             (10 Points)
  2. A palindrome is any word, phrase, or sentence that reads the same forwards or backwards. Here are some palindromes:                                                      

Level

Civic

Pot top

A man a plan a canal Panama

Write a boolean function that determines if a string argument is a palindrome. The function should return true if the argument reads the same forwards and backwards. Your function should ignore spaces and be case-insensitive. Assume the input is just letters and spaces.                                                                                         (20 Points)

In: Computer Science

Create the following positions based upon a job analysis: Mailroom clerk: Entry level for a long-term...

Create the following positions based upon a job analysis: Mailroom clerk: Entry level for a long-term existing company in San Diego, CA Manager in the marketing department: Mid-level position in a start-up company in Scottsdale, AZ Prepare standard job descriptions of 350 words for each of the positions with the following sections: Job summary Job requirements (minimum education, experience and certifications, and/or training required) Job functions (detailed description of the job duties); Make sure each duty begins with a present action verb. Other information (KSAs, physical requirements, working conditions, reporting relationships, location, travel requirements and working hours) Prepare a 350-word paper after the job descriptions are created that includes the following: Explain the pay scale appropriate for the each job (local vs. regional vs. national) and why the pay scale is appropriate to ensure market competitiveness. Discuss direct and indirect compensation plans that match that of the company's life cycle for each job. Format your paper consistent with APA guidelines.

In: Operations Management

Complete the following assignment in C programming language. Get the user’s first name and store it...

Complete the following assignment in C programming language.

  1. Get the user’s first name and store it to a char array
    • Declare a character array to hold at least 20 characters.
    • Ask for the user’s first name and store the name into your char array.
    • Hint: Use %s for scanf. %s will only scan one word and cannot scan a name with spaces.
  2. Get 3 exam scores from the user:
    • Declare an array of 3 integers
    • Assume the scores are out of 100, and use a for loop to get user’s input
    • Your prompts should print out which exam score you are asking for:
      1. Example: “What is the score of Exam #1?” … “What is the score of Exam #3?”
    • Warning: Be careful of your array indexes!
  3. Find out the average exam score:
    • Use a for loop to calculate the sum of all exams.
    • Divide the sum by 3 to get the average and store the is data in a variable.
  4. Print out the summary for the use similar to:
    • “Hello NAME, based on your exam score of 80, 90, and 100, your average is 90.0 with a letter of an ‘A.’”

In: Computer Science

Topic 1 TRUE OR FALSE Q's 1.            Computer software is the collection of programs that provide...

Topic 1

TRUE OR FALSE Q's

1.            Computer software is the collection of programs that provide the instructions that a computer carries out.

2.            An abstraction is a mental model that removes or hides complex details.

3.            The abacus was the world's first electronic digital computer.

4.            Ada Augusta, Countess of Lovelace, is credited with being the first programmer.

5.            A vacuum tube was a device used in the third generation of computers.

6.            The fourth generation of computer hardware was characterized by large-scale integration.

7.            The personal computer was introduced in the fourth generation of computer hardware.

8.            The Internet is descended from a U.S. government-sponsored network called the ARPANET.

9.            Assembly-language is first generation software.

10.          Earliest machine programs were hard wired.

11.          Algorithmic thinking is a necessary skill in Computer Science.

12.          Computational Science is one of the Systems areas.

13.          Spreadsheets and word processors are known as software applications.

14.          Applications programmers use the tools built by systems programmers.

15.          An algorithm is a set of steps that defines how a task is performed.

In: Computer Science

First, launch NetBeans and close any previous projects that may be open (at the top menu...

First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects). Then create a new Java application called "PasswordChecker" (without the quotation marks) that gets a String of a single word from the user at the command line and checks whether the String, called inputPassword, conforms to the following password policy. The password must: Be exactly three characters in length Include at least one uppercase character Include at least one digit If the password conforms to the policy, output "The provided password is valid." Otherwise, output "The provided password is invalid because it must be three characters in length and include at least one digit and at least one uppercase character. Please try again." Some other points to remember... Do not use a loop in this program.

The Character class offers various methods to assist us in finding a digit or cased letter. Remember to press "." to locate these methods and to leverage the online resources shown in our course thus far." For this PA, do not use pattern matching (aka "regular expressions").

In: Computer Science

Select the best response to the following question. As the head marketing executive of a major...

Select the best response to the following question.

As the head marketing executive of a major beverage manufacturer, you often use this technique to probe the views of industry experts to forecast developments in the dynamic beverage market.

Group polarization

Delphi technique

Brainstorming

Match each situation with the group decision-making concept that best describes it.

Situation Group Decision-Making Concept
At the meeting to decide how to handle an employee who made inappropriate statements to a coworker, the decision changed from a warning to a 3-day suspension after the group members discussed how important civility is to the company culture and to employee trust.   
If you want to encourage group members to be innovative and creative in generating a list of decision alternatives then it is best to use this approach.   
This is the best decision-making technique for teams that do not meet face-to-face.   

Use your knowledge of group decision-making to select the word or phrase that best completes the following sentence.

When     occurs, the group unknowingly makes unanimity rather than reaching the best decision its goal.

In: Operations Management

Consider the following information about Earl Grey, Inc. Total assets $250 million Total debt $110 million...

Consider the following information about Earl Grey, Inc.

  • Total assets $250 million
  • Total debt $110 million
  • Preferred stock $ 35 million
  • Common stockholders' equity $105 million
  • Net profits after taxes $25.5 million
  • Number of preferred stock outstanding 1.5 million shares
  • Number of common stock outstanding 9 million shares
  • Preferred dividends paid $2.5 per share
  • Common dividends paid $0.70 per share
  • Market price of the preferred stock $32.55 per share
  • Market price of the common stock $26.00 per share

Use the information above to find the following.

  1. The company's book value
  2. Its book value per share
  3. The stock's earnings per share (EPS)
  4. The dividend payout ratio
  5. The dividend yield on the common stock
  6. The dividend yield on the preferred stock

Directions:

  1. You will report the ratios and your analysis in a Word document.
  2. Your analysis should include a discussion of the strengths or weaknesses revealed in each ratio.
  3. All six ratios should be discussed.

In: Accounting