roles of computer in business areas​

Answers

Answer 1

Explanation:

The use of computer in business field is increasing day by day. Computers have been heart of modern business. In business, computer help in several kinds...of work such as to keep the records of goods of employees, measure the quantity of goods, send e-maila, communicate with the customers, give online services to customers, control the branch offices from the main offices, and so on....


Related Questions

Submitting Unit 11 Assignment – Step 1 Python CS Fundamentals
Need the code to this.

Answers

The Step 1 Python CS Fundamentals  coding work is given in the document attached below.

What are the basic fundamentals of Python?

The basic steps or lessons in Python is made up of:

Kinds of Data types ( such as int, float, strings)The kinds of Compound data structures ( such as lists, tuples, and dictionaries), etc.

Note that by knowing the Step 1  of the Python CS Fundamentals  coding work, one can know what to do next. See the document attached for more information.

Learn more about Coding from

https://brainly.com/question/16397886

#SPJ1

Tim is a project manager. He is brainstorming with his team about problems that could arise during the next phase of the project. They are also listing strategies for avoiding these problems. Tim is _____

a)writing the requirements document
b)creating a communication plan
c) conducting a risk assessment
d)writing the success criteria​

Answers

Answer:

b.

Explanation:

just took the quiz

Do you think EA sports should add more tape jobs to the game? (Game is nhl22)

Answers

Answer:

yes

Explanation:

1 switch will turn on/off all the lights and a second switch will change the lights from all being the same to different

Answers

One can make a circuit by Listing all the Component Used For The Design Of The Electric Circuit

What is the circuit about?

When three bulbs are said to be be connected in series to a givem battery called B1, and if a person switch SW1 ON especially for all three bulb, they will have the same brightness.

The Component Used For The Design Of The Electric Circuit are:

18Volt Battery ( two 9 Volts batteries connected in series).Three Filament lamps LMP1=LMP2=LMP3= 6V 6W. Three resistors of R1=100Ω, R2=12Ω and R3=3Ω.SPST Switch =SW1. TPST Switch = SW2.

See full question below

How do you make a circuit so 1 switch will turn on/off all the lights(3 lights) and a second switch will change the lights from all being the same brightness to all being different brightness?

Learn more about lights from

https://brainly.com/question/54872

#SPJ1

16. What is shown in the above figure?
O A. Oil control ring
B. Cam-ground piston
C. Compression ring 1
D. Compression ring 2

Answers

Answer:

oil control ring

Explanation:

ur mom

One note captures your ideas and schoolwork on any device so you can — and -

Answers

Is there a word bank in the question

Accenture’s Multi-party Systems practice partnered with the World Economic Forum to create the Known Traveler Digital Identity (KTDI) solution. This enables consortium partners to access verifiable claims of a traveler’s identity data so they can assess their credibility, optimize passenger processing, and reduce risk.

How does KTDI help both the travel industry and the customer?

Answers

KTDI works with reducing the industry risks, and passengers have a more smooth and trustworthy experience, by allowing individuals to choose when and how they disclose data.

What is the role of KTDI?

The KTDI is the Known Traveler Digital Identity solution that works with the development of the profile with the attestation data. It limits the sharing of data with the permission for what to share and when.

KTDI help the travel industry and customer as:

The industry risks are reduced, and passengers have a more smooth and trustworthy experience, by allowing individuals to choose when and how they disclose data.

Individuals can manage their own profiles on KTDI and obtain digital "attestations" of their personal data, deciding what information to share and when.

The more attestations a traveler collects and publishes, the better able consortia partners, governments, and other parties will be to provide a smooth and safe journey.

Learn more about KTDI, here:

https://brainly.com/question/26033804

#SPJ1

What is the role of the computer in banking system?

Answers

Answer: In banks, computers are used for keeping account information of customer accounts. Banks use technology to carry out payments effectively and successfully. Computers help bankers keep a record of and verify financial records much quicker. Hope this is helpful.

Which of the following could be part of an algorithm?

Answers

Answer:

the following what

Explanation:

there is no  work attached

Which What-If Analysis tool would you use to solve the following problem? You want to determine how your company can stay profitable by varying the commission rates for your 12 sales people.

Answers

The What-If Analysis tool would you use to solve the above problem is data table.

What is a Data Table?

A data table is known to be the scope of cells that a person can use to alter values in some of the cells and handle other issues.

Note that for one to solve the problem with  determining how your company can stay profitable by varying the commission rates for your 12 sales people, the use of data table is advisable.

Learn more about Analysis tool  from

https://brainly.com/question/7232529

#SPJ1

In this lab, you will use a web API to fetch and display quotes on a selected topic, as shown below (please see image)

Answers

Answer:

 

Explanation: what class is this aND grade

Help me with this ……..

Answers

Answer:

So is this talking about this pic?

HTML is a platform dependent language. it is true Or false​

Answers

Answer:

False

Explanation:

HTML is a platform independent language.


What are the steps to view two different versions of the same document at once?
1. Go to the
tab on the ribbon.
2. Select
v to open a drop-down menu.
3. After opening a dialog box, select the
4. Next, choose any settings in the More section.
5. To view all changes merged into a document that will not impact previous versions, select Show Changes in:
vand click OK.
It’s review
Compare
Document versions
And new document

Answers

The versions of the document file are opened in the same document, with the steps followed to change the selection in new document.

What is a document file?

The document file is given as the electronic copy of a product used to refer the documents and make changes in them.

In order to view two documents files simultaneously in the word, the following steps must be followed:

The review option in the ribbon tab is selected.The dropdown menu is selected by clicking on the compare.From the dialog box appeared, the document version is selected.The more section is selected from any settings.The changes merged into the document will alter the new document only by selecting show changes in new document.

Learn more about document file, here:

https://brainly.com/question/4461652

#SPJ1

selecting ___ on the file tab gives you the option to create a video of your presentation to be emailed

Answers

By selecting Export menu on the file tab gives you the option to create a video of your presentation to be emailed.

What is a presentation method?

A presentation method is known to be the way that a person  uses to deliver their presentation.

Note that By selecting Export menu on the file tab gives you the option to create a video of your presentation to be emailed and one can do what they what to do.

Learn more about presentation from

https://brainly.com/question/24653274

#SPJ1

☐ A text-shadow style was created and used for the h2 element
☐ A box-shadow style was created for the figure element
☐ The article has a border that is solid, thin, and a named color of your choosing
how do i do this in css?

Answers

Answer:

You can try and form your CSS file like the following:

h2 {

   text-shadow: 0px 2px red; /* creates a red text shadow for all h2s */

}

figure {

   box-shadow: 0px 4px red; /* creates a red box shadow for all figures */

}

article {

   border: 1px solid red; /* creates a thin red border for all articles */

}

6. Write a C++ program to print the largest three elements in an array.

Answers

Answer:

if (arr[i] > max) -> max3 = max2, max2 = max , max = arr[i]. else if (arr[i] > max2) -> max3 = max2, max2 = arr[i]. else if (arr[i] > max3) -> max3 = arr[i]. At the end of the loop, we will print all three values.

how can I master the computer organization ​

Answers

Answer:

This course qualitatively and quantitatively examines computer design trade-offs, teaches the fundamentals of computer architecture and organization, including CPU, memory, registers, arithmetic unit, control unit, and input/output components.

Explanation:

it can be difficult. For me it was one of the most challenging classes but also one of the my most interesting ones. You gain an understanding of what occurs at 7 different layers of abstraction (similar in theory to the OSI model used in networking but different). It can be hard

When you take action independent of direct instruction, you are showing _____. power power insubordination insubordination courage courage initiative initiative

Answers

Leadership qualities are the traits that define a person's ability to guide and organize. Independent action without any direct instruction is called initiative.

What is an initiative?

An initiative is an act of performing and executing the task independent of any instruction or guidance from someone. It is based on self-motivation rather than following commands given by others.

Insubordination is a refusal or disobedience in obeying any command, power is the ability to have an influential behavior and courage means bravery to do something without fear.

Therefore, independent actions without instructions are option D. initiative.

Learn more about the initiative here:

https://brainly.com/question/21106998

#SPJ1

anyone know how to create a background image code in css for the header of the my website using
Beauty and a Beat
Justin Bieber

Answers

To add background color , use the css background color property. Then you want to set it to the color you want and place it inside a style.Then add the style you choose.

define computer based information systems

Answers

Computer Based Information System (CBIS) is an information system in which the computer plays a major role. Such a system consists of the following elements: Hardware: The term hardware refers to machinery.

Question 9 of 25
A computer programmer will often use a
by other programmers.
which includes code written
A. website
B. library
C. copyright
O D. license

Answers

I’m not entirely sure if this is correct but I think it’s A. Website
The answer can possibly be a Website!!

With an Internet connection, you can view, modify and delete files stored in your
cloud storage account at anytime, from any______
or mobile device.

Answers

Answer:

Computer

Explanation:

Files stored in the "cloud" are stored remotely in some file system in one or more data centers. To access these files from any device you need to have an internet connection. Technically speaking, you can Create, Read, Update and Delete(C.R.U.D) anything stored in any cloud from any internet connected device as long as you have the permission to do so.

How to find for memory in C++

Answers

C++ is a programming language that is for generalized purposes. Memory in C++ is present in the memory address stored as a variable.

What is a memory address?

A memory address is a path that stores the memory of codes and the programs. It can be given from the references of the C++ language that uses the variables.

The variables are the inputs that are created in the program and are stored as the variables in the address. The assigned values of the variables get stored.

Therefore, the variables are stored in the memory address in C++

Learn more about C++ here:

https://brainly.com/question/10937743

#SPJ1

Help me on this pleaseeeeee

Answers

Answer:

We can push the cork forward into the bottle , and then shake the bottle to the downward and get the coin out.

Explanation:

Because it was one of my experiments to try

The height (t), in feet, of a balloon is calculated by using the equation - 3r+2 where ris time, in seconds. What is the height of the balloon after 30 seconds?​

Answers

Answer:

92 feet

Explanation:

Substitute r with the time given (30 seconds)

t = 3r+2

t = 3(30) + 2

t = 90 + 2

t = 92

That is the answer

- Kan Academy Advance

How clever are computers?







Say the answer in your own words,please.​

Answers

Answer:

Computers are made by humans and sometimes may not always be correct but most is correct. Computers are clever most way and a little not becuase they can not think or do stuff that we humans can do.

Explanation:

Please give brianliest please! :)

Michael is friendly, enthusiastic, and helpful. His peers appreciate his _____. opinions opinions hard work hard work aptitudes aptitudes personality personality

Answers

Enthusiasm, helpfulness, and friendly nature are the traits of a person's personality. Peers of Michael appreciate his personality.

What is a personality?

A personality is a behavioral, emotional, or cognitive set of qualities that a person gets from environmental and biological factors. It also includes the psychological and the motivational-based interactions.

The personality defines the friendly, helpful, and enthusiastic nature of a person. When the person shows these characteristics then they are appreciated for their good personality traits.

Therefore, Michael has a good option D. personality.

Learn more about personality here:

https://brainly.com/question/2335009

#SPJ1

A client sends a 128-byte request to a server located 100 km away over a 1 GB optical fiber. What is the efficiency of the line during the remote procedure call? ANS: Sending 128x8=1024 bits over a 1 Gbps line takes ~

Answers

The efficiency of the line during the remote procedure call is the  is 1 microsec.

What is efficiency about?

Efficiency deals with the ability for one to be able to avoid wasting time or materials resources to get a result.

Note that :

In sending Sending 128 x 8= 1024 bits over a 1 Gbps

Note therefore that will take the line about ~1 microsec.

Learn more about efficiency from

https://brainly.com/question/25350730

#SPJ1

A ________ is not an intelligent device.

options:

1)Switch


2)Router


3)Server


4)Hub

Answers

The hub is not an intelligent device

In Computer networking, a hub is a network device that isn't an intelligent device.

What is a hub?

A hub can be defined as a network device (node) that is designed and developed to broadcast data to every network devices or computers that are connected to it.

This ultimately implies that, a hub is a network device that isn't an intelligent device because it broadcasts data to every network devices or computers that are connected to it.

Read more on hub here: https://brainly.com/question/26956118

#SPJ2

Other Questions
Prctica de pretrito Which answer choice shows the numbers ordered from least to greatest?*15 pointsA) 1/3, 0.333, 3/10, 33%B) 0.333, 1/3, 3/10, 33%C) 3/10, 0.333, 1/3, 33%D) 3/10, 33%, 0.333, 1/ Spencer surveyed five of his friends to find out how many pets they have. His results are shown in the table below. What is the mean number of pets? Cody has 1 lara has 4 sam has 5 ella has 3 maria has 2 There are______ justices on the Supreme Court.1. seven2.three3.nine4.twelve Unfortunately the vendors ___ quality control failures forced us to find a new supplier what is the perimeter of the isosceles trapezoid 2. At the earths surface, a projectile is launched straight up at a speed of 10. 0 km/s. To what height will it rise? ignore air resist Pickup a weighs about 1.,500 pounds pickup b weighs 685 kilograms which pickup actually weighs more Please helpCalculate the molarity of an HCl solution if 41.73 mL of HCl reacts with 7.8111 grams of sodium carbonate (106 g/mol) according to2 HCl + Na2CO3 2 NaCl + H2O + CO2Answer in units of mol/L. Which of the following statements is NOT a weight loss myth?lose weight, you must consume fewer calories than your present ratiB.Effective and lasting weight loss means that weight gained over time should be lost over time.C. Fad a diets are a good way to quickly and permanently reduce your weight.D. To keep weight off, you need to alter your habits only until the weight is lost.Please select the best answer from the choices provided.O ABCO D If atom a gives up electrons to atom b what will the elecrical charge of atom a be A single card is drawn from a standard deck of cards. Find the probability of drawing a club or a diamond. mean, mode, median, and range for numbers 4, 5, 6, 9, 13, 14, 14, 14, 15 What are the dimensions of a rectangle with an area of 72 square centimeters and a perimeter of 36 cenmeter can someone check my work please Which BEST states the central idea of the passage? A) None of these choices represent the central idea of the passage. B) To be successful takes lots of practice and reading books about how to get ahead. C) Success comes to those who study the great masters of the field to learn the best techniques to use. D) Success is not the result of reading so called experts, rather it is either due to talent or the ability to cheat. What is the equation 8x-3y=6-4x in Stanford form? Write a function multiplication_tables which takes in as input an integer num, and prints out lists with the the first 10 multiples of all the numbers from 1 to num(inclusive). An electron confined in a one-dimensional box is observed, at different times, to have energies of 12 ev, 27 ev, and 48 ev Tropical cyclones (aka hurricanes in the atlantic) are intense low-pressure systems characterized by heavy rain and high winds. when a tropical cyclone passes an area, however, there are generally several days of clear, dry weather. why might this occur