Manish Kumar Saini has Published 1143 Articles

Difference between 32K and 64K SIM Cards

Manish Kumar Saini

Manish Kumar Saini

Updated on 21-Apr-2023 11:11:12

728 Views

SIM stands for Subscriber Identity Module. A SIM card is a tiny chip used in mobile devices to recognize a user’s identity uniquely to the mobile network. A SIM card helps a mobile device user to perform various functions, such as voice calling, video calling, messaging, accessing internet services, etc. SIM Card has a ... Read More

Difference between 3-address and 2-address Instructions

Manish Kumar Saini

Manish Kumar Saini

Updated on 21-Apr-2023 11:09:37

3K+ Views

A computer system performs operations as per the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss the two types of computer instructions namely, 3-address instruction and 2-address instruction, and the important ... Read More

Difference between 3-address and 1-address Instructions

Manish Kumar Saini

Manish Kumar Saini

Updated on 21-Apr-2023 11:07:59

805 Views

A computer system performs operations based on the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss the two types of computer instructions namely, 3-address instruction and 1-address instruction, and the important ... Read More

Difference between 3-address and 0-address Instructions

Manish Kumar Saini

Manish Kumar Saini

Updated on 21-Apr-2023 10:59:53

912 Views

A computer system performs tasks based on the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss the two types of computer instructions namely, 3-address instruction and 0-address instruction, and the important ... Read More

Difference between 2-address and 1-address Instructions

Manish Kumar Saini

Manish Kumar Saini

Updated on 21-Apr-2023 10:57:24

2K+ Views

A computer system performs tasks based on the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss two types of instructions namely, 2-address instructions and 1-address instructions, and the important differences between ... Read More

Banker's Algorithm in Operating System

Manish Kumar Saini

Manish Kumar Saini

Updated on 21-Apr-2023 10:54:54

23K+ Views

In computer systems, the Banker’s algorithm is utilized to avoid deadlock so that resources can be safely allocated to each process. This algorithm is named so because it can be used in a banking system to ensure that the bank never allocates its available cash such that it can no ... Read More

Two-Variable Function Using a 4:1 Multiplexer

Manish Kumar Saini

Manish Kumar Saini

Updated on 19-Apr-2023 15:49:32

3K+ Views

Read this article to learn how you can implement a two-variable Boolean function using a 4:1 multiplexer. Let's start with a brief introduction of two-variable Boolean functions and multiplexers. What is a Two-Variable Boolean Function? A two variable Boolean function is a logical expression which has two input variables. Where, ... Read More

Realizing an OR Gate Using a 2:1 MUX

Manish Kumar Saini

Manish Kumar Saini

Updated on 19-Apr-2023 15:46:52

8K+ Views

A multiplexer or MUX is a combinational circuit that accepts several data inputs and allows only one of them to flow through the output line. Multiplexer (MUX) is also known as data selector because it selects one from many. A MUX consists of 2n data input lines, n select lines, ... Read More

Realizing an AND Gate Using a 2:1 MUX

Manish Kumar Saini

Manish Kumar Saini

Updated on 19-Apr-2023 15:45:09

11K+ Views

A multiplexer or MUX is a combinational circuit that accepts several data inputs and allows only one of them to flow through the output line. Multiplexer (MUX) is also known as data selector because it selects one from many. A MUX consists of 2n data input lines, n select lines, ... Read More

Realizing a NOT Gate Using a 2:1 MUX

Manish Kumar Saini

Manish Kumar Saini

Updated on 19-Apr-2023 15:43:38

4K+ Views

Let' start this article with some basics of NOT gates and multiplexers. What is a Multiplexer? In digital electronics, a multiplexer or MUX is a combinational logic circuit which accepts several data inputs and allows only one of them at a time to flow through the output line. Multiplexer (MUX) ... Read More

Advertisements