Skip to main content

Healthcare Systems Article Category

Medical Factors Which make it The most effective  just by Sejal Kakadiya  Medicine and health agencies with now consentrate on top quality, charge together with great satisfaction health of their solutions. These are typically that support beams which a lot of these agencies redefine the direction they trade. The following really results in thrilled clients.  How come Serious Treatment Direction Can be a Trend Inside Medicine and health Sector  just by Steven Orange  A whole lot of North american healthcare systems' options are generally about that direction together with procedure with serious circumstances. Direction with serious health conditions which include diabetes, excessive circulation demand, cardiovascular disease, together with hypothyroidism can be a vital component of easiest treatment healthcare provider's succeed. Inside standard product, that general practitioner spots someone on an automobile accident with treatment, inspects that condition ...

Solved MCQ for IT Officer Exam Part-2


SWIFT Logo
SWIFT Logo (Photo credit: Wikipedia)
1. SWIFT stands for:

A) Society for Worldwide Interbank Financial Telecommunication

B) Society for Worldwide International Financial Telecommunication

C) Society for Worldwide Interbank Financial Transmission

D) Society for Worldwide Interbank Financial Transfer



2. Which one is the correct statement?

A) XML is a technology used only on the internet.

B) XML is a programming language.

C) XML is highly suitable data exchange between two different systems.

D) XML is scripting language.



3. Decision support systems usually

A) serve managers interested in weekly, monthly and yearly results, not day-to-day activities.

B) help managers make decisions that are unique, rapidly changing and not easily specified in advance.

C) provide managers with a generalized computing and telecommunications capacity that can be applied to a changing array of problems.

D) perform and record the daily routine transactions necessary to the conduct of business.



4. Identifying customers and markets using data on demographics, markets, consumer behavior and trends is an example of a (n):

A) operational-level sales and marketing information system

B) knowledge-level sales and marketing information system

C) strategic-level sales and marketing information system

D) management-level sales and marketing information system



5. Enterprise systems support:

A) manufacturing process

B) financial and accounting process

C) human resource processes

D) all of the above



6. An example of an information to support a strategic management is:

A) spreadsheet model of income projections

B) business intelligence system

C) electronic document management system

D) financial information system



7. Which type of software is focused in supporting communication, collaboration and coordination?

A) E-business software

B) CRM software

C) groupware

D) SCM software



8. A data warehouse is .........

A) updated by end users

B) contains numerous naming conventions and formats

C) organized around important subject areas

D) contains only current data



9. Capability of data mining is to build ................ models.

A) retrospective

B) interrogative

C) predictive

D) imperative



10. A link is said to be ............... link if it is between pages with different domain names.

A) intrinsic

B) transverse

C) direct

D) contrast



Answers:




1. SWIFT stands for:

A) Society for Worldwide Interbank Financial Telecommunication

Explanation: The Society for Worldwide Interbank Financial Telecommunication provides a network that enables financial institutions worldwide to send and receive information about financial transactions in a secure, standardized and reliable environment. Read More at: wikipedia.org


2. Which one is the correct statement?

C) XML is highly suitable data exchange between two different systems.

Explanation: XML data is stored in plain text format. This provides a software and hardware independent way of storing data. XML is highly suitable data exchange between two different systems, since the data can be read by different incompatible applications. Read More at: How Can XML be Used?-w3schools.com.


3. Decision support systems usually

B) help managers make decisions that are unique, rapidly changing and not easily specified in advance.

Explanation: Decision support systems usually help managers make decisions that are unique, rapidly changing and not easily specified in advance. Read More at: Decision support systems -books.google.com


4. Identifying customers and markets using data on demographics, markets, consumer behavior and trends is an example of a (n):

B) knowledge-level sales and marketing information system

Explanation: Identifying customers and markets using data on demographics, markets, consumer behavior and trends is an example of a knowledge-level sales and marketing information system.


5. Enterprise systems support:

D) all of the above

Explanation: Enterprise systems support manufacturing process, financial and accounting process and human resource processes. Read More: Enterprise systems -books.google.com


6. An example of an information to support a strategic management is:

B) business intelligence system

Explanation: An example of an information to support a strategic management is business intelligence system. Read More: Business Intelligence System -books.google.com


7. Which type of software is focused in supporting communication, collaboration and coordination?

C) groupware

Explanation: Groupware is a type of software is focused in supporting communication, collaboration and coordination. Read More: Groupware -wikipedia.org


8. A data warehouse is .........

C) organized around important subject areas

Explanation: A data warehouse can be used to analyze a particular subject area. Read more: Data warehouse definition -1keydata.com


9. Capability of data mining is to build ................ models.

C) predictive

Explanation: Capability of data mining is to build predictive models.



10. A link is said to be ............... link if it is between pages with different domain names.

B) transverse

Explanation: A link is said to be transverse link if it is between pages with different domain names and A link is said to be intrinsic link if it is between pages with same domain names. Read More: transverse and intrinsic link -books.google.com





Related Posts:



Comments

Popular posts from this blog

Healthcare Systems Article Category

Medical Factors Which make it The most effective  just by Sejal Kakadiya  Medicine and health agencies with now consentrate on top quality, charge together with great satisfaction health of their solutions. These are typically that support beams which a lot of these agencies redefine the direction they trade. The following really results in thrilled clients.  How come Serious Treatment Direction Can be a Trend Inside Medicine and health Sector  just by Steven Orange  A whole lot of North american healthcare systems' options are generally about that direction together with procedure with serious circumstances. Direction with serious health conditions which include diabetes, excessive circulation demand, cardiovascular disease, together with hypothyroidism can be a vital component of easiest treatment healthcare provider's succeed. Inside standard product, that general practitioner spots someone on an automobile accident with treatment, inspects that condition ...

How to Automatically Troubleshoot and Fix Computer Problems

If you have problems on your computer and you don't know how to solve the problem, there is a feature on window which can automatically troubleshoot and fix computer problems, so why don't use it, that may solve your problem. Using this feature, you can click on a task to automatically troubleshoot and fix common computer problems. Here I have listed some common computer problem and their troubleshooting ideas to fix the problem. How to Run Programs Made for Previous Versions of Windows If you have problems for running programs in your computer that are made for previous versions of windows, you can use program compatibility troubleshooter to apply recommended compatibility settings for that program to run the program smoothly. Here are the steps to fix the problem for running programs made for previous versions of windows. First of all go to control panel then click on "Troubleshooting" option. On troubleshooting window, you can see the different options for fixing c...

How to create Changeable Date and Time Using JavaScript?

You can create changeable Date and Time using JavaScript Date object. JavaScript Date object will automatically hold the current date and time as its initial value. You can manipulate it easily by using different methods in Date object. The different methods in Date object I am going to use to create changeable Date and Time are as follows. Date():    Returns today's date and time. getDate(): Returns the day of the month from a Date object from 1-31. getDay():  Returns the day of the week from a Date object from 1-6 getMonth():Returns the month from a Date object from 0-11 getFullYear(): Returns the year, as a four digit number from Date object. getHours():   Returns the hour of a Date object from 0-23. getMinutes(): Returns the minutes of a Date object from 0-59 getSeconds(): Returns the seconds of a Date object from 0-59 Do do rest of the work you have to create a new Date() object and needs to use that value to get date, month, day name and time with hou...