Ginni has Published 1353 Articles

What are Instruction Formats?

Ginni

Ginni

Updated on 04-Nov-2023 01:40:19

33K+ Views

Instruction includes a set of operation codes and operands that manage with the operation codes. Instruction format supports the design of bits in an instruction. It contains fields including opcode, operands, and addressing mode.The instruction length is generally preserved in multiples of the character length, which is 8 bits. When ... Read More

What are Instruction Codes and Operands in Computer Architecture?

Ginni

Ginni

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

51K+ 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 ... Read More

What is Direct Mapping Process in Computer Architecture?

Ginni

Ginni

Updated on 03-Nov-2023 14:14:21

33K+ Views

Direct mapping is a procedure used to assign each memory block in the main memory to a particular line in the cache. If a line is already filled with a memory block and a new block needs to be loaded, then the old block is discarded from the cache.The figure ... Read More

What is LEX?

Ginni

Ginni

Updated on 03-Nov-2023 03:39:01

30K+ Views

It is a tool or software which automatically generates a lexical analyzer (finite Automata). It takes as its input a LEX source program and produces lexical Analyzer as its output. Lexical Analyzer will convert the input string entered by the user into tokens as its output.LEX is a program generator ... Read More

What is Congestion Control Algorithm?

Ginni

Ginni

Updated on 01-Nov-2023 06:04:30

66K+ Views

Congestion causes choking of the communication medium. When too many packets are displayed in a method of the subnet, the subnet's performance degrades. Hence, a network's communication channel is called congested if packets are traversing the path and experience delays mainly over the path's propagation delay. There is two congestion ... Read More

What is Input Buffering in Compiler Design?

Ginni

Ginni

Updated on 01-Nov-2023 02:06:21

58K+ Views

Lexical Analysis has to access secondary memory each time to identify tokens. It is time-consuming and costly. So, the input strings are stored into a buffer and then scanned by Lexical Analysis.Lexical Analysis scans input string from left to right one character at a time to identify tokens. It uses ... Read More

What is Hardwired Control Unit?

Ginni

Ginni

Updated on 01-Nov-2023 01:57:54

52K+ Views

A hardwired control is a mechanism of producing control signals using Finite State Machines (FSM) appropriately. It is designed as a sequential logic circuit. The final circuit is constructed by physically connecting the components such as gates, flip flops, and drums. Hence, it is named a hardwired controller.The figure shows ... Read More

What is Vector Processing in Computer Architecture?

Ginni

Ginni

Updated on 01-Nov-2023 01:43:55

63K+ Views

Vector processing is a central processing unit that can perform the complete vector input in individual instruction. It is a complete unit of hardware resources that implements a sequential set of similar data elements in the memory using individual instruction.The scientific and research computations involve many computations which require extensive ... Read More

What is Stack Organization?

Ginni

Ginni

Updated on 31-Oct-2023 21:26:03

69K+ Views

Stack is also known as the Last In First Out (LIFO) list. It is the most important feature in the CPU. It saves data such that the element stored last is retrieved first. A stack is a memory unit with an address register. This register influence the address for the ... Read More

What is Microprogrammed Control Unit?

Ginni

Ginni

Updated on 31-Oct-2023 14:26:17

72K+ Views

A control unit whose binary control values are saved as words in memory is called a microprogrammed control unit.A controller results in the instructions to be implemented by constructing a definite collection of signals at each system clock beat. Each of these output signals generates one micro-operation including register transfer. ... Read More

Advertisements