The ______ of the CPU coordinates the flow of information around the processor.a. Datapathb. IO / Peripheralsc. Memoryd. Control Unite. Registersf. Busg. ALU

Answers

Answer 1

The control unit of the CPU coordinates the flow of information around the processor, directing the movement of data and instructions around the various components such as the datapath, registers, memory, ALU, and peripherals via the bus.

A control unit, or CU, is circuitry within a computer’s processor that directs operations. It instructs the memory, logic unit, and both output and input devices of the computer on how to respond to the program’s instructions. CPUs and GPUs are examples of devices that use control units.A control unit receives data from the user and translates it into control signals that are subsequently delivered to the central processor. The processor of the computer then instructs the associated hardware on what operations to do. Because CPU architecture differs from manufacturer to manufacturer, the functions performed by a control unit in a computer are dependent on the CPU type. The following are some examples of devices requiring a control unit:

CPUs or Central Processing Units

GPUs or Graphics Processing Units

learn more about processor here:

https://brainly.com/question/30255354

#SPJ11

Answer 2

The Control Unit of the CPU coordinates the flow of information around the processor.

The Control Unit (CU) is a component of the Central Processing Unit (CPU) that is responsible for coordinating and managing the flow of information within the processor. The CU fetches instructions from memory, decodes them, and then directs the other components of the CPU, such as the arithmetic logic unit (ALU) and registers, to execute the instruction.

The Control Unit generates signals that control the flow of data between the CPU's various components, such as the memory, registers, and input/output (I/O) devices. The CU is responsible for determining which operation the CPU should perform, such as arithmetic operations, logic operations, or data transfers, and it sends signals to the appropriate components to execute those operations.

Learn more about CPU here:

https://brainly.com/question/16254036

#SPJ11


Related Questions

Find out how to print the below pattern in python and also come up with pseudocode,
you have to use for loop for this, you can use a for loop inside the outer for loop.
You can't use operator like " *" in python , only use print statement to print the below pattern. Find out how to print in 5 lines one by one in python , there is a way to print one line then next
X

XXX

XXXXX

XXXXXXX

XXXXXXXXX

Answers

Answer:

for i in range(5):

   for j in range(2*i + 1):

       print("*", end="")

   print()

Explanation:

for row index going from 0 to 5
           for column index going from 0 to 2*row index + 1
                      print * suppressing new line

          print a new line to move to next row

1. what is the internet infrastructure stack? what is the relevance of this technological concept to marketers? what is the significance of cloud computing in relationship to the internet infrastructure? who is the leader in cloud computing for third parties by revenue, cisco, ibm, , or amazon?

Answers

The correct answer is Internet infrastructure stack are sets of hardware and services combined together which helps in making the data and information available on the web page.

Any hardware component that is housed inside a computer. a set of guidelines or software that instructs a computer on what to do or how to carry out a certain task (computer software runs on hardware). a computer application that gives users the resources they need to do a certain task. any hardware component that is housed inside a computer. a set of guidelines or software that instructs a computer on what to do or how to carry out a certain task (computer software runs on hardware). a computer application that gives users the resources they need to do a certain task.

To learn more about hardware  click on the link below:

brainly.com/question/15232088

#SPJ4

A ______ is a group of slides designed and formatted for a specific purpose. These include themes as well as content.

Answers

Answer:

Slideshow

Explanation: :)

What are components of the network effect in social media engagement?

Answers

The components of the network effect in social media engagement include network size, user engagement, and platform design.

The components of the network effect in social media engagement include :

1. Network size

The network size is one of the most important components of the network effect in social media engagement. The more users a social media platform has, the more valuable it becomes to each user. For example, a social media platform with only a few users will have limited content and interaction, while a platform with a large user base will have more content and interaction, making it more valuable to each user.

2. User engagement

User engagement is another important component of the network effect in social media engagement. The more users interact with each other and the platform, the more valuable it becomes. For example, a platform where users regularly share content, comment, and like other users' posts will have more engagement and be more valuable to its users.

3. Platform design

The design of a social media platform can also contribute to the network effect. A platform that is easy to use, visually appealing, and has useful features will attract more users and encourage them to engage with the platform. For example, a platform with a user-friendly interface and innovative features will be more likely to attract and retain users than a platform with a confusing interface and limited features.

To learn more about social media visit : https://brainly.com/question/13909780

#SPJ11

A Structure Box Has Been Declared As Follows: Struct Box { Float Length; Float Width; Float Height; }; Write A Function Volume That consumes 'a box' and return the volume.

Answers

To calculate the volume of a box, we need to multiply its length, width, and height. Therefore, we can create a function named "Volume" that takes in a parameter of type "Box" and returns the calculated volume as a float.

Here is an example implementation of the Volume function:

c++

Copy code

#include <iostream>

using namespace std;

// Define the Box struct

struct Box {

   float length;

   float width;

   float height;

};

// Define the Volume function

float Volume(Box box) {

   float volume = box.length * box.width * box.height;

   return volume;

}

// Example usage of the Volume function

int main() {

   // Create a Box struct with values for length, width, and height

   Box myBox = { 2.0, 3.0, 4.0 };

   // Calculate the volume of the Box using the Volume function

   float myBoxVolume = Volume(myBox);

   // Output the volume of the Box

   cout << "The volume of the box is: " << myBoxVolume << endl;

   return 0;

}

In the code above, we define the Box struct with float fields for length, width, and height. We also define the Volume function, which takes a Box struct as input and returns the volume of the box calculated as length times width times height. Finally, in the main function, we create an instance of the Box struct with values for length, width, and height, and pass it to the Volume function to calculate its volume. The output of the program will be the volume of the box.

To know more about instance visit:

https://brainly.com/question/30039280

#SPJ11

Gina is using Outlook in the default cached mode and is connected to an Exchange server. What is the default file type used to store a cached version of Gina’s mailbox?

PST
OST
MSG
XML

Answers

Answer:

Its C. MSG

Explanation:

On edg

Answer:

c

Explanation:

took the test

If you feel that an osha inspection is needed to get hazards.

Answers

OSHA inspections may be necessary in situations where hazards are present in the workplace and the employer is not taking appropriate actions to address them.

Hazardous conditions or practices can result in injuries, illnesses, and even fatalities. If an employee feels that their workplace is unsafe, they should first notify their supervisor and try to work with management to address the issue. However, if the employer does not take action to resolve the hazards or if the employee believes that their safety is being ignored, they can file a complaint with OSHA to request an inspection. An OSHA inspection can help to identify hazards and violations, and can lead to corrective action being taken to ensure a safer work environment.

To know more about OSHA inspections,

https://brainly.com/question/10100958

#SPJ11

Exercise #3: Write a program that finds all students who score the highest and lowest average marks of the first two homework in CS (I). Your program should read the data from a file called " "

Answers

To find students with the highest and lowest average marks in the first two CS (I) homework, read data from a file, calculate averages, and print the corresponding student names using the provided Python code.

To write a program that finds all students who score the highest and lowest average marks of the first two homework in CS (I),

Read data from the file.First of all, the program should read data from a file. The file name is " ". Calculate the average of the first two homework for each student. Then the program should calculate the average of the first two homework for each student, and store it in a dictionary with the student's name as the key.Find the highest and lowest averages.After that, the program should find the highest and lowest averages and the corresponding student names.Print the names of the students who have the highest and lowest average marks.Finally, the program should print the names of the students who have the highest and lowest average marks.

Below is the Python code that can be used to find the students who score the highest and lowest average marks of the first two homework in CS (I):

```python#open the filefile = open('filename', 'r')#initialize a dictionary to store the average of first two homework marks for each studentdata = {}#iterate through each line of the filefor line in file:#split the line into a list of valuesvalues = line.strip().split()#get the student's name and the first two homework marksname = values[0]marks = [int(x) for x in values[1:3]]#calculate the average of the first two homework marksaverage = sum(marks)/len(marks)#store the average in the dictionarydata[name] = average#find the highest and lowest averageshighest = max(data.values())lowest = min(data.values())#find the students with the highest and lowest averageshighest_students = [name for name, average in data.items() if average == highest]lowest_students = [name for name, average in data.items() if average == lowest]#print the names of the studentsprint('Students with highest average:', ', '.join(highest_students))print('Students with lowest average:', ', '.join(lowest_students))```

Note: Replace the 'filename' with the actual name of the file that contains the data.

Learn more about Python code: brainly.com/question/26497128

#SPJ11

Binary Number Inquiry
Term Description
1. Bit

2. Byte

3. Kilobyte

4. Megabyte

5. Gigabyte

6. Terabyte

7. Petabyte

8. Exabyte

Answers

Answer:

Byte should be the correct answer.

What is one similarity between compiled and interpreted programming languages? (5 points)

Both compiled and interpreted languages are translated one line of code at a time before moving to the next line.

Both compiled and interpreted languages can be shared with others while keeping the source code private.

Both compiled and interpreted languages are high-level languages and translate code for a computer to understand.

There are no similarities between compiled and interpreted programming languages.

Answers

Answer:

Both compiled and interpreted languages are high-level languages and translate code for a computer to understand.

Explanation:

The one similarity between compiled and interpreted languages is that they are both high-level languages.

A high-level language is a computer language written in easy to understand human language which is then converted to machine code for the computer to understand.  

A high-level language can either be interpreted or compiled.

An interpreted is a language in which the code is translated line by line before execution while a compiled language is one in which the source code is converted directly into machine language before execution.

So, the similarity between both languages is that they are high level languages and translate code for a computer to understand.

which of the following programming terms is enforced by declaring class attributes as private

Answers

The programming term that is enforced by declaring class attributes as private is encapsulation.

This is because encapsulation is the practice of hiding internal implementation details of a class from the outside world and controlling access to them through methods, such as getters and setters. By declaring class attributes as private, we can ensure that they can only be accessed and modified through the class's methods, thus encapsulating the implementation details. Neither escape sequences nor escalation are related to this concept.

Escape sequences are used to represent special characters in strings. Escalation is not a relevant programming term in this context.

Therefore, the correct option is encapsulation.

Complete Question

Which of the following programming terms is enforced by declaring class attributes as private

O Escape Sequences

O Escalation

O Encapsulation

O None of these answers

To know more about Encapsulation visit:

https://brainly.com/question/31958703

#SPJ11

Part B
There are many different ways that a user could tell us that he or she would like to add two numbers in our calculator program. The user could type “add”, “Add”, “ADD”, or “+”, to name a few possibilities. Of course, as humans, we know exactly what is meant, even if the word is capitalized. But the Python Interpreter can’t tell that “add” is the same as “Add”.

We can use a list to make our program a bit more robust. We can also use the IN operator to check for certain values in that list. Take a look at this if statement’s opening line:

if operation in [“add”, “Add”, “ADD”, “+”]:
Make those changes in your program and verify that it works.
Consider all of the possible words the user might enter to subtract, multiply, or divide.
Rewrite the first lines of each of your if statements to use lists.
Thoroughly test your new program, trying out each of the four operations.
Share the link to your Python code in REPL.it with your teacher by clicking on the share button and copying the link.

Answers

Answer:

The Python programming language is a great tool to use when working with numbers and evaluating mathematical expressions. This quality can be utilized to make useful programs.

This tutorial presents a learning exercise to help you make a simple command-line calculator program in Python 3. While we’ll go through one possibile way to make this program, there are many opportunities to improve the code and create a more robust calculator.

We’ll be using math operators, variables, conditional statements, functions, and handle user input to make our calculator.

Prerequisites

For this tutorial, you should have Python 3 installed on your local computer and have a programming environment set up on the machine. If you need to either install Python or set up the environment, you can do so by following the appropriate guide for your operating system.

Step 1 — Prompt users for input

Calculators work best when a human provides equations for the computer to solve. We’ll start writing our program at the point where the human enters the numbers that they would like the computer to work with.

To do this, we’ll use Python’s built-in input() function that accepts user-generated input from the keyboard. Inside of the parentheses of the input() function we can pass a string to prompt the user. We’ll assign the user’s input to a variable.

For this program, we would like the user to input two numbers, so let’s have the program prompt for two numbers. When asking for input, we should include a space at the end of our string so that there is a space between the user’s input and the prompting string.

number_1 = input('Enter your first number: ')

number_2 = input('Enter your second number: ')

After writing our two lines, we should save the program before we run it. We can call this program calculator.py and in a terminal window, we can run the program in our programming environment by using the command python calculator.py. You should be able to type into the terminal window in response to each prompt.

Output

Enter your first number: 5

Enter your second number: 7

If you run this program a few times and vary your input, you’ll notice that you can enter whatever you want when prompted, including words, symbols, whitespace, or just the enter key. This is because input() takes data in as strings and doesn’t know that we are looking for a number.

Explanation:

Hope This helps with your coding

( If it doesn't then sorry)

you want to mount a number of file systems each time the system is brought up. which configuration file should hold the configuration information for the file systems to be mounted?

Answers

The configuration file that should hold the configuration information for the file systems to be mounted each time the system is brought up is the /etc/fstab file. This file contains information about the file systems that are automatically mounted during system startup, including their device names, mount points, file system types, and mount options.

In communications or computer systems, a configuration of a system refers to the arrangement of each of its functional units, according to their nature, number and chief characteristics. Often, configuration pertains to the choice of hardware, software, firmware, and documentation. Along with its architecture, the configuration of a computer system affects both its function and performance.

To learn more about "Configuration" visit: https://brainly.com/question/14114305

#SPJ11

How is the anode heel effect influenced by field size? Distance?

Answers

The field will be more uniform at the center (i.e. smaller field size) due to the collimator absorbing the peripheral variations.

This is due to the divergence of the x-ray beam and the total number of photons from both sides of the anode hitting the IR as the field size gets larger. The anode heel effect causes: A variation of the beam's intensity across the x-ray field

code a statement that tests if the database named testdb exists.

Answers

To test if the database named `testdb` exists, the following statement in SQL can be used:```SHOW DATABASES LIKE 'testdb'```This statement searches for the `testdb` database in the list of databases available and returns a result if it exists. If the database exists, the output will include the name of the database, otherwise, no result will be returned.

The `LIKE` keyword is used to perform a pattern match search for the specified database name.The statement returns a list of databases whose names match the specified pattern. In this case, we are using `testdb` as the pattern to find the database with this name.

The `SHOW` keyword is used to display information about the database, in this case, the list of databases matching the pattern provided.To test if the `testdb` database exists, we can use the SQL statement `SHOW DATABASES LIKE 'testdb'`. This statement searches for the `testdb` database in the list of databases available and returns a result if it exists. If the database exists, the output will include the name of the database, otherwise, no result will be returned. The `LIKE` keyword is used to perform a pattern match search for the specified database name. The statement returns a list of databases whose names match the specified pattern. The `SHOW` keyword is used to display information about the database, in this case, the list of databases matching the pattern provided.

To Know more about database visit:

brainly.com/question/30163202

#SPJ11

freddy wants to take up a few platform-specific courses for his new job. which courses can he take? to be able to perform for programming languages specific to a certain platform, freddy can take courses such as and .

Answers

In order to be able to perform for programming languages specific to a certain platform, Freddy can take courses such as HTML5 and CSS3.

What is CSS 3 ?

CSS 3 is an abbreviation for Cascading Style Sheets revision 3 and it can be defined as a style sheet programming language that is designed and developed for describing and enhancing the presentation of a webpage (document) that is written in a markup language such as:

XMLHTML

What is HTML 5?

HTML 5 is an abbreviation for hypertext markup language revision 5 and it can be defined as a standard programming language which is used for designing, structuring, developing and presenting websites or webpages.

In order to be able to perform several tasks by using programming languages specific to a certain platform, Freddy can take courses such as HTML5 and CSS3.

Read more on HTML 5 here: https://brainly.com/question/28145966

#SPJ1

Complete Question:

Select the correct answer from each drop-down menu. Freddy wants to take up a few platform-specific courses for his new job. Which courses can he take?

To be able to perform for programming languages specific to a certain platform, Freddy can take courses such as and .

first dropdown

a. HTML5

b. Visual C#

c. JavaScript

second dropdown

a. Jquery

b. CSS3

c. .NET

Can someone plz help me!!

Can someone plz help me!!

Answers

Answer:

A

Explanation:

Iv'e did this before.

Although there are specific rules for furniture placement that should generally be followed, sometimes you will need to bend the rules a little bit. When might it be acceptable to bend the rules for furniture spacing?

Answers

However, it might be acceptable to bend the rules for furniture spacing in certain situations such as:

1. Limited space: If you have a small room, you may need to move furniture closer together than recommended to make the most of the available space.

2. Personal preferences: If you prefer a certain arrangement that may not follow the standard rules, it is acceptable to adjust the spacing to suit your taste and style.

3. Unique room layout: Sometimes, the shape and layout of a room may require you to adjust the furniture spacing to fit the space properly.

4. Multifunctional spaces: If a room serves multiple purposes, such as a living room that also serves as a home office, you may need to modify the furniture placement to accommodate the different functions.

Regardless of the situation, it's crucial to ensure that the furniture arrangement still provides a comfortable and functional space.

need help asap plzz can you take advantage of the information on social media sites related to careers you are interested in

Answers

Answer:

(The social media site which lets you earn money) lets you post any contents as long as it follow the rules. The advantage information about (The socia media mentioned earlier)is that you can earn money, for making what you want.

Explanation:

fill in the blanks

Does (a) automation/new technologies or (b) immigration increase the unemployment rate? Why or why not?

Answers

The following is an explanation of how automation/new technologies or immigration affects unemployment rates:A) Automation/new technologies and Increasing automation is expected to result in job losses, according to some economists.

According to a study by the McKinsey Global Institute, automation and artificial intelligence have the potential to replace 375 million jobs worldwide. This prediction has the potential to harm low-skilled, low-wage workers, as well as those with low levels of education. Although technology creates employment, it also eliminates jobs in many cases. The key question is how technological advancements can be used to ensure that everyone can participate in the economy, including low-skilled workers.

The government could have a role to play in supporting and retraining workers who may lose their jobs due to technological advancements.According to a survey conducted by the National Academies of Sciences, Engineering, and Medicine, there is little evidence that immigration significantly impacts native-born employment. According to this study, immigrants and native-born individuals typically do not compete for the same jobs.

Learn more about unemployment rates: https://brainly.com/question/27413958

#SPJ11

print("Weight on Earth?")
weightEarth = input()
weightMoon = (weightEarth/6)
print("Weight on moon:", weightMoon)

any1 know anything wrong with this code? (python)

Answers

Answer:

weightEarth = float(input("Enter weight on earth: "))

weightMoon = weightEarth/6

print("Weight on moon:", weightMoon)

Explanation:

You have to convert the string input into a float in order to do calculations with it.

Jack needs to email two documents to a friend, but the files are so large his email server bounced them back as undeliverable. What is your advice?

Answers

first try to do one at a time and if they are both too large he can send them through softwares like google drive that let you have large amounts of storage with your files

What is the rarest gun on surviv io

Answers

Answer: It's the M249

Explanation: I wanna get brainliest XD

Answer: Bippity Boopity the answer is yesity

Explanation: No

Complete the following sentences by choosing the best answer from the drop-down menus.
A_____ Programming Language is a language that physically runs on the website visitor's own computer.
An example of a programming language that is frequently used to develop websites with existing
databases is______
______is an example of a programming language that is supported in all browsers.
A program that physically runs on the web host's computer is called a____ Programming Language.

Answers

A Client-Side Programming Language is a language that physically runs on the website visitor's own computer.

What is an example of the programming language?

An example of a programming language that is frequently used to develop websites with existing databases is PHP.

JavaScript is an example of a programming language that is supported in all browsers.

A program that physically runs on the web host's computer is called a Server-Side Programming Language.

Read more about programming languages here:

https://brainly.com/question/16936315

#SPJ1

Answer:

Complete the following sentences by choosing the best answer from the drop-down menus.

A

✔ Client Side

Programming Language is a language that physically runs on the website visitor’s own computer.

An example of a programming language that is frequently used to develop websites with existing databases is

✔ PHP

.

✔ JavaScript

is an example of a programming language that is supported in all browsers.

A program that physically runs on the web host’s computer is called a

✔ Server Side

Programming Language.

Explanation:

if Z ~N( 0, 1) compute following probabilities:
a. P(Z≤1.45)
b. P( -1.25 ≤ Z ≤ 2.3)

Answers

a. The value of P(Z ≤ 1.45) is 0.9265

b. The value of P(-1.25 ≤ Z ≤ 2.3) is 0.8837.

From the question above, Z ~ N(0, 1)

We need to find the following probabilities:

a. P(Z ≤ 1.45)

From the standard normal distribution table, we can find that P(Z ≤ 1.45) = 0.9265

Therefore, P(Z ≤ 1.45) ≈ 0.9265

b. P(-1.25 ≤ Z ≤ 2.3)

From the standard normal distribution table, we can find that:

P(Z ≤ 2.3) = 0.9893 and P(Z ≤ -1.25) = 0.1056

Now we can calculate the required probability as follows

:P(-1.25 ≤ Z ≤ 2.3) = P(Z ≤ 2.3) - P(Z ≤ -1.25)= 0.9893 - 0.1056= 0.8837

Therefore, P(-1.25 ≤ Z ≤ 2.3) ≈ 0.8837.

Learn more about probability at

https://brainly.com/question/31909306

#SPJ11

10. Specify a suitable quality number for the gears in the
drive
for an automotive transmission.

Answers

In the case of automotive transmissions, the ideal quality number for gears in the drive is greater than 6.

Quality number is the number of speeds divided by the number of gears. A higher quality number indicates that the transmission can handle a wider range of speeds with a smaller number of gears. The number of gears and speeds in an automotive transmission varies depending on the manufacturer and the intended use of the vehicle.

A typical automotive transmission, for example, may have between four and ten speeds, with six being the most common. However, transmissions with higher quality numbers are becoming increasingly popular because they provide a more efficient and comfortable driving experience.

To know more about  transmissions visit:-

https://brainly.com/question/33396210

#SPJ11

Keeping the software after being given the terms inside the package and having the opportunity to give it back is what form of an agreement Software as a service agreement Browse wrap agreement Shrink

Answers

The act of keeping the software after receiving the terms inside the package and having the opportunity to return it is typically associated with a Shrink Wrap Agreement.

A Shrink Wrap Agreement is a type of software licensing agreement that is commonly used for packaged software. In this type of agreement, the terms and conditions of use are included inside the package, and by opening the package, the user agrees to be bound by those terms. The user's act of keeping the software after being presented with the terms and having the opportunity to return it is considered acceptance of the agreement. The name "shrink wrap" refers to the plastic shrink wrap that often encloses software packages. When the user removes or breaks the shrink wrap to access the software, it signifies their intention to accept the terms of the agreement. This form of agreement is often used when selling software in physical form, such as CDs or DVDs. It is important for users to carefully review the terms of a Shrink Wrap Agreement before accepting it by keeping the software. These agreements may include provisions regarding limitations of liability, intellectual property rights, and restrictions on use.

Learn more about Shrink Wrap Agreement here:

https://brainly.com/question/15047767

#SPJ11

what is represented by the base roof of a phlogentic tree

Answers

Answer:

Ancestral linkage

Explanation:

A phylogenetic tree or a phylogeny, in other words, is a diagram that outlines the history of evolutionary descent of different species, organisms, or genes from a single lineage or shared ancestor.

A phylogenetic tree is typically drawn from the bottom upwards or from the left to the right.

Phylogenetic trees can either be rooted or unrooted. To be rooted means that there is a single ancestral linkage or lineage. Unrooted phylogenetic refers to multiple ancestral linkages.

Cheers

Name two sensors which would be used in a burglar alarm system

Answers

kind of sensors used in a burglar alarm system:-Passive Infrared SensorsTomographic Motion Detector.Microwave Detectors.Ultrasonic Detectors.Photoelectric Beams.Glass Break Detectors.

1. Passive Infrared Sensor

This sensors type is passive in a way that it doesn't radiate its own energy. Instead, it detects the infrared light radiating from objects. This way, it can detect whenever there's a human or another living being in its field of view.

2. Photoelectric Beams

This is also another type of motion detector, but it doesn't work similarly to the others. For one, it doesn't have a coverage area. It only forms a fence, which triggers the alarm if broken.

It consists of two separate parts that form a sort of a fence made of IR beams. When someone steps into the beams, between the two parts, they trigger the alarm.

Which features of Word are used to separate numbers and text into columns? Check all that apply.
ruler
Tab key
left tab
right tab
decimal tab

Answers

Answer:

ruler and decimal tab

Explanation:

The features of Word are used to separate numbers and text into columns are the ruler and the decimal tab.

In order to split text into columns, the following processes are required:

The user has to open the document.Then, one will select the page layout tab.The user will click on columns command in the page setup group.Then, there is a list of options that's used in splitting the text into columns.Then, the user will select the desired option.

In conclusion, the correct options are A and E.

Read related link on:

https://brainly.com/question/8950542

Other Questions
what __ (you/to do) ? I am architect. last night, while Kate ___(to do) her homework, Nick ___ ( to call) . I think the waiter ___(to forget) us. your hair is wet. what __you__(to do)? What is the conjunction for all these words Master Budget Project Husker Corporation is a manufacturing company that produces one product. The Corporation is working on their 1st quarter budget and needs your help. The master budget will be based on the following information: a. Unit sales for the upcoming year are projected as follows: Jan. 250, Feb. 300, March 300, April 350 and May 275. b. The selling price is $30 per unit. C. Husker Corporation's desired ending inventory for finished goods is 20% of next month's sales. d. Each finished good takes 1/2 hour of direct labor and 3 units of direct materials. Employees are paid $9.50 per hour, and one unit of direct materials costs $2.50. e. At the end of each month, Husker Corp. plans to have 30% of the direct materials needed for the next month's production units. f. Fixed overhead totals $42,000 for the entire year. Of this total, $12,000 represents depreciation. All other fixed expenses are paid for in cash in the month incurred. The fixed overhead rate per unit is $4.50/unit (note this is based on estimates for the entire year). g. Variable overhead is budgeted at $2 per unit produced. All variable overhead expenses are paid for in the month incurred. h. Fixed selling and administrative expenses total $2,400 per year, including $600 depreciation per year. i. Variable selling and administrative expenses are budgeted at $1.50 per unit sold. All selling and administrative expenses are paid for in the month incurred. j. All sales are credit sales. Husker Corp. collects 65% of all sales within the month of the sale and the other 35% is collected in the following month. There are no bad debts. Accounts receivable at year end totaled $2,362.50. k. Husker Corp. buys direct materials on account. Half of the purchases are paid for in the month of acquisition, and the remaining half are paid for in the following month. Accounts payable at the end of last year totaled $1,000.00. I. In March, $2,000 of equipment will be purchased with cash. m. The beginning cash balance at the beginning of the budgeted year is $12,000. What was the purpose of setting 4 time zones in the continental United States?Business owners were choosing the time, resulting in confusion.People were calling family members too late and were upset.Railroads needed standardization of time for continental travel.The civil war resulted in a need for standardization of time. 15) The diagram below represents the sequence of events (steps 1 through 10) resulting in the production of a D' meson and a D* meson. An electron and a positron (antielectron) collide (step1), annihilate each other (step 2), and become energy (step 3). This energy produces an anticharm quark and a charm quark (step 4), which then split apart (steps 5 through 7). As they split, a down quark and an antidown quark are formed, leading to the final production of a D' meson and a D* meson (steps 8 through 10).Which statement best describes the changes that occur in this sequence of events?(1) Energy is converted into matter and then matteris converted into energy.(2) Matter is converted into energy and then energyis converted into matter.(3) Isolated quarks are being formed from baryons.(4) Hadrons are being converted into leptons. What was revolutionary and provocative about the virginia plan? which disease-associated fungi or fungal characteristics are mismatched?group of answer choicesclaviceps purpura - aflatoxintrichothecenes - inhibit protein synthesiscryptococcus neoformans - capsulesergot - sclerotiaamantia - neurotoxin Which Number line represents the solution set of the inequality Which cultural imperative should guide us to do right instead of wrong in intercultural situations? Food bill:$86.32 Tip:20% 10. Which of the following are true of the equation x = log10 (12,500)? Select all that apply.A. x < 4B. X = 4C. x > 4D. x < 5E. X = 5F.x > 5 Would a rollercoaster have the greatest kinetic energy at the top of the highest hill or at the bottom on the highest hill Write if statement that increases pay by 3% if score is greater than 90, otherwise increases pay by 1%. A light beam in air is incident on the surface of a pond, making an angle of 20 with respect to the surface. What are the angles of reflection and refraction? Which of the following are tests we can quickly and easily perform (even in the field) to help us identify a mineral? Multiple Choice magnetism effervescence streak All of these choices are correct. magnetism effervescence streak All of these choices are correct. hardness exercise 2:rewrite the sentences by using the reported verbs given in bracket.exercise 3:Rewrite the questions using noun clause. Before parliamentary acts were passed to regulate working, how many hours per day did most children work?. A company produces and sells 10,125 desks each year. Each production run has a fixed cost of $500 and an additional cost of $15 per desk. To store a desk for a full year costs $8. What is the optimal number of desks the company should make during each production run If a friend comes over to talk to you both in happy and sad times, what 5 points trait is he or she demonstrating?1.fairness2.respect3.self-esteem4.caring 1. What is one of the important roles of tropical rainforests in the earth's environment?A. making the sun shine brighterB. increasing the earth's magnetic fieldC. providing people with something to destroyD. absorbing excess carbon dioxide in the atmosphere2. What will be the result if the trees in rainforests are mostly cut down?A. better air qualityB. increase in wildlife populationC. abnormal warming of the earthD. abundance in natural habitats of forest organisms3. How does kaingin or clearing out of forest areas by burning to convert into agriculturallands disrupt the cycles in the ecosystem?A. Cleared out forests turn into new breeding grounds.B. Agricultural lands become natural habitats for wildlife.C. Plant and animal population in kaingin areas will increase.D. Organisms in the converted forest areas will lose their natural habitats.4. Why is there a need to conserve and protect tropical rainforests?A. Rainforests maintain earth's gravity.B. The changing of seasons is caused by forests.C. Forests produce huge amounts of carbon dioxide.D. Tropical rainforests have important functions in the ecosystem5. What could be the result if coral reefs are destroyed? ?A. more beautiful underwater sceneryB. increase in number of predatory fishesC. loss of habitat of many marine creaturesD. absence of big waves that hit the coastlines6. Which human activity could cause destruction of the coral reefs?A. cleanup drive in beachfrontsB. use of sodium cyanide in fishingC. observing closed season for fishingD. quarding municipal waters against illegal fishing activities