Discuss two business information systems that are used in two different sectors in a modern economy.

Answers

Answer 1

Explanation:

Two business information systems that are used in two different sectors in a modern economy are:

Transaction Processing System (TPS):

The Transaction Processing System (TPS) is a type of data system for capturing, storing, updating and recovering a company's data operations. Transaction systems often try to provide consistent response times to requests even if this is not as important as in real-time systems.

Management Information System (MIS)

MIS is the study of persons, technological systems and associations between them. Management Information Systems (MIS) Professionals at MIS allow businesses to profit maximally from staff, facilities and business process expenditure. MIS is a field of people with a focus on technological support.


Related Questions

Anybody know #11 ? I need two ppl to answer this!!! Free Brainliest!!

Answers

Answer:

A because system program will give the operating systems and other platform details

Explanation:

I think its A

Which validation check can be used on the following data. "XX000" 

1. Range

2. Limit

3. Format

4. Length ​

Answers

Answer:

Format and Length

Explanation:

If there is a range or limit on the data, you would need to know more about the format.

Explain how the value of 90 is stored in the Java variable, myFinalGrade.

Answers

Answer:

As integer

Explanation:

More information is needed to properly answer this question.

However, I will answer this question with the limited information given.

90 will be stored as an integer in the variable.

First, the variable needs to be declared;

int myFinalGrade;

Then the variable is initialized;

myFinalGrade = 90;

Hence, the value is stored as an integer.

Edhesive 8.5 code Practice help me pls

Answers

Answer:

twainQuotes = ['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them as much as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', "Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]

print(twainQuotes)

twainQuotes.sort()

print(twainQuotes)

twainQuotes.insert(1,'Courage is resistance to fear, mastery of fear, not absence of fear.' )

print(twainQuotes)

Explanation:

ok

The program is an illustration of lists and list manipulation

Lists

Lists are variables that are used to hold multiple values in one variable name

Python Program

The program in Python, where comments are used to explain each line is as follows:

#This initializes the list

twainQuotes = ['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them as much as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', "Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]

#This prints the list elements

print(twainQuotes)

#This sorts the list elements

twainQuotes.sort()

#This prints the sorted list

print(twainQuotes)

#This inserts an element into the list

twainQuotes.insert(1,'Courage is resistance to fear, mastery of fear, not absence of fear.' )

#This prints the new list

print(twainQuotes)

Read more about lists and list manipulations at:

https://brainly.com/question/24941798

In honor of Black History Month, write an essay about a black person who has inspired YOU in some way. This person does not have to be famous, it can be a coach, a pastor, or family friend. This essay must be 10 sentences or more.​

Answers

Answer:

I will be talking about Jackie Robinson. Robinson was known for playing baseball with the Brooklyn Dodgers from 1947 to 1956, I will share a few of his other accomplishment.

In 1935, Robinson graduated from Washington Junior High School and enrolled at John Muir High School Recognizing his athletic talents, Robinson's older brothers Mack (himself, an accomplished athlete and silver medalist, at the 1936 Summer Olympics) and Frank inspired Jackie to pursue his interest in sports.

At Muir high school , Robinson played several sports , football, basketball, track, baseball and tennis. He played shortstop and catcher on the baseball team, quarterback on the football team, and guard on the basketball team. With the track and field squad, he won awards for the broad jump.

In 1936, Robinson won the junior boys singles championship at the annual Pacific Coast Negro Tennis Tournament.

He earned a place on the annual baseball tournament all-star team,

In late January 1937, the News newspaper reported that Robinson "for two years had been the outstanding athlete at John Muir, starring in football, basketball, track, baseball and tennis.

As Jackie was encouraged to move forward by his brothers Mack and Frank. Today, his accomplishments inspires me to keep moving forward.

Explanation:

Calculate the value of z. Given v=4, w=5, x=8, y=2z= (v+ w) * x / y;print (“value of z is “, z)

Answers

Answer:

value of z is  36.0

Explanation:

Given

[tex]v = 4\\\\w = 5\\\\x = 8\\\\y = 2\\\\z = (v+2)*x/y[/tex]

Required

Print the value of z

To answer this, I will make use of Python and also provide a manual solution:

The program (in python) is as thus:

v = 4

w = 5

x = 8

y = 2

z = (v + w) * x/y

print (“value of z is “, z)

Manually, we have:

z = (v + w) * x/y

z = (4 + 5) * 8/2

Solve the bracket

z = 9 * 8/2

z = 9 *4

z= 36

Either ways, the value of z is 36

All _______ that store more than one piece of data ​

Answers

Answer:All data structure that store more than one piece of data ​

.

Explanation:

Digital and analog audio recordings have pros and cons. Do you think the pros of digital recordings outweigh the cons and therefore prefer digital audio recordings? Or, do you think the cons outweigh the pros and therefore you prefer analog audio recordings? Explain.

Answers

Digital vs Analog Audio is completely personal preference and there is no clear winner on which is better.

But there are some pros and cons about both, Analog sometimes distorts when playing and can be easily scratched and ruins the grooves. Analog is believed to be the true representation of the sound when it was recorded. Digital is not the actual recording of the sound, it's actually a combination of binary code. It is also sometimes mixed or remastered in Digital and sounds a bit different to make it sound better. It also depends on the system you are listening it from. You could have a horrible Digital system its playing through and an amazing Analog system playing, of course the Analog system will sound better in that case. Some believe that Digital is on par to overtake Analog in the "true picture of sound" category but some also say Analog will forever be the best at playing sound and Digital will always be the alternative.

But, in the end it's all personal preference and the pros and cons don't overweigh to make one better than the other.

someone please tell me if you watch drag race (rupauls drag race) I need someone to talk to about it ​

Answers

I’m gonna watch it soon

ANSWER ASAP!!!!!!

Harriet is an appointed official who works at the federal level. She is the head of an executive department. She advises the US President on important matters related to her department. Which group or organization does Harriet belong to?
A.
House of Representatives
B.
Senate
C.
Drug Enforcement Administration (DEA)
D.
Supreme Court
E.
Cabinet

Answers

The answer is D I think
The answer should be “B”

Question 6 (2 points)
The recipe for good communication includes these "ingredients":

a.clause, brevity, comments, impact, value

B.clarity, brevity, comments, impact, value

C.clarity, brevity, context, impact, value

D.clause, brevity, context, impact, value

Answers

Answer:

C

Explanation:

i think lng hehehehehe

Which of the following algorithms is the same as the flowchart shown below?

Answers

Answer:

i believe it’s c

Explanation:

Bryan's company is new and has limited funds to work with. He has been tasked with finding a telecommunications technology that will improve worker productivity on their latest project. So he doesn't go over budget, he must carefully consider all items that affect cost. His considerations include:

Answers

Answer:

Download Speed, Operating Costs, & Purchase Price.

Explanation:

He needs it quick and he's on a budget, so he's gonna be worried about these three things that fall under the categories.

You're welcome my fellow seeker.

With what finger do you type the letter m​

Answers

Answer:

Index Finger

Explanation:

I type m with my middle because it’s just right down from j

The___
button is present in the Records group on the Home tab.​

Answers

Answer:

Access Ribbon

Explanation:

Answer:

Access ribbon.

Pls mark it as brainlist.

Which type of error is caused by the following code? >>> 3 / 0

Answers

Answer:

ZeroDivisionError

Explanation:

definition on Edge: "As you probably can guess, this occurs when you try to divide by zero."

How is life complicated without electronics

Answers

Answer:

life is complicated without electronics

Explanation:

because we wont know the weather or if anything  know anything about  and we would mostly not know anything

What is the output for the following code?

print (5*4+5)

Answers

Answer:

It will just print 5*4+5 .

But you still need to add " ".

Match the following:
Column A
1.
objects that you can actually touch such as disks, disk drives, keyboards, printers, etc.
2.
the connector that allows you to connect universal serial bus enabled devices to your computer
3.
digital still image camera that uses single-lens reflex mechanisms
4.
software that lets you change the size of an image, adjust the brightness, contrast, color, sharpness, etc. of the image
5.
a data storage device that includes flash memory


Column B
a.hardware

b.image processing/editing

c.flash drive

d.Digital Single Lens Reflex (DSLR)

e.USB port

Answers

Answer:

1. hardware

2. USB

3. DSLR

4. Image processing

5.Flash Drive

Explanation:

I checked with my dad who works in IT so they're correct :)

What's the smallest part of a computer

A microchip

A byte

A bit

A mouse click

Answers

Answer:

A byte

Explanation:

I just had that question on my quiz

A byte!
It can be referring to any sort of byte according to the question. (kilobyte would be pretty small)

animation affects can be applied on both................ and................ on a slide​

Answers

Answer: Animation effects can be applied on both (text and graphics) on a slide.

hi!

What is the purpose of the Revisions pane in a presentation?

to make suggestions for improvement

to organize and rename groups of slides

to leave comments on slides for other users

to delete all the slides in a presentation at once

Answers

First option


Sorry if I’m wrong

Answer:

to make suggestions for improvement

Write a program using for loop to find the cube of numbers from 50-100
FASTT

Answers

Answer:

JAVA

for(int i = 50;  i <= 100          i++;)

{

   int cubedNum = Math.pow(i, 4);

   System.out.println(cubedNum);

}

Explanation:

The For loop is set so that it will go the amount of times until the variable i reaches 100, then it will stop increasing i.

Then, we raise i to the 4th power in the loop, and then print it out.

#teamtrees #PAW (Plant And Water)

in an advertisement is made of a wireless keyboard and a mouse.Name two commonly used methods of connecting devices wirelessly​

Answers

Answer:

Wireless LAN

Wireless MAN

Explanation:

I use these methods to connect my wireless devices all of the time and most of my friends do it as well so I am pretty sure it is a commonly used method.

HELP ME ASAP AND YIU GET THE POINTS
Use the drop-down menus to complete statements about multiple calendar options in Outlook.
The default multiple calendar view is
Overlay view will color-code multiple dates in
Calendar
include multiple users' calendars as a team

Answers

Answer:

The default multiple calendar view is

✔ side-by-side

.

Overlay view will color-code multiple dates in

✔ one view

.

Calendar

✔ groups

include multiple users’ calendars as a team.

Explanation:

Answer:

The default multiple calendar view is

✔ side-by-side

.

Overlay view will color-code multiple dates in

✔ one view

.

Calendar

✔ groups

Explanation:

Select the correct answer from each drop-down menu. Which are the features of conditional formatting? Conditional formatting enables you to and .

Answers

Answer: oracle planning data sheet.

___________ is the number of pixels per inch

Answers

Answer:

Explanation:

What ever the number is inches is divide it by pixels

Dan is working with a team that is integrating an application with a database system. Which of these statements are true with regard to database systems?

The testing phase of the SDLC creates databases.

Selection of a DBMS occurs during the designing phase of the SDLC.

Database development also has a life cycle, with phases similar to those of the SDLC.

All compilers intrinsically support database creation.

Databases use query language to perform operations.

Answers

Answer:

Database development also has a life cycle, with phases similar to those of the SDLC.

Databases use query language to perform operations.

Explanation:

PLATO :) no prob btw

Text,Audio and graphic is entered into the computer using
a)A cpu
b)Output
C)Input
ICT Question​ asap pls help

Answers

Answer:

I think it's input, not sure tho

A group of users in a small publishing office want to share large image files in a common folder with high availability. Which of the following devices would best meet this need?
Networked storage appliance
An SSD for each computer
Large USB flash drive to move the files between computers
Portable external HDD for each user​

Answers

Answer:

Network storage appliances

Explanation:

Because I just took a test

Other Questions
bonjour je dois rendre un travail niveau bac pour ce lundi 8mars pouvez vous maider car jai enormement de difficultes en maths...merci ! plz help i really need itn/5 - 3 = -6 A) -20 B) -2 C) 15 D) -15 find the measure of all of the angles on the diagram Which statements are true about the crisis in Cuba in 1962?Choose all answers that are correct.A U.S. spy plane photographed Soviet missiles in Cuba.Cuba wanted the U.S. blockade to prevent Russia from sending more missiles to their island.JFK agreed to place U.S. missiles in Turkey.JFK agreed with his advisers who wanted to bomb Cuba.The United States, Russia, and Britain signed a treaty to test nuclear arms together.After 13 tense days, Khrushchev agreed to remove Soviet missiles from Cuba Giving brainliest!! Explain which method of production is the most likely to be capital intensive? An area with many volcanoes that includes the western borders of South, Central, and North America, the southern border of Alaska, and the eastern border of Japan is often called the Ring of Fire. Why did so many volcanoes form in these areas?helpscience if you can type out supercalifragilisticexpialidocious in German I will give you brainly 6. The Haber process for making ammonia (NH)gas from its elements was developed by Fritz Haberduring WWI. Haber hoped to use ammonia asfertilizer to grow food for Germany during theAllie's blockade. How many liters of hydrogenwould be required to produce 40.0L of ammonia atSTP? N+H, NH, What is the molar mass of H2CO3?(Molar mass of H = 1.0079 g/mol; C = 12.010 g/mol; O = 15.999 g/mol) In DEF, the measure of F=90, the measure of D=39, and FD = 9.8 feet. Find the length of EF to the nearest tenth of a foot. {[3 + 2 - (9 - 7) + (3 + 4)] Cody rented a bike from John's Bikes. Itcost $16 plus $4 per hour. If Cody paid$24, then he rented the bike for how manyhours? Someone help me please help me please, brainliested ;) the picture is the question Round the following number to3 significant figures:3,545,530 I need some help I will give you brainliest and heart! What is the difference between gravitational pull and moment From an apple tree 2 metres high, a 100g mass apple fell of the tree, what work did it do? what is mentruation? give example