Platform Technologies Flashcards

(72 cards)

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

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

The ______________ is always followed by the Execute Cycle.

A

Indirect Cycle

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

The ___________ ______ is always followed by
the Fetch Cycle.

A

Interrupt Cycle

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

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

A

fetch and execute cycles,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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).

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

Von Neumann architecture’s?

A

Fixed Program Computers
Stored Program Computers

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

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

A

Stored Program Computers

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

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

A

Fixed Program Computers –

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
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.
Control Unit –
26
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.
Arithmetic and Logic Unit (ALU)
27
Main Memory Unit (Registers)
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
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
Input/Output Devices
29
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
Buses
30
Type's of buses
1. Data buss 2. Address buss 3. Control buss
31
It carries data among the memory unit, the I/O devices, and the processor.
Data buss
32
It carries the address of data (not the actual data) between memory and processor.
Address buss
33
: 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.
Control buss
34
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.
Von neumann bottleneck
35
where machine language (binary digits) is the only format understood by the CPU.
Von Neumann Architecture
36
TYPES OF CPU ARCHITECTURE
1.CISC (Complex Instruction Set Computer) 2.RISC (Reduced Instruction Set Computer)
37
1Architecture with complex instructions, which can perform multiple operations in a single instruction.
.CISC (Complex Instruction Set Computer)
38
Architecture with simpler instructions in one clock cycle. Architecture with more general-purpose registers and easier pipelining.
2.RISC (Reduced Instruction Set Computer)
39
COMPONENTS OF A CPU
Arithmetic Logic Unit (ALU) Control Unit (CU) Registers
40
is responsible for performing arithmetic (addition, subtraction) and logical operations (AND, OR, NOT).
Arithmetic Logic Unit (ALU)
41
manages the CPU’s operations, including controlling data flow between the CPU and other parts of the computer.
Control Unit (CU)
42
hold data temporarily during processing for quick access. Important registers include
Registers
43
Important registers include:
Program Counter (PC): Instruction Register (IR): Accumulator:
44
 holds the address of the next instruction to be executed.
Program Counter
45
Holds the current instruction being executed.
Instruction Register (IR)
46
Stores intermediate results of calculations.
Accumulator
47
holds frequently accessed data and instructions, allowing faster processing compared to other types of memory is the fastest type of memory in the hierarchy.
Cache
48
is responsible for carrying data and instructions between components.
Bus
49
Types of buses:
Address bus Control bus Data bus
50
carries memory addresses.
Address Bus
51
Transfers actual data between the components of the computer. 
Data bus
52
Carries control signals.
Control Bus:
53
Main Functions of an Operating System (OS):
Resource Management Process Management Memory Management: File Management: I/O Management:
54
Manages CPU, memory, and storage allocation.
Resource Management
55
Creates, schedules, and terminates processes.
Process Management
56
 Allocates and protects memory spaces.
Memory Management
57
Organizes files and directories.
File Management:
58
Controls communication between peripherals.
I/O Management
59
Types of Virtualization:
Operating System Virtualization Hardware Virtualization Containerization
60
Allows multiple operating systems on one physical machine.
Operating System Virtualization
61
Simulates hardware to create virtual machines (VMs).
Hardware Virtualization:
62
 Isolates applications in containers, sharing the same OS kernel.
Containerization:
63
 is the process by which a computer retrieves, interprets, and executes instructions.
fetch-decode-execute cycle
64
retrieves the next instruction from memory.
Fetch: The Control Unit (CU)
65
The CU decodes the instruction to understand what operation needs to be performed.
Decode:
66
performs the required operation (e.g., arithmetic or logic).
Execute: The Arithmetic Logic Unit (ALU)
67
Increasing cache memory or implementing pipelining can speed up instruction execution.
Improvement Suggestion:
68
_______ uses complex instructions, while _______ uses simpler instructions that execute in one clock cycle.
RISC CISC
69
is better for simple tasks (word processing, web browsing) because it requires fewer resources and can process instructions more quickly, making it more efficient for basic operations.
RISC
70
allow multiple operating systems to run on one physical computer by creating isolated environments for each.
Virtual Machines (VMs)
71
manages the VMs, ensuring they remain separate.
hypervisor
72