Posts

Showing posts from February, 2021

MTCS MCQ

 MTCS MCQ 1. If U={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15},A={2,3,7,11,13}, B={2,4,6,8,10}, C={1,3,4,5,12} find, A intersection B. A) {2} B) {2,5,7,6} C) {5,3,7} D) {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15} ANSWER= (A){2}   Check Answer   2. Union of set A={1,2,3,4} and B={7,8,9} is A) {2} B) {1,2,3,4,7,8,9} C) {5,3,7} D) {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15} ANSWER= (B){1,2,3,4,7,8,9}   Check Answer   3. If A={1,2,3,4}, B={3,4,5,6}, C={5,6,7,8} find AUBUC. A) {2} B) {1,2,3,4,7,8,9} C) {5,3,7} D){1,2,3,4,5,6,7,8} ANSWER=(D){1,2,3,4,5,6,7,8}   Check Answer   4. If A={1,2,3,4,5,6}, B={2,4,6,8} then find A-B. A) {2} B) {9,6} C) {1,3,5} D) {8} ANSWER= (C){1,3,5} Check Answer   5. Let A & B be to finite sets such that n(A)=20, n(B)=28 & n(AUB)=36 , find n(A intersection B). A) 2 ...

Shortcut Keys of MS-Word

Shortcut Keys of MS-Word    1) New                                Ctrl+N 2) Open                                Ctrl+O 3) Save                                 Ctrl+S 4) Save as                               F12 5) Print                                        Ctrl+P 6) Close         ...

Pin configuration of 8085 microprocessor

Image
8085 MICROPROCESSOR  PIN CONFIGURATION                    1)  A 8 -A 15   :-              These are address bus and it used for most significant bits of the memory address or 8 bits of input or output address. 2) AD 0 -AD 7   :-              These are multiplexed data/address bus. They are used for dual purpose. They transfer least significant 8 bits (LSB) of the address. Again they are used for data. 3) ALE: -              It is address latch enable signal. It is 1 when address is passed on address bus. 4) IO/ M: -              It is a status signal. When the address and address bus is for I/O device. It is one (high).It is zero (low).When the address on ad...