Questions
There are many familiar processes that we carry out automatically every day without thinking about what...

There are many familiar processes that we carry out automatically every day without thinking about what would happen if those repeated processes stop working. There are many examples: Your car does not start, your TV remote does not turn on your TV, your water faucet starts leaking, etc. In order to automate such processes to be carried out by a computing machine, you have to be very careful in how to instruct the machine to carry out the task at hand.

This assignment deals with a process of turning on your TV via a remote, in your home, your room, or apartment. Although this process appears to be quite trivial, it can be very complex. The flowchart you will develop will accommodate all sorts of people (i.e., users). Normally, a flowchart or an algorithm solves a general problem. For example, finding a largest number in a set or several sets. You do not know how many numbers you have and what they are. The more you know about a process or a problem, the better you can develop flowcharts, algorithms, and programs.

On this assignment, we assume everyone has a TV. You will develop a flowchart of a suser who wants to watch a TV for a desired program. You will be using Microsoft Visio 2013 or higher flowcharting program (available on all the lab PCs and free to download as shown elsewhere. In developing your flowchart, you will be making some assumptions. Using a Word document, state all those assumptions clearly and succinctly. This is how your flowchart will make sense. You can go back and revise your assumptions.

In: Computer Science

Flemington Bikes sells racing bikes on credit. It uses the ageing of accounts receivable method for...

Flemington Bikes sells racing bikes on credit. It uses the ageing of accounts receivable method for estimating bad debts. On 30 June 2020, the Allowance for Doubtful Debts account had a balance of $8,800 CR before any adjustments. An ageing analysis of the account receivable balance as at 30 June 2020 is provided below. The uncollectable percentages for each age group are based on past experience and are shown next to the respective aged balances. Flemington Bikes is registered for goods and services tax (GST).

Balance

% estimated uncollectable

Accounts not yet due

Accounts overdue:       1–30 days

31–60 days

61–120 days

   121 days and over

$175,600

61,000

44,000

25,400

  20,500

0.5

2

10

25

40

$326 500

REQUIRED:

  1. Using the ageing of accounts receivable method, calculate the estimated bad debts expense from the above information. Show all workings. (Hint: The company is registered for GST).

  1. Prepare the general journal entry to record bad debts expense.

(Narrations are not required).   

  1. Assume that Flemington Bikes uses the direct write-off method to account for bad debts. Prepare the general journal entry to write-off an account receivable from Bill Murray for $2,750 (GST inclusive) on 31 August 2020.

  1. Explain how the direct write-off method differs from the allowance method when recording bad debts expense and why the direct write-off method violates the matching principle. (word limit 150).

In: Accounting

QUESTION TWO Flemington Bikes sells racing bikes on credit. It uses the ageing of accounts receivable...

QUESTION TWO

Flemington Bikes sells racing bikes on credit. It uses the ageing of accounts receivable method for estimating bad debts. On 30 June 2020, the Allowance for Doubtful Debts account had a balance of $8,800 CR before any adjustments. An ageing analysis of the account receivable balance as at 30 June 2020 is provided below. The uncollectable percentages for each age group are based on past experience and are shown next to the respective aged balances. Flemington Bikes is registered for goods and services tax (GST).

Balance

% estimated uncollectable

Accounts not yet due

Accounts overdue:       1–30 days

31–60 days

61–120 days

   121 days and over

$175,600

61,000

44,000

25,400

  20,500

0.5

2

10

25

40

$326 500

REQUIRED:

  1. Using the ageing of accounts receivable method, calculate the estimated bad debts expense from the above information. Show all workings. (Hint: The company is registered for GST).

  1. Prepare the general journal entry to record bad debts expense.

(Narrations are not required).   

  1. Assume that Flemington Bikes uses the direct write-off method to account for bad debts. Prepare the general journal entry to write-off an account receivable from Bill Murray for $2,750 (GST inclusive) on 31 August 2020.

  1. Explain how the direct write-off method differs from the allowance method when recording bad debts expense and why the direct write-off method violates the matching principle. (word limit 150).

In: Accounting

use C++ Cryptography is the study of hiding information or encrypting information. Cryptographers often use things...

use C++

Cryptography is the study of hiding information or encrypting information. Cryptographers often use things called ciphers to encrypt messages. A cyclic cipher is a common, but relatively insecure method of encrypting a message. It is achieved by replacing every letter in the word or message with another letter in the alphabet a certain number of positions away. For example, if the message to be encrypted (the plaintext) was IBM and the cipher key was -1, the resulting message (the ciphertext) would be HAL. 'I' was replaced by the letter one position to the left of it in the alphabet: 'H', etc.

If the letter happens to be 'Y' and the key is 3, the cipher "wraps around" to the beginning of the alphabet and the encrypted letter would be 'B'.

Write a program to "encrypt" one character using a cyclic cipher. You may assume that the character is an alphabetic letter, but it may be given in lowercase or uppercase. The key to the encoding will be the number of characters to move "up" in the alphabet (toward Z); negative numbers move "down" in the alphabet (toward A). You may assume that the key will be greater than -26 and less than 26 (so we will never cycle the whole way through the alphabet). Output the encrypted character as a capital letter.

Your program should run like the examples shown below.

This program encrypts a single letter.

Letter: a
Key: 1

Result: B
This program encrypts a single letter.

Letter: a
Key: -1

Result: Z
This program encrypts a single letter.

Letter: f
Key: 4

Result: J
This program encrypts a single letter.

Letter: M
Key: 6

Result: S

In: Computer Science

Watch the videos found in the Resources section of this assignment. You will be “building” two...

  1. Watch the videos found in the Resources section of this assignment.
  2. You will be “building” two computers for your final project.
  3. The first computer you will “build” will be for a data entry position in a small office environment.
    1. This computer will need to be functional and cheap.
    2. You must utilize Newegg.com to select the hardware to build a functioning computer that will cost $600 or less (excluding tax and shipping).
    3. Your computer must have the following included:
      1. All necessary internal components required to make a functioning PC.
      2. All internal components must work correctly together.
      3. CD/DVD ROM
      4. Operating System
      5. Monitor
      6. Keyboard
      7. Mouse
  4. The second computer you will “build” will be for your neighborhood extreme gamer.
    1. This computer will need to be “maxed out” in hardware and by definition expensive.
    2. You must utilize Newegg.com to select the hardware to build a functioning computer that will cost $2000 or more (excluding tax and shipping).
    3. Your computer must have the following included:
      1. All necessary internal components required to make a functioning PC.
      2. All internal components must work correctly together.
      3. Speakers
      4. CD/DVD ROM
      5. Operating System
      6. Monitor
      7. Keyboard
      8. Mouse
  5. You will create a “Cart” for each computer on Newegg.com.
    1. You will email yourself the hardware list for each computer.
    2. You will copy and paste your “cart,” from your email, into a Word document.
  6. You will write at least one paragraph, for each computer, describing why you chose the hardware you chose and reflect on the ease or difficulty you encountered in completing this project.
  7. Your final project is due at the end of Workshop Five.

In: Computer Science

QUESTION 8 Which color will argue both sides of an issue and avoid stating what they...

QUESTION 8

  1. Which color will argue both sides of an issue and avoid stating what they believe to be already obvious?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

QUESTION 9

  1. What color is the largest percent in the general population?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

QUESTION 10

  1. Which color is known for their organizational skills?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

QUESTION 11

  1. Which color emphasizes purpose?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

QUESTION 12

  1. Which color loves to talk and are good listeners?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

QUESTION 13

  1. Which color is likely to voice their appreciation and avoid issues that might end up in a conflict?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

QUESTION 14

  1. Which color tends to avoid small talk and take a long time to make up their mind?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

QUESTION 15

  1. Which color likes to use puns or play on words or word meanings?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

QUESTION 16

  1. Which color likes to argue for arguments sake?

    A.

    Gold

    B.

    Blue

    C.

    Green

    D.

    Orange

2 points   

In: Other

Social Media Assignment I don’t want 10 pages. Watch one or more of these videos about...

Social Media Assignment

I don’t want 10 pages.

Watch one or more of these videos about the evils of social media.

https://www.youtube.com/watch?v=d5GecYjy9-Q

https://www.youtube.com/watch?v=iAV1DaLtw2c

https://www.youtube.com/watch?v=CkMh6xdJNeM

https://www.youtube.com/watch?v=7QWoP6jJG3k

https://www.youtube.com/watch?v=szQsPQW4GLo

https://www.youtube.com/watch?v=8lLbc3DWqfI

https://www.youtube.com/watch?v=fiZUWVwHpe0

There over 150 videos on YouTube about social media.

Answer the following questions in a WORD document which you will upload on the ASSIGNMENTS, ESSAY TAB.

  1. Which social media sites do you use? How many hours a week do you spend on them?
  2. How often do you check your smartphone in a day?
  3. Do you feel the social media you use is beneficial or detrimental to you? In what ways?
  4. Do you lose valuable sleep time because of the social media?
  5. Has the social media on your phone made your physical social life better or worse?
  6. Do you believe social media is affecting your brain?

Put your name of the paper. Copy question 1. Answer question 1. Copy question 2. Answer question 2. Etc

Save the document to your disk. Go to BB, click assignment, clicks essay. Click feb20. Click “browse your computer”. Upload the file and click submit.

In: Computer Science

Objective: Write a C++ -program that will implement 4 Memory Management algorithms Algorithms: A) Best-Fit B)...

Objective: Write a C++ -program that will implement 4 Memory Management algorithms

Algorithms:
A) Best-Fit
B) First-Fit
C) Next-Fit
D) Worst-Fit
Your program must do the following:
1. Program Input:
            User will input to the program
a. Main Memory information, including
i. The Number of Memory partitions.
ii. The Size of each memory partition.
b. Process information (assign a unique identifier to each job)
i. User will input the number of processes
ii. Memory requirements for each process/job
2. For each algorithm, your program should have a data structure(class or struct) that will include the following:
    Job/Process Class
• Name of the process/ job(number or word)
• Process/job status (Run/Wait),
• partition number the process/job was assigned to
Memory Partition Class
• Name of the partition (Alphanumeric ID, ie string or char string)
• Total size of the partition(int)
• Is a job assigned? (bool)
• Job id assigned to it
• Waste or excess produced by the job assignment (int)
You can create an array or list of the object to represent the job queue.
3. Program output:
a) Initial memory allocation: Calculate and display a list of initial memory allocation, i.e which partitions contain which process after the first round of allocation
b) Memory waste: Program will calculate and display the memory waste for each partition
c. total waste for each algorithm.
e. A list of Processes in the waiting State(was not assigned to a partition).

In: Computer Science

Scenario: Walter Joss is one of the best employees in your department, a smart and hard...

Scenario: Walter Joss is one of the best employees in your department, a smart and hard worker with a keen mind for business. His upbeat attitude has helped the entire department get through some rough times recently. On a personal level, his wise counsel helped you grow into a leadership role when you were promoted to marketing manager several years ago.

You generally welcome Walter's input on the department's operations, and you have implemented several of his ideas to improve the company's marketing efforts. However, the proposal he emailed you yesterday was not his best work. He proposed that the company dump the advertising agency it has used for a decade and replace it with some new agency you've never heard of. The only reasons he offered were that the agency "had become unresponsive" and that a "smaller agency could meet our needs better." He failed to address any of the other criteria that are used to select advertising agencies, such as costs, creative skills, technical abilities, geographic reach, research capabilities, and media experience.

This is the first you've heard any criticism of the advertising agency, and in fact, their work has helped your company increase sales every year.

Your task: Develop a well written, thorough, and tactful email for the purpose of rejecting Joss's proposal. (In a real-life setting, you may want to discuss this with Walter in person, rather than through an email, but for the purposes of this assignment plan to use email.)

Word count is up to your discretion based on the content and context as outlined in this assignment.

In: Operations Management

Jessica is a recent graduate of Brenau University’s business school entrepreneurship program. The business plan that...

Jessica is a recent graduate of Brenau University’s business school entrepreneurship program. The business plan that she created before she graduated was for a business developing websites for individuals and commercial businesses. Friends and family provided funding for the start-up, and she has been in business for the last two and a half years.

Jessica had learned about the balanced scorecard in her accounting classes and has been applying some of the techniques. Her vision for this business is to provide clients with high quality websites that receive a relatively high numbers of hits. Recently, word-of mouth advertising had led to more requests for websites with creative animated graphics. As part of her balanced scorecard, she tracked the following measures over the last two years for her individual clients:

                                                                                              20x1                20x2

Average revenue per individual client                              $2,000             $1,500

Average time from start to finish (business days)           10 days            13 days

Average site ranking on top two search engines                     15                    21

Total revenue                                                                   $80,000           $78,000

Total labor cost                                                                $20,000           $22,000

Utilities cost (electricity and phone)                                 $2,100             $2,400

Number of individual clients                                                    40                    52

Employee turnover                                                                     1                      0

a.   Classify each performance measure according to one of the four balanced scorecard perspectives. Explain your reasoning.

b.   Analyze the change in each performance measure from 20X1 to 20X2. Give one possible reason for the change.

In: Accounting