For developing a mis in your business organization, you intend to launch a new is department or team. how the is function will support your business? what roles will you assign to different hired/reassigned members of the is-team. (budget is not be considered)

Answers

Answer 1

The   function will support my business because it will help in decision making.

What is the importance of  Management Information System?

Management Information System can be described as the collection of Organized data  that can help the organization  in decision making.

Making a good decision , it will help the company to compete excellently with great profit.

Learn more about Management Information System on:

https://brainly.com/question/11768396

#SPJ1


Related Questions

what is different between in MßgBox() and InputBox()?

\( \\ \\ \\ \\ \)
\( \\ \\ \\ \\ \)
\( \\ \\ \\ \\ \)
\( \large \pmb{ \sf{ \blue{Th} \pink{an} \purple{k \: Y} \red{ou} \green{!}}}\)

Answers

At runtime, user input is collected using the InputBox() function. InputBox  is the general syntax.

What is Input Box?

The dialog box's message is the prompt. Title: The dialog box's title-bar. Default. The separation between the left side of the dialog box and the left side of the screen.

The distance between the top of the dialog box and the top of the screen. When a user selects the Help option in a dialog box, the Help file is used. Context: The Help file's designated context number can be found in helpfile.

MßgBox(): Shows the user a dialog box with a message, buttons, and an optional icon. The function returns an integer value that represents the user's action.

Therefore, At runtime, user input is collected using the Input Box() function. Input Box is the general syntax.

To learn more about Syntax, refer to the link:

https://brainly.com/question/28182020

#SPJ1

in a basic program with 3 IF statements, there will always be _________ END IIF's.
a)2
b)3
c)4

Answers

Answer:

c)4

Explanation:

Hope it could helps you

4.9 Code Practice: Question 1

4.9 Code Practice: Question 1

Answers

total = 0

for x in range(3, 67, 3):

   total += x

print(total)

I hope this helps!

The program sums all the values in a given range and assigns the total to the sum variable. The program is written in python 3 thus :

sum = 0

#initialize a sum variable, initialized as 0

for x in range(3, 67, 3):

#loop through the range taking a step of 3 after each iteration.

sum+= x

#add the iterated value to the sum variable after each iteration

print(sum)

#display the sum

A sample run of the program is attached

Learn more :https://brainly.com/question/14899725

4.9 Code Practice: Question 1

when debugging a program, it is helpful to focus on the most likely location of the error in the code
True
False

Answers

true!! it’s better to have an idea of what and where the program is having trouble with so you can take that knowledge and debug it
The correct choice is True




How can data entry and formatting controls minimize the likelihood of input errors?

Answers

Data entry and formatting controls are essential in minimizing the likelihood of input errors. These controls help maintain data accuracy, consistency, and integrity.

Data entry and formatting controls encompass a range of techniques and practices that contribute to minimizing input errors. One key aspect is validation, which involves checking the accuracy and validity of entered data. This can be done through techniques such as data type validation, range checks, and format validation. For example, ensuring that numeric data is within specified limits or that email addresses are in the correct format. Another important control is the use of default values and drop-down menus, which provide predefined options for users to select from, reducing the chances of manual input errors. Additionally, implementing field length restrictions and data masking techniques can help prevent incorrect or incomplete entries.

Moreover, data entry controls can include data verification processes, such as double-entry verification or cross-referencing with existing data, to ensure data consistency and detect potential errors. Formatting controls focus on presenting data in a standardized and easily readable format. This includes techniques such as using consistent naming conventions, standardized date and time formats, and properly labeled fields. Clear instructions and tooltips can also be provided to guide users and minimize confusion. Overall, by implementing effective data entry and formatting controls, organizations can significantly reduce input errors, improve data quality, and enhance the reliability of their information systems.

Learn more about potential errors here:

https://brainly.com/question/31503117

#SPJ11

Fill in the blank with the correct response.
One way Go.ogle makes money is to charge a person for using certain
_______.

Answers

Answer:

Go.ogle Apps

Explanation:

what is the relationship between 1002 and 10002? what about 10002 and 100002? what mathematical operation is performed to add a 0 to the end of a binary number? is this similar to the mathematical operation performed to add a 0 to the end of a decimal number?

Answers

They both have the same value as numbers. The decimal representation of the number is 3.

What is mathematical operation?

Mathematical operation is defined as a crucial reasoning principle that is frequently tested in a variety of competitive tests. The cornerstone of mathematics is the theory of operations; we use it to compute and remember fundamental truths.

The Base 2 Number System is the system used for binary numbers. A two-digit numbering scheme is used 0 and 1. The red/green/blue (RGB) color scheme is one of the most common ways to represent colors in computers. Every hue is represented by a specific mixture of pure red, green, and blue light in RGB.

Thus, they both have the same value as numbers. The decimal representation of the number is 3.

To learn more about mathematical operation, refer to the link below:

https://brainly.com/question/20628271

#SPJ1

In your opinion, how can communication be affected by media and information?

Answers

Communication and information are fundamental aspects of modern society. The media play an important role in the way people receive and process information.

The media can play an important role in educating and raising awareness in society about important issues, such as human rights, gender equality and environmental protection.

Furthermore, the media can serve as a platform for people to share information and communicate with a wider audience, which can contribute to a more meaningful and constructive dialogue in society.

In conclusion, the media and information have a significant impact on the way people communicate and relate to each other.

Lear More About Media and information

https://brainly.com/question/21444450

#SPJ11

What is Digital Etiquette? Explain in your own words

Answers

Answer:

rules about the best way to communicate

Explanation

rules about being proper and polite

Assuming the following variable definition, which statement creates an object which refers to the last element in v and which prohibits you from changing v? B. auto b = end(v); O C. auto d = cend(v); O D. auto a = begin(v) O E. auto c = cbegin(v); O A. None of these

Answers

The statement "B. auto b = end(v);" creates an object 'b' referencing the last element of 'v', while prohibiting any changes to 'v'.

The statement "B. auto b = end(v);" creates an object 'b' that refers to the last element in the container 'v'. The function 'end(v)' returns an iterator pointing to the position just after the last element in 'v'. By assigning this iterator to 'b', we obtain a reference to the last element. Furthermore, the use of the 'auto' keyword allows the compiler to deduce the type of 'b' based on the return type of 'end(v)', which is typically an iterator type. The statement does not allow modifying 'v' because the iterator 'b' is obtained from the 'end()' function, which only provides a read-only view of the container. This ensures that any attempts to modify 'v' through 'b' will result in a compilation error.

Learn more about element here:

https://brainly.com/question/31950312

#SPJ11

HELP ASAP. Which of the following best describes the path of a network packet on the Internet? I think it's (A)

(A) sender, router 1, router 2, router 3, receiver

(B) sender, router 1, receiver

(C) sender, receiver, router 1, router 2

(D) router 1, sender, router 2, receiver.

Answers

Answer:

the 1st one

Explanation:

Answer:

A

Explanation:

Which processes cannot be moved from initial node unless there is a failure?

Answers

The processes that cannot be moved from the initial node (also known as the start node or source node) unless there is a failure are known as mandatory or essential processes.

Mandatory processes are essential to the success of a process flow and cannot be bypassed or skipped unless there is a failure or exception that requires deviation from the standard process flow.

These processes are critical to the overall process flow and must be completed successfully before the process can proceed to the next step.

Mandatory processes are often depicted in process flow diagrams as solid lines, while non-mandatory processes are shown as dashed or dotted lines.

Examples of mandatory processes include:

Data collection and validation:

The process of collecting and verifying data at the beginning of a process flow is often a mandatory step to ensure that subsequent steps are based on accurate and complete information.

Safety checks:

Processes that ensure safety and compliance with regulations are typically mandatory to prevent accidents or legal issues.

Quality control:

Processes that ensure the quality of materials, products, or services are mandatory to prevent defects or issues that could affect customer satisfaction.

Authorization and approval:

Processes that require authorization or approval from a supervisor or manager are often mandatory to ensure accountability and compliance with company policies.

Customer service:

Processes that involve customer interactions or support are often mandatory to maintain positive customer relationships and ensure customer satisfaction.

For similar questions on Initial Node

https://brainly.com/question/31843069

#SPJ11

6.36. Four kilograms of steam in a piston/cylinder device at 400kPa and 175 ∘
C undergoes a mechanically reversible, isothermal compression to a final pressure such that the steam is just saturated. Determine Q and W for the process.

Answers

To determine Q (heat transfer) and W (work) for the given process, we can use the first law of thermodynamics:

Q = ΔU + W

where ΔU is the change in internal energy of the system.

For an isothermal process, the change in internal energy (ΔU) is zero since the temperature remains constant. Therefore, the equation simplifies to:

Q = W

Now let's calculate the work done:

Work done (W) = P_initial * V_initial * ln(V_final / V_initial)

Given:

P_initial = 400 kPa

V_initial = (mass of steam) / (density of steam at initial conditions)

V_final = (mass of steam) / (density of saturated steam at final pressure)

To calculate the specific volume (V), we can use the steam tables or properties of water and steam at different conditions.

Once we have the specific volumes at initial and final conditions, we can calculate W using the equation mentioned above.

To calculate Q, we can use Q = W since it is an isothermal process.

To know more about temperature visit-

https://brainly.com/question/14532989

#SPJ11

Myra just got the latest computer game and wants to play it on her desktop. When she plays the game, she notices that it is sluggish and the animations are not very clear. What can she do to improve her gaming experience?

Answers

Answer:

Ram/cpu/gpu... Many many things she can do

Explanation:

It may be a issue of internet bandwith, if this new game requires a insane ammount of internet then it may run low FPS (frames per second) and make myra's game look slughish,but anouther issue may be the ram or cpu, like if this is a new game and you've always played like simple games, so your running on persay a core i3 or i4, it aint gonna cut it on a newer game, you gonna need a probably core i5 or i7, or be like any sane person and switch to amd, it may be a bit pricy but if you want nice clean gaming, then amd is the way to go

Also while you are at it get a ssd

I hope this helps "-"

Answer:

She can upgrade her hardware/software

Explanation:

For hardware, she can troubleshoot any broken components that are possibly in the computer, upgrade cards/fans, etc.

and for software she can upgrade her operating system, upgrade or download any missing frameworks, clear out any software that is taking too much CPU/RAM in the background using task manager/system viewer/KSysGuard, etc.

Question 1-4
Java, Visual Basic, Python and C++ are examples of what type of programming language?

Answers

Answer:

most useful at the system level (interacting with the operating system), like C.

Explanation:

Others are most useful at the system level (interacting with the operating system), like C. There are also high level languages used to create application programs. Such languages include C#, Java, C++, PHP, Visual Basic, Python, Ruby, Perl, JavaScript and others.

you can usually leave out www. when typing a url into your web browser.

Answers

When typing a URL into your web browser, you can usually leave out "www." and the website will still load.

This is because "www." is a subdomain, and many websites have their main domain set up to redirect to the "www." version. However, there are some websites that require "www." to be included in the URL in order to load properly. In general, it is a good practice to include "www." if you are unsure whether or not it is necessary. It is also important to note that some websites may use different subdomains, such as "blog." or "store.", so be sure to double-check the website's URL before typing it in.

learn more about URL here:

https://brainly.com/question/19463374

#SPJ11

Describe how to create a list with bullets

Answers

If on docs or a similar writing app, there should be a button with a block dot and lines that when clicked will allow you to make a bullet list
If on paper, just draw a black dot and write each point you want to make on a separate dot.

write a python program to calculate the compound interest

Answers

Answer:

initialPrincipal = float(input("Please enter your initial principal:"))

interestRate = float(input("Please enter your interest rate:"))

timePeriod = float(input("Please enter your number of times interest applied per time period:"))

elapsedPeriod = float(input("Please enter your number of time period elapsed:"))

finalAmount = initialPrincipal*(1 + interestRate/timePeriod)^(timePeriod*elapsedPeriod)

print("Your final amount would be:", finalAmount)

Which of the arts, a/v technology, and communication career cluster pathways are involved with producing a product for an audience? check all that apply. Visual artsperforming artsaudio/visual technology and filmjournalism and broadcastingprinting technologytelecommunications.

Answers

The arts, a/v technology, and communication career cluster pathways involved with producing a product for an audience are audio/visual technology and film journalism, and broadcasting. The correct option is c.

What are arts, a/v technology?

Designing, creating, exhibiting, performing, writing, and publishing multimedia material, including visual and performing arts and design, journalism, and entertainment services, are the main goals of this Career Cluster.

Students take a one-year course in which they study the arts, audio/video technologies, and communications systems.

Therefore, the correct option is c, audio/visual technology and film journalism, and broadcasting.

To learn more about arts, a/v technology, refer to the link:

https://brainly.com/question/3870657

#SPJ1

A review of Internet security disclosed that users have individual user accounts with Internet service providers (ISPs) and use these accounts for downloading business data. The organization wants to ensure that only the corporate network is used. The organization should FIRST
monitor remote access activities.
O use a proxy server to filter out Internet sites that should not be accessed.
keep a manual log of Internet access.
O include a statement in its security policy about Internet use.

Answers

In order to ensure that only the corporate network is used when downloading business data, the organization should FIRST include a statement in its security policy about Internet use.

The Internet Security Policy is a guide for managing, administering, and securing the Internet within an organization's technical infrastructure. The document's primary goal is to communicate management's intent regarding how to secure the network and to provide a guide for the technical staff to follow.

The organization should design its security policy to fit its environment and reflect its specific needs and objectives.It is important to have an Internet security policy in place because it provides guidelines and rules for the proper use of the Internet, and it helps prevent legal and financial liability resulting from inappropriate use.

Additionally, it protects against the loss of valuable resources, information, and time.

An Internet security policy can help to ensure the organization's compliance with legal requirements, customer expectations, and industry best practices.

For more such questions policy,Click on

https://brainly.com/question/31953657

#SPJ8

How many times would the for loop below execute if variable times = 9 % 2?

for (int x=times; x <=times; x++) ?

1
0
2
3

Answers

Answer:

1

Explanation:

9 % 2 = 1

So x = 1

It will execute once

Need answer ASAP!!!!!

Select the correct answer.
What stage of software development incorporates planning to help make changes in the project plan based on reviews?
OA.project startup
OB. proposal stage
OC. periodic checks
OD. product delivery

Answers

Answer:

Option C

Explanation:

Periodic check are similar to period inspection done by a team comprising of software developers who check the flow and output of the core during the different stages of software development.  

The team also do the auditing to check whether the work products meet the different client requirement and thus revise the project plans.

Hence, option C is correct

I/O systems (networking, video, etc.) suffer the biggest performance hit in virtualized systems.

a. True
b. False

Answers

Option a is correct. It is true that I/O system (networking, video, etc.) suffer the biggest performance hit in virtualized systems.

An information processing system called I/O (Input/Output) is made to send and receive data from a network, device, or piece of computer hardware.

Over a network, data can be sent between devices. Computers couldn't communicate with other systems or devices without I/O.

In the domain of I/O, input devices and output devices are the two main categories of hardware.

Only data input into another device is possible with input devices. A mouse is an example of an input device because it can only transmit data to a computer; it cannot receive or replicate data from the computer. Only the output of data from one device is received by output devices.

To know more about I/O click on the link:

https://brainly.com/question/17226929

#SPJ4

Select the correct answers.
Which are the benefits of leveraging web technologies?
processing of large amounts of data
more manpower
better marketing and customer service
increased production costs
difficulty in handling customer complaints

Select the correct answers.Which are the benefits of leveraging web technologies?processing of large

Answers

Answer:

Explanation:

Select the correct answers.

Which are the benefits of leveraging web technologies?

1) Processing of large amounts of data

2) Better marketing and customer service

What are the parts of word?

Answers

Answer:

Explanation:

ASIA includes 50 countries, and it is the most populated continent, the 60% of the total population of the Earth live here.

AFRICA comprises 54 countries. It is the hottest continent and home of the world's largest desert, the Sahara, occupying the 25% of the total area of Africa.

NORTH AMERICA includes 23 countries led by the USA as the largest economy in the world.

SOUTH AMERICA comprises 12 countries. Here is located the largest forest, the Amazon rainforest, which covers 30% of the South America total area.

ANTARCTICA is the coldest continent in the world, completely covered with ice. There are no permanent inhabitants, except of scientists maintaining research stations in Antarctica.

EUROPE comprises 51 countries. It is the most developed economically continent with the European Union as the biggest economic and political union in the world.

AUSTRALIA includes 14 countries. It is the least populated continent after Antarctica, only 0.2% of the total Earth population live here.

The process of dividing a market of all potential consumers into distinct subsets of consumers with common needs or characteristics is known as

Answers

The process of dividing a market into distinct subsets of consumers with common needs or characteristics called is called market segmentation.

What is the process of dividing a market into distinct subsets of consumers with common needs or characteristics called?

The process described in the paragraph is known as market segmentation. Market segmentation involves dividing a larger market into smaller, more homogeneous groups based on specific characteristics such as demographics, psychographics, behavior, or geographic location.

This segmentation allows companies to better understand and target specific segments of the market with tailored marketing strategies and offerings.

By identifying the unique needs, preferences, and behaviors of different consumer segments, companies can develop more effective marketing campaigns, product designs, and customer experiences, ultimately leading to higher customer satisfaction and better business outcomes.

Learn more about market

brainly.com/question/15483550

#SPJ11

What are the safety precautions related to networks?

Answers

Answer:

The following are some of the common safety precautions mentioned in the Network+ objectives.

...

Installation Safety

Lifting equipment. When lifting equipment, it's best to lift with your legs, not your back. ...

Rack installation. ...

Placement. ...

Tool safety.

Answer:

*we should not give details about ours bank, otps etc

A website you can visit
online is an example
of?

Answers

Answer:

A website you can visit online is an example of a digital media.

Explanation:

Which of the following statements are true about the Internet?
A) The Internet connects devices and networks all over the world.
B) The Internet helps people collaborate to solve problems.
C) The Internet helps people communicate.
D) All of these are true.

Answers

The statement that is true about the Internet is:

D) All of these are true.

What is the internet

The Internet indeed connects devices and networks all over the world, enabling global connectivity. It facilitates collaboration among people to solve problems, allowing for information sharing, remote teamwork, and joint efforts.

Additionally, the Internet serves as a powerful communication tool, offering various means of communication such as email, instant messaging, voice and video calls, social media, and more. Therefore, all the provided statements are accurate in describing the Internet.

All of these are correct

A) The Internet connects devices and networks all over the world.B) The Internet helps people collaborate to solve problems.C) The Internet helps people communicate.

Read more on the internet here https://brainly.com/question/21527655

#SPJ4

Skyline Industries Limited (SIL) is a short-run manufacturer of metal components. A short-run manufacturer makes prototypes and samples.they also
make replacement parts that are no longer stocked by major manufacturers. SIL is listed on the Major Stock Exchanges
samples. T
Board of Directors. SIL has a Board of Directors. The president of SIL, Stephen Cooper, is also Chairman of the Board. His wife, Candace, also sits on the board. Each owns 20%
of SIL. Stephen's sister, Daisy Cote, is a lawyer whose firm advices SIL She also sits on the Board of Directors along with her father-in-law, Percival. The law
firm does not permit holdings in client's businesses. Percival owns roughly 3% of SIL through shares purchased on the open market.
The other three members of SIL's board are all outside directors not related to the family. Ronald Payment, CPA, heads the audit committee and recently
retired from a bank. He has recommended an internal control department be created once SIL's sales reach $100 million. Sales for the current year are
expected to be $96 million.
Finance Department
The accounting department has sixteen personnel, Peter Johnson, CPA, is VP Finance and has sixteen years of post-qualification experience. The Controlle
Liza Clark, is also a CPA and has five years of post-qualification experience. She directly supervises Charles Lucas who is completing his work experience
requirement to become a CPA. Charles passed his CPA exams last fall and is made the Assistant Controller.
Operations
One of Charle's duties is to revise all control procedures and accounting manuals. Many of the procedures and manuals refer to paper systems that are no
longer used. With the expansion of 3-D scanners and CADCAM software, most orders are now placed through a secure web portal. Unlike the past, SIL's
personnel may never meet their clients. Plans are sent electronically, parts are made, then shipped to wherever the client directs them,
Electronic transmission of data and financial information may also mean a reorganization of accounting staff. Transaction recording duties have given way
to a need for analytics. Due to high fixed costs relative to production runs, some contracts have resulted in losses. Peter is adamant that no current
personnel lose their jobs during the transition. Neither Peter nor Liza are certain that the clerks who are competent in their current roles can turn into
analysts.

Answers

SIL's board comprises family and independent directors. As sales approach $100 million, SIL plans to establish an internal control department. The accounting department, led by experienced professionals, is adapting to new technologies.

Skyline Industries Limited (SIL) is a metal component manufacturer listed on major stock exchanges. SIL's board of directors includes family members and independent directors.

With anticipated sales of $96 million, SIL plans to establish an internal control department once sales reach $100 million. The accounting department, led by experienced professionals, is adapting to the use of 3-D scanners and CADCAM software for order placement.

The transition may require reorganizing the accounting staff to focus more on analytics. SIL aims to retain current personnel during this shift, although concerns exist regarding their suitability for new roles as analysts.

Learn more about internal control: brainly.com/question/26398073

#SPJ11

Other Questions
4) Select THREE historical common causes of U.S. recessions.ongoing war at beginning of recessionthe printing of too much paper currencyoverspeculationbad loansRepublican Presidentssurplus of things such as agricultural products and gold Which of the following is another way to express the 6^5(6*6*6)*66*(6 *6 *6) *66*6*6*6*6* 6(6 * 6) + (6 + 6 + 6) What three services does cert provide? (choose three. ) Describe what the constitution is. balance equation Mg + HN03 -> Mg (N03)2 + N0 + H20 Positive, negative, or no relationship running speed versus time to complete a marathon HELP ASAP!!! THIS IS DUE TODAY!!!CREATE A CHILDREN'S STORY USING AT LEAST 7 TENER EXPRESSIONS.... during the physical exam, the nurse notes a very tender and painful, reddened, hot, and swollen metatarsophalangeal joint of the client's great toe. what would the nurse suspect? cual es la influencia de la cultura rabe en el arte y la literatura occidental? A bag contains 11 counters five of the count as a white account is taken out of the bag at random and not replaced a second counter is taken out of the bag at random calculate the probability that only one of the counters is white import arithmetic def calculate(number): return number * 4 print(calculate(2)) print(arithmetic.calculate(2)) What shortcut would you use to prove thetriangles congruent? What would Diderot think of modern-day versions that solicit user-generated entries, such as Wikipedia? Do such versions undermine or support his original purpose in creating his Encyclopedia? which of the following includes all common types of radioactive decay? a. atomic number, beta particle emission, electron capture B. alpha particle emission, beta particle emission, half-life C. alpha particle emission, beta particle emission, radioactive parent isotope D. alpha particle emission, beta particle emission, electron capture E. alpha particle emission, stable daughter, electron capture What are the benefits of online note-taking tools? Do you believe that a paperless environment is something worth striving for in the home? In the bank? Create and submit a discussion post where you complete the following statement: "Peer pressure is... " Connectit to the story,"All Summer in a Day."(Click "reply" at the bottom of this screen). Be sure to use specific text references (names, situations) you are discussing in your post. Your discussion post should be a minimum of five sentences. Miss Kito and Mr. Fishman played 81 games of their favorite 2-player game, 7 Wonders Duel. Miss KIto ultimately won 9 more games than Mr. Fish did. How many games did they each win?a. Define variables to represent the unknowns and setup the necessary equations to answer the question.b. [4 points] Algebraically solve the equation you created and express your final answer using a complete sentence and appropriate units. (You will not receive full credit if a trial and error method is used in place of an algebraic method.) 2 sin^2 (x) + 3 sin (x) + 1 = 0help me find the solution TRUE/FALSE. comedy of manners is a form of comic drama that emphasizes a sophisticated atmosphere and witty dialogue.