Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in 035/2016
Multiple Choice Question in electronic-devices-bipolar-junction-transistors
Question Answer in
Multiple Choice Question in database-database-redesign
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 11
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
computer science computer fundamentals
1. What is the name of the reading device which mades use of photosensors and laser technologies to interpret printed, typed or even hand-written data directly from the source documents?
(A): ATM
(B): Mark-sensing device
(C): MICR
(D): None of the above
(E): OCR
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->A book, document, letter etc written by hand or typed....
QA->Name the currency which was launched by the central banks of the UAE and Saudi Arabia which will be used in financial settlements between the two countries through Blockchains and Distributed Ledgers technologies?....
QA->Which laser type is used in a laser printer?....
QA->As per the IT (Amendment) Act 2008, Tampering with Computer Source Documents shall be punishable with imprisonment up to years, or with fine which may extend up to _____rupees, or with both.....
QA->The Indian Parliament passed the Information Technology Bill , which is regarded as the mother legislation regulating the use of computers, computer systems and computer networks as also data and information in the electronic format , in the year:....
MCQ->What is the name of the reading device which mades use of photosensors and laser technologies to interpret printed, typed or even hand-written data directly from the source documents?....
MCQ->What will be the output of the program? public class If1 { static boolean b; public static void main(String [] args) { short hand = 42; if ( hand < 50 && !b ) / Line 7 / hand++; if ( hand > 50 ); / Line 9 / else if ( hand > 40 ) { hand += 7; hand++; } else --hand; System.out.println(hand); } }....
MCQ->People project their mental processes into handwriting.They subconsiously shape and organise their letters,words and lines in ways that directly reflect their personalities.This explains why no two handwritings are-or even can be-alikethe medium is just too personal.Everyday observation explains the link between handwriting and personality,atleast in an elementary way.Precise people construct their words with care,slowly and exactlydynamic people dash them off.Flamboyant people boldly cover half a page with a few words and a signature,whose size fittingly reflects their expansive sense of self.Most of us have made such observations.But it takes a practised eye to discern the scores of variations and interpret the subtle interplay of forces at work ina ny given handwriting.In fact in Europe,handwriting analysis known as graphology,now enjoys scientific acceptance and common use. If you are a showy and colorful person,your handwriting is likely to be....
MCQ->S1: The study of speech disorders due to brain injury suggests that patients can think without having adequate control over their language. P : But they succeed in playing games of chess. Q : Some patients, for example fail to find the names of objects presented to them. R : They can even use the concepts needed for chess playing, though they are unable to express many of the concepts in ordinary language. S : They even find it difficult to interpret long written notices. S6: How they manage to do this we do not know. The Proper sequence should be:....
MCQ->Which of the following code snippets are the correct way to determine whether a is Odd or Even? int a; String res; if (a % 2 == 0) res = "Even"; else res = "Odd"; int a; String res; if (a Mod 2 == 0) res = "Even"; else res = "Odd"; int a; Console.WriteLine(a Mod 2 == 0 ? "Even": "Odd"); int a; String res; a % 2 == 0 ? res = "Even" : res = "Odd"; Console.WriteLine(res);....
×
×
Type The Issue
×
Your Marks
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...
Privacy
|
Terms And Conditions
Question ANSWER With Solution