answersLogoWhite

0


Best Answer

To answer such question we realy shortly define each one of the 3 definaions appeared in the question: information system: set of interrelated components working together to collect,process,store,and dissementate information to support decission making, coordinate,control,analysis,and visualization in an organization. computer: the instrument consist of physically hardware and need an operating system to be run in such way of input,processing,output of data entered into displayed information computer program: a type of software designed by engineering archtecture helping people to calculate,wrigting,getting suitable quierries and reports from predefined data entered converting them into suitable information. by getting such definations we get the solution through combining such predefination into one simply one named computer-based information systems ( CBIS ) which is an information system that relies on computer hardware ( computer ), software ( programs and applications ) for rocessing and disseminating information

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What can be distinguish between a computer a computer program and an information system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Distinguish between a parse and pass?

Parse is something related to computers.. It is a syntactic analsis format. pass on the other hand is a computer program for estimating sample size..


What is the difference between read and write in computer programming?

A "Read" operation occurs when a computer program reads information from a computer file/table (e.g. to be displayed on a screen). The "read" operation gets information out of a file (some computer languages use the term "get" instead of "read"). After a "read", the information from the file/table is available to the computer program but none of the information that was read from the file/table is changed in any way. A "Write" operation occurs when a computer program adds new information, or changes existing information in a computer file/table. An example of a computer program adding new information to a file would be when a company adds a new hire's details into its employee master file. An example of a computer program changing existing information would be when a company updates its employee master file if an existing employee changes their address. In this example, since the employee already existed in the employee file, the computer program would have had to perform a "read" at some point, to get the information out of the file/table (a fundamental rule of computer programming is that you can't update a record in a file/table unless you perform a "read" operation to get a hold of that record in the first place). Either way, the "Write" operation is what puts information in to a file. Some computer languages use the terms "put" or "update", but these are both "write" operations in general IT terms. Bottom line: Read = get information. Write = add or change information. HTH


Many languages distinguish between uppercase and lowecase letters in user-defined names what are the pros and cons of this design decision?

In computer programming, many languages distinguish between uppercase and lowercase letters in user defined variables. This is an advantage because it allows users to tell the difference between variables based on whether they are uppercase or not. It is a disadvantage because forgetting to change a letter to the proper case will result in an error when the program runs.


What is the difference between a sprite and an object?

a sprite is a computer program that moves.


Difference between data and program?

well program is a set of instructions that are given to computer to perform perticular task as we want. And data is any information that is stored in computer hard disc. it can not make any control on computer of computer related process.

Related questions

Distinguish between a parse and pass?

Parse is something related to computers.. It is a syntactic analsis format. pass on the other hand is a computer program for estimating sample size..


What best describe downloading information would it be sending files to the internet from your computer or installing a program on your computer.?

Installing a program.


What ways computer can be fooled on data intergrity?

Data Integrity is a quality control method that ensures that the information going into the computer program is useful to the computer program. Computer programs are written by humans. One reason that computer programs are written is that a human wants a large amount of data to be searched for relevant information. If the program is properly written it will detect information entered that is of little use to the program. Poorly written programs can be fooled by humans that want to enter football scores into a program processing weather information, but why would you want to fool the computer?


What is the difference between computer programsand computer applications?

An application is a program


Distinguish between Motorola 68000 nad Intel 8086?

H AS 16 bit program r


What is the difference between an algorithm and a computer program?


Why it is desirable for computer programs to have facility to compare items of data and distinguish between like items of different values?

One day a person with a long list of similar things had to decide if they would do the work themselves of write a computer program to do the work. Writing a computer program was easier and faster so that is why some programs com pare items of data of different values.


What is the difference between program and software?

Program is a set of instruction of a computer to perform. Software is the various kind of program that is used to operate computer smoothly.


What is the relationshjip between a computer program and an algorithm?

A computer program can use a pre-programmed Algorith to calculate what you want it to calculate.


What is the difference between information science and information technology?

information technology careers are more about installing, maintaining, and improving computer systems, operating networks, and databases. Meanwhile, computer science is about using mathematics to program systems to run more efficiently, including in design and development.


What is the different between array and File?

An array is a systematic arrangement of objects, usually in rows and columnsA computer file is a block of arbitrary information, or resource for storing information, which is available to a computer program and is usually based on some kind of durable storage


What is the difference between read and write in computer programming?

A "Read" operation occurs when a computer program reads information from a computer file/table (e.g. to be displayed on a screen). The "read" operation gets information out of a file (some computer languages use the term "get" instead of "read"). After a "read", the information from the file/table is available to the computer program but none of the information that was read from the file/table is changed in any way. A "Write" operation occurs when a computer program adds new information, or changes existing information in a computer file/table. An example of a computer program adding new information to a file would be when a company adds a new hire's details into its employee master file. An example of a computer program changing existing information would be when a company updates its employee master file if an existing employee changes their address. In this example, since the employee already existed in the employee file, the computer program would have had to perform a "read" at some point, to get the information out of the file/table (a fundamental rule of computer programming is that you can't update a record in a file/table unless you perform a "read" operation to get a hold of that record in the first place). Either way, the "Write" operation is what puts information in to a file. Some computer languages use the terms "put" or "update", but these are both "write" operations in general IT terms. Bottom line: Read = get information. Write = add or change information. HTH