answersLogoWhite

0

keyboard scanner word prosseser and to give copies to printer The standard technology to use for input of text is a keyboard and more recently, a scanner. The keys are depressed on the keyboard and whatever the user depresses is transferred to the word processor, built into the office application in use. Using a scanner enables one to manipulate text after converting it from jpeg to Word. A scanner can also save in PDF format and there are programs to convert this to Word as well.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is printing out and inputting variable in C programming?

input and output


Can a transformer be used to transform direct voltage and direct current?

For all intents and purposes, none. Transformers pass alternating current. Now, if you want to split hairs, when a direct current is initially connected to a transformer, magnetic field starts to build in the primary windings, and as this field builds, the lines of force cut through the secondary windings, MOMENTARILY producing an output voltage in the secondary windings. However, once the magnetic field is stable (within a millisecond or so) the output of the secondary windings fall back to zero. When you remove the direct current from the primary winding, the same thing happens again. As the magnetic field collapses, the magnetic lines of flux cut through the secondary, momentarily producing an output voltage. After the magnetic field collapes completely, the secondary output is zero. That is basically what you are doing with alternating current...inputting a positive voltage, then going to zero, then negative, then back to zero, building and collapsing magnetic fields so that it induces current to flow in the secondary windings.


What is the use of getchar?

gets()Reads characters from stdin and stores them as a string into str until a newline character ('\n') or the End-of-File is reached.The ending newline character ('\n') is not included in the string.getchar()Returns the next character from the standard input (stdin).It is equivalent to getc with stdin as its argument. === ===


How do you create a flowchart that will accept a number and print the integers and the product of the integers of the number?

Oh, dude, creating a flowchart for that is like making a peanut butter and jelly sandwich - easy peasy. You just gotta start with a diamond shape for the decision-making process, then add rectangles for the input/output and calculations. Like, you'll have one box for accepting the number, another for calculating the product of the integers, and a final one for printing the result. It's like drawing a map to the land of math!


What is the Difference between text box and input box?

picture box:1) it act as container control2) use of memory to store the picture3) editing of picture is possible in picture box4) having auto size property5) not having stretch propertyImage Box:1) it is not act as container control2) not use of memory to store the picture3) editing of picture is not possible in picture box4) Not having auto size property5) Having stretch property