Ginni has Published 1519 Articles

What is T Flip Flop?

Ginni

Ginni

Updated on 24-Jul-2021 08:22:25

19K+ Views

The T flip-flop is also called toggle flip-flop. It is a change of the JK flip-flop. The T flip flop is received by relating both inputs of a JK flip-flop. The T flip-flop is received by relating the inputs ‘J’ and ‘K’. When T = 0, both AND gates are ... Read More

What is J-K Flip Flop?

Ginni

Ginni

Updated on 24-Jul-2021 08:18:27

8K+ Views

J-K flip-flop can be treated as an alteration of the S-R flip-flop. J represents SET, and 'K' represents CLEAR. In the JK flip-flop, the ‘S’ input is known as the ‘J’ input, and the ‘R’ input is known as the ‘K’ input. The output of the JK flip-flop does not ... Read More

What is Set-Reset (SR) Flip-flop?

Ginni

Ginni

Updated on 24-Jul-2021 08:16:28

8K+ Views

Flip flops are an application of logic gates. A flip-flop circuit can stay in a binary state continually (as long as power is transferred to the circuit) before conducted by an input signal to switch states. S-R flip-flop represents SET-RESET flip-flops. The SET-RESET flip-flop includes two NOR gates and also ... Read More

What is Asynchronous Communication Interface in computer architecture?

Ginni

Ginni

Updated on 24-Jul-2021 07:40:07

2K+ Views

The block diagram of an asynchronous communication interface is displayed in the figure. It works as both a sender and a receiver. The interface is boot up for a specific mode of transfer using a control byte that is loaded into its control register. The transmitter register receives a data ... Read More

Explain the performance of Addition and Subtraction with signed magnitude data in computer architecture?

Ginni

Ginni

Updated on 24-Jul-2021 07:21:32

35K+ Views

A signed-magnitude method is used by computers to implement floating-point operations. Signed-2’s complement method is used by most computers for arithmetic operations executed on integers. In this approach, the leftmost bit in the number is used for signifying the sign; 0 indicates a positive integer, and 1 indicates a negative ... Read More

What are the functions of Scheduling Model in computer architecture?

Ginni

Ginni

Updated on 24-Jul-2021 07:19:57

517 Views

A scheduling system consists of program tasks, a target machine, and a schedule in which a specific performance criterion is optimized.Program Tasks − The characteristics of a parallel program can be defined as the system (T,

What is scheduling problem in computer architecture?

Ginni

Ginni

Updated on 24-Jul-2021 07:17:45

2K+ Views

The general scheduling problem has been described in different ways in different fields. The classical problem of job sequencing in production management has influenced most of the solutions to this problem, which generally assumes a set of resources that could provide service to a set of consumers. The main objective ... Read More

What are the methods of cache-coherency in computer architecture?

Ginni

Ginni

Updated on 24-Jul-2021 07:16:21

813 Views

There are two methods of cache-coherency which are as follows −Cache–Memory CoherenceIn a single cache system, coherence between memory and the cache is maintained using one of two policies − (1) write-through, and (2) write-back. When a task running on a processor P requests the data in memory location X, ... Read More

What is shared-memory model in computer architecture?

Ginni

Ginni

Updated on 24-Jul-2021 07:13:43

6K+ Views

A shared memory model is one in which processors connects by reading and writing locations in a shared memory that is similarly applicable by all processors. Each processor can have registers, buffers, caches, and local memory banks as more memory resources. Some basic issues in the design of shared-memory systems ... Read More

What is Character Oriented Protocol in computer architecture?

Ginni

Ginni

Updated on 24-Jul-2021 07:12:44

4K+ Views

The character-oriented protocol is depends the binary code of a character set. The code generally used is ASCII (American Standard Code for Information Interchange). It is a 7-bit code with an eighth bit used for parity. The code has 128 characters, of which 95 are graphic characters and 33 are ... Read More

Advertisements