GO FoR iT Flashcards

1
Q

WHAT responsibility is normally reserved for a Systems Programmer in a computer system environment?

A

Operating Systems and Compilers

WHY? - Because systems programmers are given responsibility for maintaining system software

i.e. Operating systems and Compilers

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

WHAT is an input control that could prevent an incorrect abbreviation from being accepted as legitimate data?

A

A Validity Check

WHY? - Because a Validity check tests the identification numbers or transaction codes for validity by comparison with items already known to be correct or authorized

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

WHAT is a likely concern in performing an assessment of an electronic data interchange (EDI) purchasing system?

A

THE increased turnover of the IT Staff

WHY? - Because changes in personnel suggest that crucial expertise may have been lost

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

WHAT control procedure is effective in ensuring that data files uploaded from a personal computer to a server are complete?

And that no additional data was added?

A

Batch control totals, including control totals and hash totals

WHY? - Because Batch control totals for the data transferred can be reconciled with the batch control totals in the existing file

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

WHAT does a combinatorial test design do?

A

IT identifies the number of tests needed to get the coverage developers want

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

WHAT is a “Database?”

A

A Collection of Related Files

NOTE: The use of a database system significantly reduces redundancy of stored data in a system

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

WHAT Database Model is considered “most versatile?”

A

A Relational Database

WHY? - Because the data is organized into two-dimensional tables (relations), which makes this database model easier to construct compared to more complex models

Also, the tables can be combined (joined) in many ways to permit a wide variety of inquiries.

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

Fill in the Blank.

eXtensible Markup Language (XML) allows the user to design A tags.

A

A. customized

i.e. XML is focused on the content of the data and is useful for putting structured data into a text file

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

WHAT type of computer language is C++ BASIC, FORTRAN, and COBOL?

A

Procedural Languages

i.e. They are considered “higher-level” languages which allow specification of processing steps in terms of highly aggregated operations

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

WHAT is the greatest advantage of a database (server) architecture?

A

Data redundancy can be reduced

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

WHAT is “Cooperative Processing?”

A

A System that permits computers in a distributed network to share the use of another end user’s application program

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

An economic Feasibility analysis model can be embedded as a subsystem of what type of information system?

A

A Decision Support System (DSS)

WHY? - Because it is an interactive system that is useful in solving semi-structured and unstructured problems

i.e. It requires that a top-management or middle-management decision maker to exercise judgment

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

True or False

Business Intelligence (BI) is a program that provides top management with advice and answers from a knowledge-based (expert) system.

A

FALSE

BI serves the needs of top management for managerial control and strategic planning,
focuses on strategic (long-range) objectives and gives immediate information about a firm’s critical success factors

BI is NOT a program for providing top management with advice and answers from a knowledge-based (expert) system.

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

True or False

Devices used only to perform sequential file processing will not allow data to be edited on a real-time basis

A

TRUE

Devices used only to perform sequential file processing will NOT allow data to be edited on a real-time basis

WHY? - Because in an online, real-time system, “direct” (random), NOT sequential, access to files are required

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

WHAT is NOT considered advantage in an Distributed computing system?

A

Security Measures………THEY are NOT easier to provide

WHY? - Because Security becomes more difficult when there are more sites to secure

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

WHAT is the first step that a company should take in the development of a business continuity plan?

A

Conducting a business-impact analysis

WHY? - Because it identifies business processes necessary to functioning in a disaster and determines how soon they should be recovered

17
Q

In what stage of a System Development Life Cycle would training occur?

A

IN the Implementation Phase

i.e. Training occurs during the implementation (installation and operation) phase of computer system development