2-Information System Hardware Flashcards

1
Q

Hardware

A

Element basis of information systems

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

Central Processing Unit

A

Is the main hardware component of a computer system. It executes instructions in computer programs.

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

Bus

A

An internal component in a computer that provides the means for the computer’s other components to communicate with each other..
Example : USB, Serial ATA, PCI espress, etc

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

Main storage

A

Used for short-term storage information. It’s used for several purposes such as :
• OS • Buffers • Storage of program code,

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

Main storage ‘s memory

A

It’s volatile- information stored here is temporary

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

Technologies used in a computer for the main storage

A
  • DRAM or Dynamic RAM

* SRAM or Static Ram

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

Secondary storage

A

Permanent storage. Can last for years.

Example: Hard disk drives or solid-state drives

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

Firmwave

A

Firmware is special-purpose storage that is used to store the instructions needed to start a computer system.

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

Input/Output

A

Means that computers use to accept or sending data from or to external destination

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

Method that computer use to transfer data

A
  • Input/output (I/O) devices - attached external devices

* Networking - connected to a local or wide area data network.

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

Grid computer

A

describe a large number of loosely coupled computers that are used to solve a common task.

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

Server clusters

A

Tigthly coupled collection of computers that is used to solve a common task. Clusters operate in two modes:

  • Active-active mode - all servers perform task
  • Active-passive mode - some servers are in standby state, waiting to become active in a event called a failover.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Virtualization

A

Virtualization refers to the set of technologies that permits two or more running operating systems (of the same type, or different types) to reside on a single physical computer.

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

Why use Virtualization

A

to run many applications or tools on a single physical server

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

Virtualization software

A

Also, know as Hypervisor, emulates computer hardware so that an operating system running in a virtualized environment does not know that it is actually running on a virtual

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

Why Virtualization software provides security

A

By isolating each running operating system and preventing it from accessing or interfering with others.

17
Q

Gateway

A

A server that performs some manner of data transformation—for instance, converting messages from one format to another—between two applications.

18
Q

Production server, and test server

A
  • Production server supports actual business use

* Test Server is used to test new programs or configuration

19
Q
  • Thick client

* Thin client

A
  • Thick client is a user’s computer that contains a fully functional operating system and application programs.
  • Thin user’s workstation that contains a minimal operating system and little or no data storage.