Ginni has Published 1580 Articles

What is Virtual Memory?

Ginni

Ginni

Updated on 03-Nov-2023 03:27:48

34K+ Views

Virtual memory is the partition of logical memory from physical memory. This partition supports large virtual memory for programmers when only limited physical memory is available.Virtual memory can give programmers the deception that they have a very high memory although the computer has a small main memory. It creates the ... Read More

Explain the Time Division Multiplexing (TDM)

Ginni

Ginni

Updated on 01-Nov-2023 19:44:22

33K+ Views

The Time Division Multiplexing (TDM) is a digital procedure. Here, each sender is given the entire possession of the whole bandwidth of the channel for a fixed duration of time. After this, the control is moved to the next sender, and the process continues on a round-robin basis.An example of TDM ... Read More

What is Congestion Control Algorithm?

Ginni

Ginni

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

46K+ 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

41K+ 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

39K+ 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

47K+ 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

53K+ 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

55K+ 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

What are the functionalities of data mining?

Ginni

Ginni

Updated on 31-Oct-2023 14:21:09

58K+ Views

Data mining functionalities are used to represent the type of patterns that have to be discovered in data mining tasks. In general, data mining tasks can be classified into two types including descriptive and predictive. Descriptive mining tasks define the common features of the data in the database and the ... Read More

What is General Register Organization?

Ginni

Ginni

Updated on 31-Oct-2023 14:19:09

62K+ Views

A set of flip-flops forms a register. A register is a unique high-speed storage area in the CPU. They include combinational circuits that implement data processing. The information is always defined in a register before processing. The registers speed up the implementation of programs.Registers implement two important functions in the ... Read More

Advertisements