Platform Technologies Flashcards

1
Q

Component are the parts you can touch.

A

Computer Hardware

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

The smallest hardware that can still perform computation is the ________

A

Computer chip

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

is composed of semi-conductors and tiny wires laid out on top of thin wafers of silicon

A

Computer chip

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

is always required to execute any command or instruction

A

Software

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

can be configured to represent either a 0 or a 1 when electrical is supplied to them

A

semi-conductor

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

Sometimes referred to as machine code or object code, ____________ ____________ is a collection or binary digits or bits that computer reads and interprets.____________ is the only language of computer is capable to understand.

A

Machine Language

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

Limitations of machine language

A
  1. Machine dependent.
  2. Difficult to program.
  3. High error level when we write a program in this language.
  4. Difficult to modify the code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A ____________ can understand positional number system only where there are a few symbols
called digits and these symbols represent different values depending on the position they occupy in the
number

A

digital system

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

A value of each digit in a number can be determined using

A

The digit
● The position of the digit in the number
● The base of the number system (where base is defined as the total number of digits available in
the number system).

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

are command or programs written in machine code of a machine(computer) that it can recognize and execute

A

Machine instruction

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

Different instruction cycles :

A

Memory address registers(MAR)
Memory buffers registers(MBR)
Programs Counter(PC)
Instruction register(IR)

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

: It is connected to the address lines of the system bus. It specifies the
address in memory for a read or write operation.

A

Memory address registers (MAR)

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

t is connected to the data lines of the system bus. It contains the value to be
stored in memory or the last value read from the memory

A

Memory Buffer Register(MBR)

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

Holds the address of the next instruction to be fetched.

A

Program Counter (PC):

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

Holds the last instruction fetched

A

Instruction Register (IR):

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

Each phase of ___________ ______ can be decomposed into a sequence of elementary micro-operations. In the
above examples, there is one sequence each for the Fetch, Indirect, Execute and Interrupt Cycles.

A

Instruction Cycle

17
Q

The ______________ is always followed by the Execute Cycle.

A

Indirect Cycle

18
Q

The ___________ ______ is always followed by
the Fetch Cycle.

A

Interrupt Cycle

19
Q

For both _______ ___ _______ _______ the next cycle depends on the state of the system.

A

fetch and execute cycles,

20
Q

We assumed a
new 2-bit register called ______ ______ ________The _ _ _ designates the state of processor in terms of which
portion of the cycle it is in:

A

Instruction Cycle Code (ICC).

21
Q

Von Neumann architecture’s?

A

Fixed Program Computers
Stored Program Computers

22
Q

These can be programmed to carry out many different tasks,
applications are stored on them, hence the name

A

Stored Program Computers

23
Q

Their function is very specific and they couldn’t be programmed, e.g.
Calculators

A

Fixed Program Computers –

24
Q

It is also known as IAS computer and is having three basic units

A
  1. The Central Processing Unit (CPU)
  2. The Main Memory Unit
  3. The Input/output Device
25
Q

A control unit (CU) handles all processor control signals. It directs all input and output flow, fetches code for
instructions and controlling how data moves around the system.

A

Control Unit –

26
Q

The arithmetic logic unit is the part of the CPU that handles all the calculations the CPU may need, e.g.
Addition, Subtraction, Comparisons. It performs Logical Operations, Bit Shifting Operations, and Arithmetic
Operation.

A

Arithmetic and Logic Unit (ALU)

27
Q

Main Memory Unit (Registers)

A
  1. Accumulator
  2. Program Counter (PC):
  3. Memory Address Register (MAR):
  4. Memory Data Register (MDR):
  5. Current Instruction Register (CIR)
  6. Instruction Buffer Register (IBR):
28
Q

Program or data is read into main memory from the input device or secondary
storage under the control of CPU input instruction. Output devices are used to output the information from a
computer. If some results are evaluated by computer and it is stored in the computer, then with the help of
output devices, we can present it to the user

A

Input/Output Devices

29
Q

Data is transmitted from one part of a computer to another, connecting all major internal
components to the CPU and memory, by the means of Buses

A

Buses

30
Q

Type’s of buses

A
  1. Data buss
  2. Address buss
  3. Control buss
31
Q

It carries data among the memory unit, the I/O devices, and the processor.

A

Data buss

32
Q

It carries the address of data (not the actual data) between memory and processor.

A

Address buss

33
Q

: It carries control commands from the CPU (and status signals from other devices) in order
to control and coordinate all the activities within the computer.

A

Control buss

34
Q

Whatever we do to enhance performance, we cannot get away from
the fact that instructions can only be done one at a time and can only be carried out sequentially.
Both of these factors hold back the competence of the CPU.

A

Von neumann bottleneck

35
Q
A