Which of the following is a storage device? A. CPU B. printer C. RAM D. mouse

Answers

Answer 1

Answer:  c

Explanation: ram is a storage device


Related Questions

Your server runs in quadruple-channel memory mode. How many memory controllers are being used?.

Answers

Answer: four

Explanation:

Servers and high-end workstations has been commonly used which buffered memory, which has specialized memory as it has additional circuitry to manage large amounts of ram.

What is Vertical scaling?

Vertical scaling has meaning that the ability to increase the capacity of the existing hardware or the software just by adding the resources. In this case, more GB has been added (8GB) to the server or to address the problem. So the vertical scaling has been the resultant type john has been expecting.

Buffered memory would help just to speed up some process by reserving the particular amount of the RAM for it. A hypervisor does not need 20% of the physical server memory which is assigned to just it. 20 percent buffer has been saved for Instant RAM that can be used by the system.

It has been true that 20 percent memory buffer has kept, but it has not meant for the exclusive use of the hypervisor, but it has been used by the operating system entirely.

Therefore, there are many memory controllers are being used.

Learn more about server on:

https://brainly.com/question/30168195

#SPJ2

what is an open-source physical computing platform that can take input from a variety of switches or sensors to control physical objects?

Answers

An open-source physical computing platform that can take input from a variety of switches or sensors to control physical objects is known as Arduino.

Arduino means an electronics prototyping system is built to simplify microcontroller projects. The concept is to product these projects without having to know much about microcontrollers or programming, microcontrollers for dummies is one tips of explaining Arduino. Arduino has function to control of traffic lights, it can also be used for the real time control system with programmable timings, pedestrian lighting etc. Arduino can respond with buttons, LEDs, motors, speakers, GPS units, cameras, the internet, and even your smart-phone or your TV.

Learn more about Arduino at https://brainly.com/question/13098809

#SPJ4

Who invented the first computer program to help the analytical engine calculate numbers.

Answers

Answer:

(In 1843 mathematician Ada Lovelace wrote in her notes for a translation of a French article about the Analytical Engine how the machine could be used to follow a program to calculate Bernoulli numbers. For this, she has been called the first computer programmer.)

In the 1840s, Ada Lovelace became the first computer programmer, inspite of the fact that the Analytical Engine (the computer that she designed the programs for) wasn't ever manufactured. She was also the first person to suggest that a computer could be more than just an oversized calculator!

Explanation:

Ada Lovelace is the correct one

8.if converting scada systems to the internet protocol increases the risk of a hacker taking control of an industrial process, why are companies doing just that?

Answers

Companies are trying to convert SCADA systems to Internet Protocol in order to save money and perform remote maintenance and monitoring.

What is a hacker?

Computer hackers are unauthorized users who gain access to computer systems with the intent of stealing, changing, or destroying data, frequently by installing dangerous malware without your knowledge or consent.

Their deft tactics and in-depth technical knowledge enable them to gain access to information you don't want them to have.

If a SCADA system is not properly supervised, it is vulnerable. These systems are designed to keep up with the latest technological advances.

Companies are attempting to convert SCADA systems to Internet Protocol in order to save money on maintenance and monitoring.

Thus, due to this, companies are converting SCADA systems to IP.

For more details regarding hacker, visit:

https://brainly.com/question/29215738

#SPJ1

in the lab, you covered up the tracking of access to the log files by deleting lines within the access.log file. what other types of controls could be put in place to identify that these changes occurred? what other types of security measures could be put in place to help secure the web server?

Answers

in the lab,  Since you covered up the tracking of access to the log files by deleting lines within the access.log file. the types of controls that could be put in place to identify that these changes occurred is the use of contingency plans (BCP) or the use of intruder detector  or check your history.

Some other types of security measures could be put in place to help secure the web server is the use of intruder detector, malware detector and others such as:

Strong Passwords. Install And Configure The CSF Firewall. Install And Configure Fail2Ban. Why do we need to secure the server?

For authentication, you must have it. Information is more protected and less susceptible to data breaches as a result. Numerous gadgets may be used by visitors to your website. It might be a phone, a laptop, or a tablet.

Note that A cyberattack has the potential to compromise any of these devices. Web server security refers to the safety of any server installed on the Internet or a World Wide Web domain. It is often done using a variety of techniques and in layers, including the network security layer, hosted application security layer, and base operating system (OS) security layer.

So:

Upgrade the operating system and software frequently.Set up your computer so backups may be stored.Access Restrictions to the Files on Your Computer.Put SSL certificates in place.

Learn more about web server from

https://brainly.com/question/1160272
#SPJ1

What will be the output produced by following code statements?(a) 87//5 (b) 87//5.0 (c) (87 // 5.0) ==(87//5) (d)(87 // 5.0) == int(87/5.0)​

Answers

What is coding?The act of writing computer code using programming languages is referred to as coding. The websites, apps, and other technology we use every day are programmed using coding. The terms "code" and "programming" are familiar to most people, both inside and outside of the computer community. Coding proficiency is necessary for many of the finest tech jobs. Understanding and interpreting code is crucial if you want to work in a lucrative area like software engineering, web development, or data science.

a) 87//5

output

17

b) 87//5.0

output

17.0

c) (87//5.0) == (87//5)

output

True

d) (87 // 5.0) == int(87/5.0)

output

True

To learn more about code, refer to

https://brainly.com/question/26098895

#SPJ1

what most likely the slowest arithmetic operation between two 32bit integer operands on modern cpus. assmume the compiler is optimizing

Answers

The best course is likely to create a different implementations and profile them with different compilers & settings (which is likely what you have already been doing) because while MUL is typically a lot faster in modern architectures, if you take power consumption rather than latency into account, then things change. MUL units are quite huge and draw a lot of power, so you might actually be better off with ADD in some cases.

Performance 32 bit:

Generally, even code written for a 64-bit platform uses 32-bit variables where values will fit in them. This isn't primarily because arithmetic is faster (on modern CPUs, it generally isn't) but because it uses less memory and memory bandwidth.

A structure containing a dozen integers will be half the size if those integers are 32-bit than if they are 64-bit. This means it will take half as many bytes to store, half as much space in the cache, and so on

What is 32-bit?

The 32-bit architecture of a CPU allows for the transfer of 32 bits of data per clock cycle. In plainer terms, it is the volume of data that your CPU can handle each time it executes an operation. Only 32 "vehicles" (bits of data) can pass through an intersection at once in this architecture, which can be compared to a road that is 32 lanes wide.

Technically speaking, this means that processors can operate on 32-bit binary numbers. Any larger, and the computer would have to divide the data into more manageable chunks.

To learn more about CPU, visit:https://brainly.com/question/474553

#SPJ4

data analyst wants a quick summary of the structure of their data frame, including the column names and the number of rows and variables. what function should they use?

Answers

A summary of a data frame's structure, including column names, row and variable numbers, and the kind of data stored, is returned by the str() function.

What are DataFrames in Python?A 2-dimensional labeled data structure called a "DataFrame" has columns that could be of many sorts. It can be compared to a spreadsheet, SQL table, or dictionary of Series objects. It is typically the pandas object that is used the most.Data for the function. Data frames, the primary data structure utilised by most of R's modelling tools, are closely tied collections of variables that share many characteristics with matrices and lists. Data frames are created via the frame() function.A Dataset is arranged into named columns to form a DataFrame. Similar in idea to a table in a relational database or a data frame in R or Python, but with more sophisticated optimizations.

To Learn more About data frame Refer To:

https://brainly.com/question/28448874

#SPJ4

having multiple class methods of the same name whee each method has different parametres is known as

Answers

When two or more methods in a class share the same method name but have distinct parameters, this is known as overloading.

What is overloading ?Method overloading enables different methods to share the same name but have distinct signatures, where the signature can vary based on the quantity, nature, or combination of input parameters.In Java, method overloading is also referred to as early binding, static polymorphism, and compile-time polymorphism. When a method overloads, the child argument will take precedence over the parent argument.The capacity to define many functions bearing the same name but with various implementations is known as function overloading or method overloading.In a particular instance of polymorphism known as operator overloading, which is often referred to as operator ad hoc polymorphism, certain operators have various implementations based on their arguments. In general, a programming language, a programmer, or both define operator overloading.

To learn more about overloading refer :

https://brainly.com/question/14467445

#SPJ4

a company uses a devsecops approach for developing and maintaining software. in one environment, developers complete penetration and vulnerability scanning to ensure the system is free of bugs and coding errors early on. which of the following best describes this environment?

Answers

By incorporating security early on and throughout the whole software development life cycle, DevSecOps seeks to safeguard the software development process.

What is software development process?

Software development process is defined as a method for streamlining software development tasks into smaller, concurrent, or sequential steps or sub-processes to enhance product management and design. An alternative name for it is a software development life cycle.

DevSecOps integrates real-time continuous feedback loops and insights throughout the whole SDLC, from planning and design to coding, building, testing, and release. The DevOps methodology for developing software is based on three pillars: organizational culture, processes, and technology & tools.

Thus, by incorporating security early on and throughout the whole software development life cycle, DevSecOps seeks to safeguard the software development process.

To learn more about software development process, refer to the link below:

https://brainly.com/question/20318471

#SPJ1

Write a program that asks the user to enter a city name, and then prints Oh! CITY is a cool spot. Your program should repeat these steps until the user inputs Nope.

Sample Run:
Please enter a city name: (Nope to end) San Antonio
Oh! San Antonio is a cool spot.
Please enter a city name: (Nope to end) Los Angeles
Oh! Los Angeles is a cool spot.
Please enter a city name: (Nope to end) Portland
Oh! Portland is a cool spot.
Please enter a city name: (Nope to end) Miami
Oh! Miami is a cool spot.
Please enter a city name: (Nope to end) Nope

Answers

user_name = input("Please enter city name to run the program: ")

while( user_name != "Nope" ):

  print("Nice to meet you ", user_name )

  user_name = input("Please enter a name or type Nope to terminate the program: ")

I hope this helps!

which of the following is not an example of secondary storage? ram raid external hard drives flash drives

Answers

Answer:

RAM

Explanation:

a single corporation can offer television, phone, and internet services due to which of the following? group of answer choices a key merger between a phone and cable company in the early 2000s the supreme court supporting companies' right to make a profit by offering multiple products the telecommunications act of 2001 the telecommunications act of 1996 deregulation of the telecommunications industry in the 1980s

Answers

A single corporation can offer television, phone, and internet services due to a key merger between a phone and cable company in the early 2000s. Thus, the correct option for this question is A.

What are the advantages of Internet services?

The advantages of internet services may include connectivity, communication, and sharing that increase the efficiency in the working of individuals like banking selling, shopping, funding, entertaining, etc.

According to the key merger between a phone and cable company in the early 2000s, it gave a chance to corporations that can offer multiple products in order to increase their complete turnover. It makes a lot of perks to the corporation in expanding their demands with respect to the customer's needs.

Therefore, the correct option for this question is A.

To learn more about Internet services, refer to the link:

https://brainly.com/question/18000293

#SPJ1

an analyst is running windows 7 on the pc and is planning to migrate to windows 8.1. the analyst wants help migrating the personal files and settings into the newer version. what tool or utility would be the best choice for the user?

Answers

Since an analyst is running windows 7 on the pc, the  tool or utility that would be the best choice for the user is  Windows Easy Transfer

Does Windows 10 Support Windows 7 Easy Transfer?

You can use Windows Easy Transfer to transfer all of your files and settings from your old computer or old version of Windows to your new computer running Windows 10 whether you intend to upgrade your Windows XP, Vista, 7 or 8 computer to Windows 10 or purchase a new PC with Windows 10 pre-installed.

Note that Microsoft created Windows Easy Transfer, a specialized file transfer tool that enables Windows users to move their personal data and settings from a computer running an older version of Windows to a machine running a more recent version.

Learn more about windows 7 from

https://brainly.com/question/25718682
#SPJ1

) suppose you purchase a wireless router and connect it to your cable modem. also suppose that your isp dynamically assigns your connected device (that is, your wireless router) one ip address. also suppose that you have five pcs at home that use 802.11 to wirelessly connect to your wireless router. how are ip addresses assigned to the five pcs? does the wireless router use nat? why or why not?

Answers

Using an Ethernet cable, join your modem to your router. The majority of routers contain many Ethernet ports, however there is one designated for connecting directly to the modem that is marked "Internet" or "WAN" (wide area network).

How do I connect my router to my computer?Depending on the model, you can use a cable or wireless connection to link a computer to a router.In contrast to slim and light laptops like the MacBook Air, the majority of laptops enable Wi-Fi connections but may not have an Ethernet connector for wired communication. You will next want a USB adaptor.Every desktop has an Ethernet port, and some gaming and workstation configurations even have two. Thanks to Wi-Fi 5, computers now have more Wi-Fi than in previous years.You should have all the cables you need if this is your first time connecting a computer to a router with an Ethernet cable. Manufacturers normally provide at least one cable with the router, but be sure your product's parts list includes all of them. If your router didn't come with an Ethernet cable, we offer a list of the top ones.

To Learn more About Ethernet cable refer to:

https://brainly.com/question/28447662

#SPJ4

write a query to return a list of professor names and their associated courses for all courses outside of their departments

Answers

The query to a database to return a list of Professor Names and their associated courses for all courses outside of their departments is given as follows:

SELECT distinct p.Name, c.Name, s.*

FROM schedules s

LEFT JOIN Professor p on p.id = s.professor_id

INNER JOIN Department d on d. department_id= p. department_id

LEFT JOIN Course c on s.course_id = c.id

What is a Database Query?

A database query is a comparable operation that is most closely related to a CRUD (create, read, update, delete) function. A database query is a request to alter or get data from a database. This enables us to apply logic to the information returned in response to the query.

Many organizations utilize databases to hold vast volumes of information that users may access to update or maintain records, such as employee or customer information. A database query can be used to inspect or edit data sets within a database.

Learn more about Database Queries:
https://brainly.com/question/24180759
#SPJ1

you need to export the ad fs metadata so that the administrator at partner can create a claims provider trust. which node in the ad fs management console should you use?

Answers

you need to export the ad fs metadata so that the administrator at partner can create a claims provider trust. You use the Admin node in the ad fs management console.

What is metadata?

In contrast to the content of the data, such as the message's text or the image itself, metadata is "data that offers information about other data." The ability for users to identify items of interest, note important details about them, and communicate those details with others is made possible by metadata, which is vital to the functionality of the systems hosting the content.

Metadata comes in three primary categories:

The descriptive data about a resource is known as descriptive metadata. It is used to find and identify things. It contains things like a title, an abstract, an author, and keywords.Structural metadata describes data containers and describes how components of compound objects are put together, for as how pages are arranged to make chapters. The types, versions, relationships, and other details of digital materials are described.Administrative metadata is the data used to administer a resource, such as a resource type, rights, and the circumstances surrounding its creation.

To learn more about metadata, use the link given
https://brainly.com/question/28504211
#SPJ4

The ______ interprets and carries out the basic instructions that operate a computer.

Answers

The processor interprets and carries out the basic instructions that operate a computer.

What is Processor?

An integrated electronic circuit called a processor is what does the calculations for a computer. A processor executes basic instructions given from an operating system, including mathematical, logical, input/output (I/O), and other operations (OS). The majority of other processes rely on the actions of a processor.

What is Operating System?

An operating system (OS) is a piece of software that controls all other application programs in a computer after being originally loaded by a boot program. Through a specified application program interface, the application programs use the operating system by requesting services (API).

CPUs will perform most basic arithmetic, logic and I/O operations, as well as allocate commands for other chips and components running in a computer. The term processor is used interchangeably with the term central processing unit (CPU), although strictly speaking, the CPU is not the only processor in a computer.

Learn more about processor click on this:

https://brainly.com/question/474553

#SPJ4

Organizations that are concerned about the security of their data should not use public cloud computing.

Answers

Answer: True, but with good cyber security and firewalls they should be fine.

Explanation:

when sorting with bubble sort, how many swaps are needed for 98 to reach its sorted position in the list 98, 12, 34, 78, 35, 78, 45?

Answers

We need 6 swaps to put 98 in its sorted position because 98 is the maximum element and currently placed at the leftmost position; after sorting, its final place will be at the rightmost position, and this will be done by swapping with each element.

What is Bubble Sort?

Bubble sort is a straightforward sorting algorithm. This sorting algorithm is a comparison-based algorithm that compares each pair of adjacent elements and swaps them if they are not in order. Because its average and worst case complexity are O([tex]n^{2}[/tex]), where n is the number of items, this algorithm is not suitable for large data sets.

Bubble Sort Algorithm:

We assume list is an array of n elements. We further assume that swap function swaps the values of the given array elements.

begin BubbleSort(list)

 for all elements of list

     if list[i] > list[i+1]

        swap(list[i], list[i+1])

     end if

  end for

 

  return list

 

end BubbleSort

To know more about Bubble Sort, visit: https://brainly.com/question/29325734

#SPJ4

Suppose you would like to copy the formula in cell b6 to c6 while keeping the same cell references (i. E. C4/c3). Which macabacus shortcuts should you use?.

Answers

Paste Duplicate macabacus shortcuts we should use.

What is macabacus?

Macabacus is a software company that specializes in financial modeling applications. Macabacus is a software company that specializes in financial modeling tools for Excel. The Fast Fill Right/Down tools in Macabacus are similar to the native Fill Right/Down functions in Excel, but far more versatile. Macabacus will automatically determine how far right/down to fill based on the presence of data surrounding the active cell if you use Fast Fill.

Paste copied cells without keeping original formulae, unless relative cell references inside the copied range refer to cells inside the copied range, in which case the copied range's original formulaic relativity is preserved within the pasted cells. This is a more natural alternative to Paste Exact.

To learn more about macabacus
https://brainly.com/question/28070009

#SPJ4

data entry processing integrity controls such as field checks, completeness tests, and closed-loop verification are not needed for journal entries made by

Answers

A computer's audit trail is a record of every activities related to the operating system, applications, or user actions. Multiple audit trails with distinct purposes may exist on a same machine.

What are Types of Audit Trails?

For various sectors or uses, there are three primary forms of audit trails.

External Audits

CPA firms are frequently recruited by businesses to conduct external audits so that the business may present a more accurate and reliable image of its financial position. The final audit report contains the external auditor's assessment of the company's financial position.

Internal Audits

Compliance, operational, financial, and information technology audits are a few examples of different sorts of internal audits. To verify that procedures, protocols, and administrative activities are being carried out correctly, employees from other departments can be cross-trained.

Internal Revenue Service (IRS) Audits

An IRS audit is a common (and undesirable!) type of external audit. It is usually carried out when there are indications that a person or company might not be paying the correct amount of taxes. The audit is carried out by the IRS to make sure that the amounts listed on the tax documents match the financial records.

To Learn more About audit trail refer to:

https://brainly.com/question/11202351

#SPJ4

In the presence of oxygen, pyruvate can enter the citric acid cycle but must be converted to.

Answers

In the presence of oxygen, pyruvate can enter the citric acid cycle but must be converted to the Acetyl group.

What is the Citric acid cycle?

The citric acid cycle may be defined as a type of biological process that involves a chain of reactions in the mitochondria through which almost all living cells produce energy in aerobic respiration.

This cycle utilizes oxygen and gives out water and carbon dioxide as products. Due to this, ADP is converted into ATP. It is also known as the Krebs cycle or TCA cycle.

In the presence of oxygen, pyruvate is transformed into an acetyl group attached to a carrier molecule of coenzyme A. The resulting acetyl CoA can enter numerous pathways, but most often, the acetyl group is delivered to the citric acid cycle for further catabolism.

To learn more about the Citric acid cycle, refer to the link:

https://brainly.com/question/14900762

#SPJ1

what would be the disadvantage of using a single linked list (without a pointer to the back of the linked list) as a queue?

Answers

The disadvantage of using a single linked list as a queue is that it is not possible to efficiently remove an element from the back of the queue.

What is queue?

A queue is a collection of items that are kept in a sequence and can be updated by adding entities at one end of the sequence and removing entities from the other end of the sequence. By convention, the end of the sequence where items are added is referred to as the back, tail, or rear of the queue, and the end where elements are removed is referred to as the head or front of the queue, similar to how people line up to wait for goods or services.

To learn more about queue
https://brainly.com/question/22437959

#SPJ4

When using an accumulator variable while iterating through a list, you need to make sure to initialize the value to?.

Answers

When using an accumulator variable while iterating through a list, you need to make sure to initialize the value to 0.

Accumulators are variables that can effectively enable parallel processing because they can only be "added" to through an associative and commutative operation. They can be utilized to implement counters or sums (as in MapReduce). Programmers can add support for new kinds, and Spark already supports accumulators of numeric types by default.

There are some patterns that you will repeatedly observe when writing for loops. The most typical pattern is the accumulator pattern.

Let's take the example of wanting to count the number of times a for loop is executed. Variables in an algorithm (and in the corresponding program) include counters and accumulators, each of which has a specific function. These variables need to be thoroughly documented.

To know more about accumulators click here:

https://brainly.com/question/13152930

#SPJ4

the keyword phrases you were supposed to use for your socindex search were and and .

Answers

The keyword phrases you were supposed to use for your socindex search is Keyword searching.

What is Keyword Phrases?

In essence, key words are brief, straightforward identifiers that users enter into search engines (such as G**gle, Bing, Yahoo!, MSN, etc.) to locate information or discover answers to queries related to a particular interest or need. Examples are "recipe for chocolate chip cookies," "interesting things to do in St.

What is search engine?

An online resource that helps consumers find information on the Internet is a search engine. G**gle, Yahoo!, and MSN Search are a few well-known search engine examples.

What is Identifiers?

A name that "identifies" (that is, "labels the identity of") either a singular object or a singular class of objects can be an idea, a physical countable object (or class thereof), or a physical noncountable substance.

What is Keyword Search?

The terms that best define your study topic are known as keywords. These may be single words or an entire phrase. You can select these keywords from the sentence you write to describe your study topic. After selecting the important terms, you can then think of synonyms or words with related meanings.

Learn more about Keyword Search click here:

https://brainly.com/question/10055344

#SPJ4

a backdoor acts like a device driver, positioning itself between the kernel (the core program of an operating system) and the hardware

Answers

The kernel of the operating system, which regulates hardware and software operations, is a crucial part of it. The kernel serves as a link between software programs and hardware-level data processing carried out through system calls and inter-process communication.

What constitutes the operating system's core?

The foundation of an operating system is a kernel. The operating system's kernel is the initial software that is loaded into main memory to start the system up.

What does the kernel's interface look like?

The interface of the kernel is a base abstraction layer. A system call must be made when a process asks the kernel for a service; this is typically done through a wrapper function.

To know more about Operating System visit:-

brainly.com/question/6689423

#SPJ4

a computer is mounted inside a cabinet, and you want to know if the usb 3.0 port has been disabled. which menu would you use?

Answers

SATA serial cables are incredibly thin, allowing for smaller chassis designs and more effective airflow inside a form factor.

What is the SATA port and its function?

Mass storage devices, including as hard drives and optical discs, can connect with the motherboard utilizing a high-speed serial cable over two pairs of wires to Serial Advanced Technology Attachment, often known as Serial ATA or SATA.

External storage devices can be connected to your PC using USB drives. Universal Serial Bus, sometimes known as USB, offers 1.1 or 2.0 user interfaces.

Therefore, The onboard devices' menu is used to check whether the specific SATA port you're connected to an eSATA bracket is enabled.

Learn more about SATA port here:

https://brainly.com/question/14612177

#SPJ1

In addition to having fun, what is another reason for why people create games? A. Games keep us out of trouble. B. Games teach us to follow rules. C. Games teach us how to fight. D. Games teach strategy and critical thinking.

Answers

D. Games teach strategy and critical thinking



the date for sending the final rfp to vendors is considered a milestone because it signals that .

Answers

The date for sending the final RFP to vendors is considered a(n) milestone because it signals that all RFP preparation work is complete.

What follows the approval of an RFP?

An RFQ is frequently distributed following an RFP, although it can also be distributed independently for products and services that are especially standardized.

After final approval, you can use an RFP award notification letter to inform the winning vendor of your decision and start negotiating the terms of the contract.

Note that An organization, typically a government agency or large corporation, posts a request for proposals (RFP) in order to receive a formal bid from potential vendors for the desired IT solution.

Learn more about RFP from

https://brainly.com/question/12996542
#SPJ1

Other Questions
I really need the answer to this question. What is n take away 5 times by 4? or: n-5*4 On january 1, lorraine, inc. , entered into a lease contract. The lease contract was a ten-year lease for a computer with $11,000 annual lease payments due at the end of each year. Lorraine took possession of the computer on january 1. The present value of the lease payments under the lease contract is $79,823. The lease contract is a finance lease. Prepare the journal entry for this lease on january 1. Training to be a sangoma is very _____ discuss increases in output related to short-run changes in capacity Between which two benchmark fractions is? How do you know?I ready classroom mathematics grade 5 volume 1 Chloe is in the business of manufacturing phones. She must pay a daily fixed cost of $300 to rent the building and equipment, and also pays a cost of $75 per phone produced for materials and labor. Make a table of values and then write an equation for C,C, in terms of p,p, representing total cost, in dollars, of producing pp phones in a given day. Members of a lacrosse team raised $1775. 50 to go to a tournament. They rented a bus for $901. 50 and budgeted $46 per player for meals. Write and solve an equation which can be used to determine xx, the number of players the team can bring to the tournament. coby owns a chain of doggie daycare centers and wants to open a new location. what would be his most important consideration when determining where to build? A group of 60 people are going on a trip to an amusement park that has dollar coasters and water rides. The number of people who like roller coasters is 42, the number who do not like water rides is 23 and the number who do not like either kind of ride is 8. Determine which Venn diagram accurately represents the people going on the trip. While training for a marathon, jorge learned that he needed to complete his daily plan if he wanted to succeed. Now that he is a lawyer, he continues to complete a daily plan at work every day in order to succeed. What does this scenario best represent?. answer the questions below 6. A sunflower was 12 inches when first planted. Since then it has grown 34 of an inch each month.A. Write a linear equation.B. Identify the slope and y-intercept.C. How tall was it after a year? a team of three high jumpers all have a personal record that is at least 6 feet and less than 7 feet. is it necessarily true that two of the team members must have personal records that are within four inches of each other? what if there are four jumpers? heights are measured to within a precision of 1/4 inch. in a solution that is 90% ethyl alcohol and 10% water, the solute is and the solvent is . g which of the following compounds do you anticipate would have the longest bond? a) h-f b) h-cl c) h-br d) h-i Gal4 is mutated such that it still binds to the dna but cannot interact with gal80. What effect on transcription would you expect to see in the absence of galactose?. let be the subspace of spanned by the vectors and . find the projection matrix that projects vectors in onto . . which of the following is an incorrect statement? select one: a. the strongest pressure gradient occurs in the eyewall of the hurricane. b. in the eye, the winds are almost calm, the pressure is at it lowest, and there is very little rainfall. c. storm surge is greatest on the right-hand side of the hurricane. d. the air temperature in the center of the hurricane is cold compared to its surroundings. e. between each spiral rainband, there is often a rain-free area. HELP ME PLSKevin needs to read 3 novels each month.Let N be the number of novels Kevin needs to read in M months.Write an equation relating N to M . Then use this equation to find the number of novels Kevin needs to read in 19 months. discuss how the concepts of core self-evaluation (cse), self-monitoring, and proactive personality help us to understand personality.