Questions
Sager Company manufactures variations of its product, a technopress, in response to custom orders from its...

Sager Company manufactures variations of its product, a technopress, in response to custom orders from its customers. On May 1, the company had no inventories of work in process or finished goods but held the following raw materials.

Material M 200 units @ $ 250 = $ 50,000
Material R 95 units @ 180 = 17,100
Paint 55 units @ 75 = 4,125
Total cost $ 71,225


On May 4, the company began working on two technopresses: Job 102 for Worldwide Company and Job 103 for Reuben Company.

  1. Purchased raw materials on credit and recorded the following information from receiving reports and invoices.


Receiving Report No. 426, Material M, 250 units at $250 each.
Receiving Report No. 427, Material R, 90 units at $180 each.

Record these purchases with a single journal entry. Enter the receiving report information on the materials ledger cards.

  1. Requisitioned the following raw materials for production.


Requisition No. 35, for Job 102, 135 units of Material M.
Requisition No. 36, for Job 102, 72 units of Material R.
Requisition No. 37, for Job 103, 70 units of Material M.
Requisition No. 38, for Job 103, 38 units of Material R.
Requisition No. 39, for 15 units of paint.

Enter amounts for direct materials requisitions on the materials ledger cards and the job cost sheets. Enter the indirect materials amount on the materials ledger card.

  1. Received the following employee time tickets for work in May.


Time tickets Nos. 1 to 10 for direct labor on Job 102, $90,000.
Time tickets Nos. 11 to 30 for direct labor on Job 103, $65,000.
Time tickets Nos. 31 to 36 for equipment repairs, $19,250.

Record direct labor from the time tickets on the job cost sheets.

  1. Paid cash for the following items during the month: factory payroll, $174,250, and miscellaneous overhead items, $102,000. Use the time tickets to record the total direct and indirect labor costs.
  2. Finished Job 102 and transferred it to the warehouse. The company assigns overhead to each job with a predetermined overhead rate equal to 80% of direct labor cost.


Enter the allocated overhead on the cost sheet for Job 102, fill in the cost summary section of the cost sheets.

  1. Delivered Job 102 and accepted the customer’s promise to pay $400,000 within 30 days.
  2. Applied overhead cost to Job 103 based on the job’s direct labor to date.


Required:
Complete the materials ledger cards for Material M, Material R, and paint using the information given in part a and b. Complete the job cost sheets for Jobs 102 and 103 using the information given in part a, b, c and e. Prepare journal entries for part a through g.

MATERIALS LEDGER CARD
Item Material M
Received Issued Balance
Date Receiving Report Units Unit Price Total Price Requisition Units Unit Price Total Price Units Unit Price Total Price
May 1
Item Material R
Received Issued Balance
Date Receiving Report Units Unit Price Total Price Requisition Units Unit Price Total Price Units Unit Price Total Price
May 1
Item Paint
Received Issued Balance
Date Receiving Report Units Unit Price Total Price Requisition Units Unit Price Total Price Units Unit Price Total Price
May 1

Complete the job cost sheets for Jobs 102 and 103 using the information given in part a, b, c and e.

JOB COST SHEET
Customer's Name Worldwide Company Job No. 102
Direct Materials Direct Labor Overhead Costs Applied
Requisition Number Amount Time Ticket Number Amount Rate % Amount
Total 0 Total 0 Total 0
Summary of Costs
Total cost of Job 0
Customer's Name Reuben Company Job No. 103
Direct Materials Direct Labor Overhead Costs Applied
Requisition Number Amount Time Ticket Number Amount Rate % Amount
Total 0 Total 0 Total 0
Summary of Costs
Total cost of Job 0

In: Accounting

What type of drawing is showing a detailed set of sizes and instructions for the making...

What type of drawing is showing a detailed set of sizes and instructions for the making of a part?

Select one:

a. Component drawing

b. Isometric drawing

c. Process drawing

d. Sectional drawing

What type of drawing reflects piping flow together with the installed equipment and instrumentation?

Select one:

a. Sectional drawing

b. Isometric drawing

c. Process drawing

d. Layout drawing

Which description fits the main memory of a computer?

Select one:

a. Non volatile

b. Read access memory

c. Permanent

d. Temporary

Which is not a storage device?

Select one:

a. Pen

b. Digital camera

c. CD- ROM

d. USB Storage Device

Which of the following describes a hazard?

Select one:

a. Something that will hurt you

b. Something that has no danger to you

c. Something with the potential to cause harm

d. Something you must accept

Which of the following describes a risk?

Select one:

a. A report detailing an event which caused an injury

b. The chance or likelihood of a hazard causing harm

c. The event of an accident

d. A permit which must be completed for safety

Which of the following is a possible way to reduce bending in roofing?

Select one:

a. Insulating

b. Painting

c. Corrugating

d. Waterproofing

Which of the following is not a manufacturing process for engineering metals and non-metals?

Select one:

a. Forging

b. Baking

c. Rolling

d. Casting

Which of the following metals is the stiffest?

Select one:

a. Tungsten

b. Tin

c. Mild steel

d. Copper

Which of the following sentences is written in the Past Tense?

Select one:

a. The man is wearing a hat.

b. The bird is singing in the tree.

c. The cat slept on the floor.

d. The woman is holding a book.

hich of the following types of valve is not exposed to fluid flow?

Select one:

a. All answers

b. Globe valve only

c. Gate valve only

d. Ball Valve only

Why do we use a tolerance in Engineering?

Select one:

a. Components cannot be made to an accurate size

b. Tolerances are not used on drawings

c. To make the component look good

d. The draughtsperson needs practice with numbers

Why do you need to control the wet film thickness?

Select one:

a. To use a WFT gauge

b. To help the coating dry

c. All answers

d. To ensure the final dry coating is to standard/specification

Why should calibration always be completed in a controlled temperature environment?

Select one:

a. You can wring slip gauges together

b. The inspector likes to be warm

c. Temperature variation effects size

d. Calibration can take place at any temperature

Clear my choice

PLEASE ONLY FINAL ANSWER NO NEED FOR DETAILS

In: Mechanical Engineering

Write a c++ program that asks the user to choose his preferred shape, and asks then...

Write a c++ program that asks the user to choose his preferred shape, and asks then for two numbers (positive but not necessary integers) in order to calculate the shape's area.

The possible shapes are: Triangle, Ring and Rectangle. If the user chose a different shape, you

will warn him and wait for a valid shape.

  • The area of a circle is πr12-r22 (suppose π= 3.4 ).
  • The area of a triangle is base*height/2.
  • The area of a rectangle is height*width.

While the user will enter the values in cm , the program will display the number of paint bottles

needed to paint the area of the shape. Each bottle can cover 5cm^2. The number of paint bottles should be an integer value.

In: Computer Science

In 300 words or more, describe the advantages and concepts of a Chen ER diagram and...

In 300 words or more, describe the advantages and concepts of a Chen ER diagram and how the diagram will help shape the overall relationship between tables.

In: Computer Science

Write a C++ program that will take and validates from the user an integer n between...

Write a C++ program that will take and validates from the user an integer n between 1 and 4. The program will then continue by taking 5 characters from the user. The program will ask the user whether he needs to rotate the characters to the left or to the right. If the user enters a wrong answer, the program will do a rotation to the right. Depending on the answer, the program will rotate the characters "n" times and displays the result on the screen. The program should contain 2 loops. Example 1: The user will enter a value n=3, the characters A B C D E, and rotation to the left. The program will then display DEABC. Example 2: The user will enter a value n=3, the characters A B C D E, and rotation to the right. The program will then display CDEAB.

In: Computer Science

Colgate toothpaste from Colgate-Palmolive Company,Fitbit wearables Explain for the following products:.How companies that offer them make...

Colgate toothpaste from Colgate-Palmolive Company,Fitbit wearables 

Explain for the following products:.How companies that offer them make market segmentation (ie what criteria they use to divide the market into segments)
.Identify the market segments that are created and which these companies serve
.How each company differentiates its products in that market segment
.How each company chooses to be placed in the market

In: Operations Management

A race car starts from rest, accelerates at a constant rate of 3.8 m/s^2 for 23s,...

A race car starts from rest, accelerates at a constant rate of 3.8 m/s^2 for 23s, and then brakes (decelerates) at a constant rate of 5.6 m/s^2 (magnitude) until it comes to a stop. (a) Find the total distance traveled by the car before coming to rest. (b) Draw a graph of the velocity vs. time, and indicate numerical values of any “special points”on the graph.

In: Physics

Discuss how your analysis would differ if you were asked to solve a performance problem vs....

Discuss how your analysis would differ if you were asked to solve a performance problem vs. being directed to develop a course to address a specific training issue.

In: Psychology

Chesterfield County had the following transactions. A budget is passed for all ongoing activities. Revenue is...

Chesterfield County had the following transactions.

  1. A budget is passed for all ongoing activities. Revenue is anticipated to be $888,750 with approved spending of $583,000 and operating transfers out of $246,000.
  2. A contract is signed with a construction company to build a new central office building for the government at a cost of $7,400,000 . A budget for this project has previously been recorded.
  3. Bonds are sold for $7,400,000 (face value) to finance construction of the new office building.
  4. The new building is completed. An invoice for $7,400,000 is received and paid.
  5. Previously unrestricted cash of $1,250,000 is set aside to begin paying the bonds issued in (c).
  6. A portion of the bonds comes due and $1,250,000 is paid. Of this total, $110,000 represents interest. The interest had not been previously accrued.
  7. Citizens' property tax levies are assessed. Total billing for this tax is $845,000. On this date, the assessment is a legally enforceable claim according to the laws of this state. The money to be received is designated for the current period and 90 percent is assumed to be collectible in this period with receipt of an additional 6 percent during subsequent periods but in time to be available to pay current period claims. The remainder is expected to be uncollectible.
  8. Cash of $165,000 is received from a toll road. This money is restricted for highway maintenance.
  9. The county received investments valued at $335,000 as a donation from a grateful citizen. Income from these investments must be used to beautify local parks.

Prepare the entries first for fund financial statements and then for government-wide financial statements.

In: Accounting

What are the different layers that composes a CSP mirror? And are the coatings used? And...

What are the different layers that composes a CSP mirror?

And are the coatings used?

And What kind forces may be applied on CSP mirrors?

Please I need Well detailed answer ! (Calculations + theorems)!!!!

In: Physics

You are on the phone with the project sponsor of a project you are managing. He...

  1. You are on the phone with the project sponsor of a project you are managing. He informs you that he accepted the role reluctantly and now, two months into this eight month project, he is considering withdrawing as a project sponsor. He does not see the need for this role and is extremely busy with his other responsibilities. How do you respond?
  2. You are surprised when your project team "pushes back" on your request for them to schedule a full-day offsite to work with you to develop a risk management plan. They state that they are simply too busy to afford time for this activity. And besides, they feel that if something unforeseen occurs, it is your responsibility to react to it. How do you respond to your team?

In: Economics

discuss the factors that have driven China to engage heavily in Africa and the Middle east....

discuss the factors that have driven China to engage heavily in Africa and the Middle east. Support your analysis with data and reliable citations

In: Operations Management

The issue of transnational crime is here to stay, a fact of life for US citizens,...

The issue of transnational crime is here to stay, a fact of life for US citizens, but our law enforcement system was constructed on an old, disconnected model where the US was an independent country and there was no Internet, travel took days or longer, and communications were done through the mail, on a land-line or in-person. The global nature of crime can be seen in drug trafficking, internet fraud, immigration issues, data theft, and the list goes on.

Think a bit about your world-view and what you've seen in the criminal justice world and tell us how these global implications have impacted the criminal justice system, it's strategies and it's operations.

Write a paragraph at least 300 words

In: Psychology

It is about C++linked list code. my assignment is making 1 function, in below circumstance,(some functions...

It is about C++linked list code. my assignment is making 1 function, in below circumstance,(some functions are suggested for easier procedure of making function.)

void pop_Stack (struct linked_list* list, int number) //*This is the function to make and below is the explanation that should be written in given code.

This function removes some nodes in stack manner; the tail of the list will be removed, repeatedly. The parameter (variable 'number') means the number of nodes that will be removed. When parameter is bigger than 1, popping a node with n times, you do not remove node at one go. If there is only one node in the list, please make sure it frees (de-allocates) both the node and the list. If the list is not a stack type(list->type_of_list!=1), print the error message “Function pop_Stack: The list type is not a stack” and exit the function. If the 'number' parameter is less than 1 or more than the number of nodes in the stack, respectively print the error message “Function popStack: The number of nodes which will be removed is more than 1” and “Function popStack: The number of nodes which will be removed is more than that in the stack”, then exit the function. The removed nodes should be freed.

Given code is written below,(There is a function to fill in last moment in this code)

linked_list.h: This is the header file of linkLQS.c that declares all the functions and values that are going to be used in linkLQS.c. You do not have to touch this function.

-----------------------------------------------------------------------

(Below code is about linked_list.h)

#include
#include
#include


struct linked_node{
   int value;
   struct linked_node* next;
   struct linked_node* prev;
};

struct linked_list{
   int type_of_list; // normal = 0, stack = 1
   struct linked_node* head;
   struct linked_node* tail;
   int number_of_nodes;
};

-----------------------------------------------------------------------------------------------------------------------------

#include "linked_list.h"
#include "string.h"

int list_exist;

struct linked_list* create_list (int number_of_nodes, int list_type)
{
   int a[number_of_nodes];
   int i, j;
   int bFound;

   if (number_of_nodes < 1)
   {
       printf("Function create_list: the number of nodes is not specified correctly\n");
       return NULL;
   }
   if(list_exist == 1)
   {
       printf("Function create_list: a list already exists\nRestart a Program\n");
       exit(0);  
   }
   if(list_type != 0 && list_type != 1)
   {
       printf("Function create_list: the list type is wrong\n");
       exit(0);  
   }
   struct linked_list * new_list = (struct linked_list*)malloc(sizeof(struct linked_list));
   new_list->head = NULL;
   new_list->tail = NULL;
   new_list->number_of_nodes = 0;
   new_list->type_of_list = list_type;

   //now put nodes into the list with random numbers.
   srand((unsigned int)time(NULL));
   if(list_type == 0)
   {
       for ( i = 0; i < number_of_nodes; ++i )
       {
           while ( 1 )
           {
  
               a[i] = rand() % number_of_nodes + 1;
               bFound = 0;
               for ( j = 0; j < i; ++j )
               {
                   if ( a[j] == a[i] )
                   {
                       bFound = 1;
                       break;
                   }
               }
               if ( !bFound )
                   break;
           }
           struct linked_node* new_node = create_node(a[i]);
           insert_node(new_list, new_node);
       }
   }
   else if(list_type == 1)
   {
       for ( i = 0; i < number_of_nodes; ++i )
       {
           while ( 1 )
           {
  
               a[i] = rand() % number_of_nodes + 1;
               bFound = 0;
               for ( j = 0; j < i; ++j )
               {
                   if ( a[j] == a[i] )
                   {
                       bFound = 1;
                       break;
                   }
               }
               if ( !bFound )
                   break;
           }
           struct linked_node* new_node = create_node(a[i]);
           push_Stack(new_list, new_node);
       }
   }
   list_exist = 1;
   printf("List is created!\n");
   return new_list;
}

struct linked_node* create_node (int node_value)//This functon is the example for reference of the assignment function
{
   struct linked_node* node = (struct linked_node*)malloc(sizeof(struct linked_node));
   node->value = node_value;
   node->next = NULL;
   node->prev = NULL;
   return node;
}

void insert_node(struct linked_list* list, struct linked_node* node)//This functon is the example for reference of the assignment function
{
   node->next = NULL;
   node->prev = NULL;

   if(list->head == NULL)       //if head is NULL, tail is also NULL.
   {
       list->head = node;
       list->tail = node;
       list_exist = 1;
   }
   else if(list->head == list->tail)
   {
       node->next = list->head;
       list->head->prev = node;
       list->head = node;
   }
   else if(list->head != list->tail)
   {
       node->next = list->head;
       list->head->prev = node;
       list->head = node;
   }
   (list->number_of_nodes)++;
}

void pop_Stack(struct linked_list* list, int number)//The function to be written!!
{
~~~~~~~~~~~~~ //your code starts from here
}

In: Computer Science

Question 6 Describe Purkinje Phenomenon and Explain Purkinje Mechanism. Discuss the Importance of Purkinje Phenomenon to...

Question 6 Describe Purkinje Phenomenon and Explain Purkinje Mechanism. Discuss the Importance of Purkinje Phenomenon to the Nature of Vision

In: Psychology