answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What does an enumerator do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the work of an enumerator?

Census taker


What is a the work of an enumerator?

Census taker


What does an enumerator messure?

enumeratethe dfferent science method


What is database of public keys available through a website called?

Public Key Enumerator.


What is the noun of enumerate?

The noun forms of the verb to enumerate are enumerator, enumeration, and the gerund, enumerating.


What is the difference between questionnaire and schedule?

A questionnaire is a set of written questions used to gather information, while a schedule is a plan or timetable outlining the sequence of events or tasks. Questionnaires are used to collect data from individuals, while schedules are used to organize time or activities.


Enumerate the parts of Microsoft Excel and Screen and their functions?

For more information on For each loop enumerators (Foreach ADO.NET Schema Rowset Enumerator using Excel Sheets) and programming integration service (SSIS) using C# .Net and VB .Net, please visit the below link: http://www.sqllion.com/2009/06/programming-foreach-loop-container-%e2%80%93-enumerating-excel-sheets/


What is IEnumerable?

I understand the IEnumerator/IEnumerable methods and properties and also how they are interrelated. But I fail to understand from the foreach loop perspective. Say for example, if I say the following line of code, how does the compiler look at foreach loop and break it down to IEnumerable/IEnumerator for every occurance of foreach loop in your code. In other words, what happens under the hood? I tried to go through couple of articles on the web. But they were NOT looked from the foreach loop perspective or I might have failed to understand. Could somebody explain with the example or direct me to any articles that explains clearly. All help is greatly appreciated.Answer: To keep it short the compiler doesn't do much. It just translates the foreach code into a while under the hood. Here's an example: List list = new List; ........ foreach(int item in list) { //Do stuff} Becomes: Enumerator enum = ((IEnumerable)list).GetEnumerator(); enum.Reset(); while(enum.MoveNext()) { int item = enum.Current;//Do stuff} or something very close to that. The acual code compiled most likely has a try / finally block around the while to dispose the enumerator


What is blank subtract three tenths equals three fifths?

X - 3/10 = 3/5 Math: X - 3/10 = 6/10 means 9/10 - 3/10 = 6/10 The denominator must be the same (your teacher will say common) for all portions of the equation so in this case we change the remainder to the over ten denominator and work with the enumerator And finally we re-state in the original format: 9/10-3/10=3/5


You have installed your printer software but the printer is not shown in the printers and faxes window?

....this means that the printer wasn't installed correctly. In windows XP/2000, for a usb printer, you have to install the drivers first. Then, at the prompting of the software, you insert the usb cable so the OS can asign an enumerator to the device. The HP printers are the biggest problem in that they typicaly install alot of other software at the same time. You didn't include the OS or printer type in your question. These are important to know. Sometimes the PC must be rebooted after software/driver installation in order for the changes to take effect.


What is an adverb in the sentence Many passengers stood silently as the elevator moved downward quickly?

In the given sentence, many (adjective), passengers (noun), stood (verb), as(conjunction), the (article), elevator (noun) and moved (verb) are not adverbs.It would seem easier to name the 3 adverbs:The adverb silently modifies the verb stood.The adverb downward modifies the verb moved.The adverb quickly modifies the verb moved. (it is a pair, rather than modifying the other adverb).


Why doesn't ancestry com say up front not accurate info?

Genealogy websites (ALL of them) provide two things:historical recordsuser contributed dataBOTH types of records will and do contain "errors". As one example, the information on Census Records may have given by a family member, a neighbor, or even by the Enumerator if they "knew" the family. BUT even someone close to the family may have made wrong guesses. For example, think about your oldest neighbor-- if I ask you, how old is that person, would you be more likely to know facts, or guesses? You might say he is about 67 years old, but you might be 'off' a year, or two, or more.As far as user contributed data, people compile either:what they 'know' firsthandwhat they were toldwhat they researchedor, they simply "combine" the trees that appear to contain the same people as in their treeGood, experienced researchers know that the only "proof" is in primary source records-- and even those records can be wrong. For example, a Deed or Will is most likely to contain the correct dates, because the record is official AND was made at the time of the event. BUT, tombstones, newspapers, and even family bibles can contain errors.Researchers can only collect as many sources as possible to prove "a" (one) date and the most important thing is to document your sources!