Posts

Showing posts with the label logic gates

SS3 DATA PROCESSING MIDTERM EXAM QUESTIONS

Image
  1. ……:Two lines go in and one comes out. AND Gates Or Gates. Not Gates. Nor Gates.   2.            AND               A:0, B:1 Y:?   0 1 10 11   3.          OR                  A:1, B:0 Y:?   0 10 1 11   4. …………… One line  goes  in and one comes out. AND Gates NOT Gates OR Gates NOR Gates   5. ………………..is a drawing. It shows the main steps for doing a job. instruction flowchart Program None of the above   6.  A flowchart always start with …….. and ends with ………… A - B A - END START - STOP None of the above   7. ……………. is a set of instructions for a computer Flowchart instru...

DATA PROCESSING LOGIC GATES

Image
LOGIC GATES A logic gate is an elementary building block of a digital circuit. One of the most useful aspects of computers is their ability to make decisions. If the number of items in stock falls below a certain level, then print an order for some more. The ability to make useful decisions like this is because of special circuits in the processor. These circuits are called logic circuits. Logic circuits are made from components called logic gates. .