answersLogoWhite

0

What else can I help you with?

Continue Learning about Computer Science

Modifying data is referred to what?

Modifying data is considered input and output. Input because you are using a mouse or keyboard to change the information and inputting it in the computer and output only because you are viewing it on a monitor. The monitor is what brings it into the realm of output. I/O devices (input/output devices) are easy to recognize and it can answer questions like this if you know what category the hardware/peripherals fall into. Keyboard, mouse, scanner etc. are all input and actions done with them can be classified as input. Monitor, speakers, and printers are output devices. There are thin lines when classifying an action.


One function of a PLC input interface module is to?

PLC's are used for automation of electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or light fixtures. just about anything can be controlled because PLC's use microprocessors which can be programmed for a variety of tasks.


What input device is used for reading vertical lines printed over grocery items?

Barcode scanner.


Are hidden lines shown in a section view?

No, hidden lines are not added in a section view unless it adds clarity to the drawing. the purpose of a section view is to help show what a part looks like and by added hidden lines the drawing will be more cluttered which defeats the purpose of having a section view.


How many ds3 in a oc3?

There are 3 DS3's in an OC3. Generally an OC3 or higher capacity circuit will be used to deliver a DS3 due to distance limitations of the DS3. http://www.intelletrace.com/internet-services/OC3-Internet-Services.html www.intelletrace.com Wholesale Internet for Business

Related Questions

How many input lines for n-2n decoder?

An n-to-2^n decoder has n input lines. Each combination of the n input lines corresponds to one of the 2^n output lines being activated. Thus, for a decoder to function correctly, it requires exactly n input lines to decode the binary input into a specific output line.


A RAM has a capacity of 64Kx16 how many address lines will be needed for this RAM?

you require 16 input line and 16 output line and 16 address line. Because 64 K = 26 X 210 = 216 so, 16 address lines Here N = 16, so 16 data lines will be there. .


N-2n decoder input and output lines?

An N-2N decoder is a digital circuit that converts N input lines into 2^N output lines. For each unique combination of the input lines, one specific output line is activated while all others remain inactive. For instance, if there are 3 input lines (N=3), the decoder will produce 2^3 = 8 output lines, allowing it to represent all combinations of the 3 inputs. This type of decoder is commonly used in memory address decoding and data routing applications.


How many address lines would be required for a 2K?

In the 2k*16 , the 11 address lines are required and the 16 input-output lines are required..


Which utility command will output the number of lines in the standard input that contain the word a or A?

grep -ci a


Design a combinational circuit that accepts a three bit number and generates a binary output equal to twice the input value?

There is no need for a combinatorial circuit to multiply a number by two. A binary number, left shifted one place, is twice the original binary number. The specific answer to the question is that you would connect the three input lines to the three high order output line of four output lines, and connect the low order bit of the four output lines to logic 0. If the three input lines were labelled A, B, and C, the output would be A, B, C, and 0.


What is function of 89s52 microcontroller?

The 89S52 has four different ports. Each one of the ports has eight input/output lines. The ports are used to output data.


What is a program to input any two numbers and print their sum and product by leaving two lines in between?

Since you didn't specify, I will give you the answer for a TI 83 Plus Silver Addition :Input A :Input B :ClrHome <--found in the prgm menu with input :Output(1,1,A+B) <--Output also found in same menu as ClrHome :Output(4,1,A*B)


How do you draw 16 to 1 demultiplexer?

To draw a 16-to-1 demultiplexer, start by creating a box labeled "16-to-1 Demux" with one output line and 16 output lines. Connect 4 select lines (S0, S1, S2, S3) to the input of the demultiplexer to control which of the 16 outputs is activated. Draw the 16 output lines branching from the box, labeling each output from Y0 to Y15. Finally, indicate that the single input signal is fed into the demultiplexer, which directs it to one of the 16 outputs based on the selected input combination.


Is a combinational circuit that selects binary information from one of many input lines and diretcs to single output lines?

sounds to me like a digital multiplexer (MUX)


What are the applications of IC 74147?

This is a priority encoder. When the individual input lines are driven low, this chip outputs the index number of the highest-numbered input line that is low, in binary-encoded form, on its four output lines. If inputs 2 and 6 are both low, the output is 6 (1010). If 6 and 8 are both low, the output is 8. If 2, 6, and 8 are low, the output is 8. And so on.


How the demultiplexer work?

A demultiplexer takes a single input and routes it to one of several possible output lines based on the control inputs. It essentially reverses the process of a multiplexer, allowing a single data line to be distributed to multiple destination lines. The demultiplexer selects the output line by decoding the control input signals.