Found 690 Articles for Computer Science

What is Control Logic Gates?

Ginni
Updated on 24-Jul-2021 09:44:51

2K+ Views

Control Logic Gates is the hardware component of a basic computer. It includes various inputs and outputs. The block diagram of the control logic gates is displayed in the figure. It includes two decoders, a sequence counter, and some control logic gates.There are some instruction that is read from the memory is fixed in the Instruction Register (IR). Therefore, the IR is divided into three elements as I bit, opcode, and bits from 0 by 11. The opcodes are decoded with a 3 * 8 decoder whose outputs are indicated by symbols D0 through D7.The binary value of the specific ... Read More

Discuss the various Input-Output Instructions in Computer Architecture?

Ginni
Updated on 24-Jul-2021 09:42:31

11K+ Views

The instructions and data that have to be calculated should be entered into the computer by the various medium. The results should be provided to the user by a medium. The Input/output structure of the computer supports a method to communicate with the external world and prepare the operating frameworks with the data it requires to handle the I/O activity efficiently.Input-Output ConfigurationThe figure displays an illustration of the input and output device. The input device is the keyboard and the output device is the printer. The terminals are the keyboard and printer. They send and receive the data consecutively.The data ... Read More

What are Memory Reference Instructions?

Ginni
Updated on 24-Jul-2021 09:41:04

42K+ Views

Memory reference instructions are those commands or instructions which are in the custom to generate a reference to the memory and approval to a program to have an approach to the commanded information and that states as to from where the data is cache continually. These instructions are known as Memory Reference Instructions.There are seven memory reference instructions which are as follows &ANDThe AND instruction implements the AND logic operation on the bit collection from the register and the memory word that is determined by the effective address. The result of this operation is moved back to the register.ADDThe ADD ... Read More

What is Instruction Cycle in Computer Architecture?

Ginni
Updated on 31-Oct-2023 13:56:42

64K+ Views

A program consisting of the memory unit of the computer includes a series of instructions. The program is implemented on the computer by going through a cycle for each instruction.In the basic computer, each instruction cycle includes the following procedures −It can fetch instruction from memory.It is used to decode the instruction.It can read the effective address from memory if the instruction has an indirect address.It can execute the instruction.After the following four procedures are done, the control switches back to the first step and repeats the similar process for the next instruction. Therefore, the cycle continues until a Halt ... Read More

What is Design of Control Unit in Computer Architecture?

Ginni
Updated on 24-Jul-2021 09:36:52

10K+ Views

A control unit drives the corresponding processing hardware by generating a set of signals that are in sync with the master clock. The two major operations performed by the control unit are instruction interpretation and instruction sequencing.The main function of a control unit is to fetch the data from the main memory, determine the devices and the operations involved with it, and produce control signals to execute the operations.Types of Control UnitThere are two types of control organization that are as follows −Hardwired ControlIn the hardwired organization, the control logic is executed with gates, flip-flops, decoders, and other digital circuits. ... Read More

What are Computer Instructions?

Ginni
Updated on 24-Jul-2021 09:35:08

18K+ Views

A computer has programs stored in its RAM in the form of 1s and 0s that are interpreted by the CPU as instructions. One word of RAM includes one instruction in the machine language.These instructions are loaded to the CPU one at a time, where it receives decoded and implemented. A basic computer has three instruction code formats such as the memory reference instruction, the register reference instruction, and the input-output instruction format.Memory Reference InstructionA memory-reference instruction uses 12 bits to specify an address and one bit to determine the addressing mode I. I is the same as 0 for ... Read More

What is the Evolution of Computer Architecture?

Ginni
Updated on 24-Jul-2021 09:31:40

5K+ Views

The term ‘computer architecture’ was coined in 1964 by the ‘chief architects’ of the IBM System/360 in a paper announcing the most successful family of computers ever built. The interpretation includes the definitions of the registers, memory, the instruction set, instruction formats, addressing modes, and the actual coding of the instructions excluding implementation and realization.In 1947, with the creation of transistors, which were a fraction of the estimate of the vacuum tubes and exhausted less power, using transistors for evaluating became simpler, but still, the complex circuits were not simple to manage.The creation of Integrated Circuits in 1958, transformed the ... Read More

What is Common Bus System in Computer Architecture?

Ginni
Updated on 24-Jul-2021 09:30:17

18K+ Views

A pair of signal lines that facilitate the transfer of multi-bit data from one system to another is known as a bus.The diagram demonstrates three master devices as M3, M6, and M4.The master device start and controls the connection. S7, S5, and S2 are slave devices. Slave devices counter to the commands provided by master devices. If M3 needs to offer a command to S5, it should transfer its instruction by the bus.Therefore, the S5 holds the instruction and takes a response to the instruction by the bus.A basic computer includes eight registers, a memory unit, and a control unit. ... Read More

What are Computer Registers in Computer Architecture?

Ginni
Updated on 07-Nov-2023 05:19:38

41K+ Views

Computer registers are high-speed memory storing units. It is an element of the computer processor. It can carry any type of information including a bit sequence or single data.A register should be 32 bits in length for a 32-bit instruction computer. Registers can be numbered relies upon the processor design and language rules.The instructions in a computer are saved in memory locations and implemented one after another at a time. The function of the control unit is to fetch the instruction from the memory and implement it. The control does the similar for all the instructions in the memory in ... Read More

What are Instruction Codes and Operands in Computer Architecture?

Ginni
Updated on 03-Nov-2023 21:32:00

31K+ Views

A computer instruction is a binary code that determines the micro-operations in a sequence for a computer. They are saved in the memory along with the information. Each computer has its specific group of instructions.They can be categorized into two elements as Operation codes (Opcodes) and Address. Opcodes specify the operation for specific instructions. An address determines the registers or the areas that can be used for that operation. Operands are definite elements of computer instruction that show what information is to be operated on.It consists of 12 bits of memory that are required to define the address as the ... Read More

Advertisements