IT Operations Flashcards

1
Q

Define a “bit” (binary digit).

A

An individual zero or one; the smallest piece of information that can be represented.

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

Define “byte.”

A

A group of (usually) eight bits that are used to represent alphabetic and numeric characters and other symbols (3, g, X, ?, etc.). Several coding systems are used to assign specific bytes to characters. ASCII and EBCIDIC are the two most commonly used coding systems. Each system defines the sequence of zeros and ones that represent each character.

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

Define “field.”

A

A group of characters (bytes) that identify a characteristic of an entity. A data value is a specific value found in a field. Fields can consist of a single character (Y, N) but usually consist of a group of characters. Each field is defined as a specific data type. Date, Text and Number are common data types.

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

Define “record.”

A

A group of related fields (or attributes) that describe an individual instance of an entity (a specific invoice, a particular customer, an individual product).

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

Define “file.”

A

A collection of records for one specific entity (an Invoice File, a Customer File, a Product File). In a relational database environment, files are also known as tables.

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

Define “systems software.”

A

The programs that run the computer and support system management operations.

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

Define “operating system.”

A

The interface between the user and the computer hardware.

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

Define “programming languages.”

A

All software is created using programming languages. They consist of sets of instructions and a syntax that determine how the instructions can be put together.

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

Define “application software.”

A

The diverse group of end-user programs that accomplish specific user objectives. Can be general purpose (word processors, spreadsheets, databases) or custom-developed for a specific application (ex.: a marketing information system for a clothing designer). May be purchased “off the shelf” or developed internally.

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

What constitutes computer hardware?

A

This includes the physical equipment in your computer and the equipment that your computer uses to connect to other computers or computer networks.

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

What is a “central processing unit (CPU)”?

A

The CPU is the control center of the computer system. It has three principal components.

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

What data is stored in random access memory (RAM)?

A

A temporary data store for information in process.

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

How is read-only memory (ROM) used?

A

Used to permanently store the data needed to power on the computer; includes portions of the operating system.

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

What is the purpose of secondary storage devices?

A

Provide permanent storage for programs and data. Depending on the way the devices are set up, they can either be online (the data on the device is available for immediate access by the CPU) or offline (the device is stored in an area where the data is not accessible to the CPU).

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

What are magnetic disks?

A

These are random access devices. Data can be stored on, and retrieved from, the disk in any order. This is the most efficient way to store and retrieve individual records. Magnetic disks are the most commonly used form of secondary storage.

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

What is an optical disk?

A

These use laser technology to “burn” data on the disk (although some rewritable disks use magnetic technology to record data). In general, read-only and write-once optical disks are a more stable storage medium than magnetic disks. Optical disks, like magnetic disks are random access devices. There are several different types of optical disks.

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

What are flash drives (also known as jump drives or thumb drives)?

A

Small, portable devices that can store anywhere from 500 megabytes to several gigabytes. The term “drive” is a bit of a misnomer as there are no moving parts to the “drive.” Rather, the memory in a flash drive is similar to the RAM used as primary storage for your CPU.

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

Define “supercomputers.” What are they used for?

A

Computers at the leading edge of processing capacity. Used for calculation-intensive scientific applications, for example, weather forecasting and climate research.

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

What is a “mainframe computer.”

A

Computers used by commercial organizations to support mission critical tasks such as sales and order processing, inventory management, and e-commerce applications. Unlike supercomputers, which tend to support processor-intensive activities (i.e., a small number of highly complex calculations), mainframe computers tend to be input/output (I/O) intensive (i.e., a very large numbers of simple transactions). Mainframes frequently support thousands of users at a single point in time.

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

Define “batch processing.”

A

Periodic transaction processing method in which transactions are processed in groups

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

What are “time lags” in batch processing systems?

A

This is an inherent part of batch processing. There is always a time delay between the time the transaction occurs, the time that the transaction is recorded, and the time that the master file is updated.

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

Define “online, real-time (OLRT) processing.”

A

Continuous, immediate transaction processing method in which transactions are processed individually as they occur.

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

What are point-of-sale (POS) systems?

A

Combine on-line, real-time processing with automated data capture technology, resulting in a system that is highly accurate, reliable, and timely.

24
Q

What are subsidiary ledgers (sub-ledgers)?

A

These ledgers classify transactions by alternative accounts (e.g., customer accounts, vendor accounts, product accounts).

25
Q

What is the Accounts Receivable (A/R) sub-ledger?

A

This ledger classifies A/R transactions (credit sales and customer payments) by Customer.

26
Q

Define “master files.”

A

Computerized data files equivalent to the ledgers found in manual accounting system.

27
Q

Define “transaction files.”

A

Computerized data files equivalent to the journals found in a manual accounting system.

28
Q

What are centralized systems?

A

Maintain all data and perform all data processing at a central location; remote users may access the centralized data files via a telecommunications channel, but all processing is centralized.

29
Q

What are distributed database systems?

A

Database is distributed across locations according to their needs (note the subtle reference to Karl Marx here. . .)

30
Q

What is a decentralized system?

A

Each location maintain separate system and data.

31
Q

What is a “computer network”?

A

Two or more computing devices connected by a communication channel on which the devices exchange data.

32
Q

What is a “node”?

A

A device connected to a computer network.

33
Q

What is a “client” on a computer network?

A

A node, usually a microcomputer, which is used by end users; uses but usually does not supply network resources.

34
Q

Define “Bluetooth.”

A

Wireless transmission medium. It uses the same radio frequencies as Wi-Fi, but with lower power consumption resulting in a weaker connection. It is used to provide a direct communications link between two devices (e.g., a cell phone and ear piece, computer and a printer).

35
Q

Whant is a “peer-to-peer network”?

A

A network system in which all nodes share in communications management. No central controller (server) is required. These systems are relatively simple and inexpensive to implement; used by LANs.

36
Q

What is a “client/server system”?

A

A central machine (the server) mediates communication on the network and grants access to network resources. Client machines use of network resources and also perform data processing functions; used by LANs.

37
Q

What is a “local area networks (LAN)” ?

A

Originally confined to very limited geographic areas (a floor of a building, a building, or possibly a couple of buildings in very close proximity to each other). Inexpensive fiber optic cable now enables local area networks to extend many miles.

38
Q

What is a wide area network (WAN)?

A

These networks vary dramatically in geographic coverage. Most WANs are national or international in scope.

39
Q

Define “file server.”

A

In a local area network, a computer that provides centralized access to program and data files.

40
Q

What is a “server”?

A

Computer or other device on a network which only provides resources to the network and is not available (normally) to individual users; examples include print servers, file servers, and communications servers. Contrast with a workstation.

41
Q

Define “internet”.

A

A “network of networks:” a global network of millions of interconnected computers and computer networks.

42
Q

Define “Transmission Control Protocol / Internet Protocol (TCP/IP)”.

A

The core protocol transmission of the internet.

43
Q

Describe intranets.

A

Available only to members of the organization (business, school, association); often used to connect geographically separate LANs within a company.

44
Q

Describe extranets.

A

Open to an organization’s associates (company suppliers, customers, business partners, etc.) to access data that is relevant to them.

45
Q

What is extensible markup language (XML)?

A

Protocol for encoding (tagging) documents in machine-readable form.

46
Q

What is extensible business reporting language (XBRL)?

A

XML-based protocol for encoding and tagging business information. A means to consistently and efficiently identify the content of business and accounting information in electronic form.

47
Q

What makes a computer language extensible?

A

Users can create taxonomies for specific environments, for example for the purpose of taxation reporting, environmental regulation reporting, or automobile manufacturing.

48
Q

Define “hypertext markup language (HTML)”.

A

Core “markup” language (a way of tagging text) for web pages. The basic building-block protocol for constructing webpages.

49
Q

What is “File Transfer Protocol (FTP)”?

A

A protocol used for file transfer applications.

50
Q

What is “instant messaging (IM)”?

A

A protocol for instant messaging.

51
Q

Define “grandfather-father-son file security control.”

A

A technique used to maintain redundant backup copies (three “generations”) of data files; backup files are used to recover from systems failures in which data files are damaged or destroyed.

52
Q

Define “mirroring.”

A

A method of backup consisting of the maintenance of an exact copy of a data set to provide multiple sources of the same information. Mirrored sites are most frequently used in e-commerce for load balancing - distributing excess demand from the primary site to the mirrored.

53
Q

Define “storage area networks (SANs).”

A

A method of backup that can be used to replicate data from multiple sites. Data stored on a SAN is immediately available without the need to recover it. This enables highly efficient disaster recovery.

54
Q

Define “remote backup service.”

A

A service that provides users with an online system for backing up and storing computer files. Remote backup has several advantages over traditional backup methodologies: the task of creating and maintaining backup files is removed from the IT department’s responsibilities; the backups are maintained off site; some services can operate continuously, backing up each transaction as it occurs.

55
Q

Describe the rollback and recovery backup and recovery system methodology.

A

A backup and recovery system method that is common to online, real-time processing. All transactions are written to a transaction log when they are processed. Periodic “snapshots” are taken of the master file. when a problem is detected, the recovery manager program starts with the snapshot of the master file and reprocesses all transactions that have occurred since the snapshot was taken.

56
Q

Describe the checkpoint and restart backup and recovery system methodology.

A

Common to batch processing, a checkpoint is a point in data processing where the accuracy of the processing can be verified. Backups are maintained during the update process so that, if a problem is detected, it is only necessary to return to the backup at the previous checkpoint instead of returning to the beginning of transaction processing.