Computer Software and System Flashcards

1
Q

the general term applied to the collection of instructions that direct the computer’s hardware how to perform work

A

Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

the programs and other operating information used by a computer

A

Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This is in contrast to physical hardware, from which the system is built and actually performs the work.

A

Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

consist of instructions communicated electronically to the hardware.

A

Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Boot up the computer system; controls input, output storage; and controls the operations of the application software; consist of programs that controls the operation of the computer and its devices

A

System software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Provides the basic functions for computer usage and helps run the computer hardware and system

A

System Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A computer cannot function without an ________

A

Operating System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

a set of programs containing instructions that coordinate all the activities among computer hardware resources.

A

Operating System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The core parts includes supervisory programs, boot loaders, shells and window systems

A

Operating System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In practice, it comes bundled with additional software (including application software) so that a user can
potentially do some work with a computer that only has one operating system.

A

Operating System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

which operate or control a particular type of device that is attached to a computer.

A

Device Drivers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Drivers may interface with

A

-Printers
-Video adapters
-Network cards
-Sound cards
-Computer storage devices such as hard disk
-CD-ROM
-Floppy disk
-Image scanners
-Digital cameras

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

This kind of software is designed to maintain the computer

A

Utilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Is the operational software embedded within a flash drive, ROM or EPROM memory chip for the operating system to identify it

A

Firmware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Includes the various programs that users require to perform day to day tasks

A

Application Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

software that uses the computer system to perform special functions or provide entertainment functions beyond the basic operation of the computer itself

A

Application software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are the types of software

A
  1. System Software
  2. Application Software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

System Software includes the following:

A

-Operating System
-Device Drivers
-Utilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What are the types of application Software

A
  1. Word Processor
  2. Spreadsheet
  3. DBMS (Database Management System)
  4. Graphics
  5. Educational
  6. Games
  7. Accounting Package
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Any software intentionally designed to cause damage to a computer, server, client or computer network

A

Malicious Software or Malware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Software that is developed to harm and disrupt computers

A

Malicious software or malware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Is closely associated with computer-related crimes, though some malicious programs may have been designed as practical jokes

A

Malware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

A range of antivirus software, firewalls and other strategies are used to help protect against the introduction of malware, to help detect it if it is already present, and to recover from malware-associated malicious activity and attacks

A

Malicious Software or Malware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

A part of the software with which you interact; it controls how data and instructions are entered and how information is presented on the screen

A

User Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Types of User Interface
1. Command Line Interface 2. Graphical User Interface (GUI)
26
You type keywords or press special keys from the keyboard to enter data and instructions
Command Line Interface
27
Are set of commands you use to interact with the computer
Command Language
28
Allows you to use menus and visual images such as icons
Graphical User Interface
29
Are small images that represents a program, instructions or information
Icon
30
The translation programs are called
-Assemblers -Compilers -Interpreters
31
Are needed to convert instructions written in English-like language into binary
Translation programs
32
A means of communicating with the computer
Programming Language
33
A set of words, symbols, and codes that enables a programmer to communicate a solution algorithm to computer.
Programming Language
34
Refers to how close the language is to the actual machine
Level
35
Machine Language and Assembly Language is in what level?
First Level
36
Includes high-level procedural and nonprocedural language
Second Level
37
A natural language
Third Level (fifth generation)
38
The true language of the computer
Machine Language
39
Consists only of binary numbers 1's and 0's, representing the on and off electrical impulses
Machine Language
40
It is far more English-like Language
Assembler Language
41
Instructions have a one-to-one correspondence with a machine language instructions
Assembler Language
42
What code is this? PRINT_LOOP: CALL WRITE_CHAR INC DL LOOP PRINT_LOOP MOV AH,4CH INT 21H;21H
Assembler Language Code
43
Requires the programmer to specify both what the computer is to do and the procedure on how to do it.
Procedural Language
44
Specialized application programs that require more involvement of the user in directing the program to do necessary work
Fourth Generation Language
45
Also called natural language
Fifth generation language
46
The user tells the machine what to do in the user's own natural language or through use of a set of very English-like commands
Fifth Generation Language
47
Is designed to meet the needs of a wide variety of users, not just a single user or company.
Package software
48
it is sometimes called commercial-of-the-shelf software
Software Packages
49
Refers to the process of writing a computer program, which is a series of instructions written in proper sequence to solve a specific problem
Computer Programming
50
Program encompasses the program instructions and is generally written by a computer programmer
Computer Programming
51
Steps in writing a computer program
-Problem definition -Program design -Writing the code and program documentation -Testing -Program documentation
52
The six elements
1. Interdependent parts 2. Input to the system 3. System processes 4. Output of the system 5. System control 6. Feedback
53
The most defining attribute of a system is that its parts interact to conduct some process.
Interdependent parts
54
Is any factor from the external environment that is taken into the system.
Input
55
is the activity of the system. The system performs process on its inputs to procedure outputs, or create some sort of results.
Process
56
is any product or waste produced as a result of system process.
Output
57
refers to any component or activity that serves to prevent or correct problems or errors in the system’s input, process or output.
Control
58
is the output from one part of a system process that serves as input to another part of a system process
Feedback
59
the collection and integration of various pieces of hardware and software and the human resources that meet the data collection, storage, processing and report generation needs of an organization.
Information System
60
Provides managers information about their business operations.
Management Information System
61
an organized system for managing the flow of information in an organization in a timely manner
Management Information System
62
Have programs that support strategic planning, management control and operation support.
Management Information System
63
refers to the policy decisions made by the top-level team of administrators.
Strategic Planning
64
a retrieval system that generally refers to bibliographic data, document information or literature.
Bibliographic Retrieval Systems
65
Primarily used to store and retrieve data and not to conduct any computations per se.
Bibliographic Retrieval Systems
66
designed to provide bibliographic data on journal articles, books, monographs and textual report.
Bibliographic Retrieval Systems
67
A special purpose system
Stand-alone systems
68
Developed for a single application or set of functions
Stand-Alone systems
69
Used to process predefined transactions and produce predefined reports
Transaction Systems
70
Designed for repeated operations using a fixed list
Transactions Systems
71
widely used in hospital patient care units, in surgery, and more and more commonly, in private homes
Physiologic Monitoring System
72
being used more frequently to measure and monitor continuous automatic physiologic findings such as heart rate
Physiologic Monitoring System
73
a computer system that supports some aspects of the human decision-making process
Decision support system
74
It works with the user to support, but not replace, human judgment in a decision- making situation.
Decision Support System
75
A computer system containing the information and decision-making strategies of an expert to assist non- experts in decision-making.
Expert System
76
designed for a user to simulate the cause and effect reasoning that a expert would use if confronted with the same situation in real live environment
Expert System
77
a system that attempts to a model human reasoning processes.
Artificial Intelligence System
78
Capture, store, and manipulate visual images and pictures
Vision System
79
Mechanical and computer devices that perform tedious tasks with high precision
Robotics
80
Stores knowledge and makes inferences
Expert System
81
a system that can understand and process commands given in the user’s own natural, spoken language.
Natural Language System
82
It requires the computer to understand a wide range of words, speech styles, syntax and sentence structure.
Natural Language System
83
Sometimes called medical information system (MIS) or patient care system (PCS)
Hospital Information System
84
It provides support for a wide variety of both administrative and clinical functions
Hospital Information System
85
Its purpose is to manage information needed to facilitate daily hospital operations by all health care personnel
Hospital Information System
86
can use several computer system configurations.
His configurations
87
The most common uses mainframe computer with hardwired terminals or workstations.
HIS Configurations
88
Many hospitals configuration include the dedicated ___for special purposes, such as nurse staffing, pharmacy or laboratory systems
IS
89
Another configurations employs a LAN
HIS Configurations
90
What are the program modules available in an HIS?
1. Admission and discharge 2. Patient tracking 3. Finance 4. Payroll 5. Billing 6. Budgeting support 7. Inventory 8. Management reporting programs
91
These both support administrative and clinical operations.
Semiclinical Modules
92
Monitors and sometimes controls the flow of patients in a hospital from admission to discharge
ADT
93
Automatically prepare the midnight census and activity reports.
ADT
94
Means that the staff can enter laboratory, pharmacy, and radiology orders online
ORDER-ENTRY-RESULT-REPORTING MODULE
95
means that the lab, pharmacy and radiology can enter the results into the computer system and have those results available to the nursing unit
Result reporting
96
Also known as point-of-care system
POINT-OF-SERVICE (POS) SYSTEM
97
Uses a hand-held or bedside PC to ensure that data are entered at the point at which they are collected.
POINT-OF-SERVICE (POS) SYSTEM
98
Designed to save time by recording critical clinical data such as patient assessment, drug administration, vital signs.
POINT-OF-SERVICE (POS) SYSTEM