Post graduate (M. Tech) in Embedded Systems and Graduate in the stream of Electronics Engineering, working at Anjuman - i - Islam's Abdul Razzak Kalsekar Polytechnic as a lecturer in Computer Department teaching second year and final year students in the domain of digital electronics, microprocessors, and embedded systems.
Wednesday, December 16, 2015
Flipkart Application
Sunday, October 18, 2015
Tuesday, October 13, 2015
Question Bank for PTT 2
Chapter No.3
Convert equation into standard SOP and POS form
Design of Half and Full Adder
Design of Half and Full Subtractor
Simply using K map and realize equations using Basic gates
Driving seven segment display using 7447 decoder
Any one multiplexer with Block diagram, truth table, equation and implementation
Any one Demultiplexer with Block diagram, truth table, equation and implementation
74147 encoder with truth table
Mux and Demux tree
Chapter No. 4
JK flip flop
SR flip flop
Asynchronous counter
Synchronous counter
One bit memory cell
Differentiate between combinational logic & Sequential logic circuits
Different types of triggering methods
Friday, September 18, 2015
74147 Decimal to BCD Encoder Datasheet
Monday, September 14, 2015
Thursday, September 10, 2015
Friday, September 4, 2015
Saturday, August 22, 2015
Thursday, August 20, 2015
Monday, August 10, 2015
Question bank for DTE 2015
2. Covert the following
(569)10 = (?)2
= (?)8
(45F)16 = (?)2
= (?)8
(567)8 = (?)2
= (?)16
(1010101)2 = (?)16
= (?)8
3. Find the 2’s complement of the following
a. (1110010101)2
b. (98)10
4. Draw the symbol, write equation, and truth table for all basic gates
5. Draw the symbol, write equation, and truth table for XOR and XNOR gates
6. Draw the symbol, write equation, and truth table for Universal gates
7. NAND and NOR are called as universal gates, prove by using NAND gates by deriving all the basic
gates.
8. Perform BCD operation for the following
a. (56)10 – (39)10
b. (29)10 + (97)10
9. State, write equation, draw logic diagram and prove, first De Morgan’s theorem using truth
table.
10. State, write equation, draw logic diagram and prove, second De Morgan’s theorem using truth
table.
11. Subtract the following using 1’s complement subtraction method
a. (69)10 – (87)10
b. (86)10 – (34)10
12. Convert the following
a. (4765)8 = (?)10
b. (CF9)16 = (?)10
13. Subtract the following using 2’s complement subtraction method
c. (59)10 – (67)10
d. (69)10 – (48)10
14. Draw the logic diagram for the equation given below
Y = ABC + ABC + ABC + (A+B+C) + (A+B+C)
15. Perform Binary operation for the following
a. (1011)2 + (1101)2
b. (11010)2 – (10101)2
c. (101)2 x (110)2
d. (1110101)2 / (110)2
16. Perform Binary operation for the following
e. (13)10 + (49)10
f. (27)10 – (23)10
g. (14)10 x (06)10
h. (59)10 / (6)10
17. Draw the logic diagram for the equation given below
Y = ABC + ABC + ABC + (A+B+C) + (A+B+C)
Sunday, July 26, 2015
Friday, July 24, 2015
Wednesday, July 22, 2015
Tuesday, June 30, 2015
Monday, June 22, 2015
Thursday, June 18, 2015
Wednesday, June 17, 2015
Wednesday, March 18, 2015
Monday, March 16, 2015
Question bank for PTT - 2 MAP (2014-2015)
- Explain the following instructions
- i. ROR
ii. MOVSB
iii. STD - iv. ROL
v. CMPSB
vi. CLC - Explain the assembler directives ASSUME, DW, EVEN.
- Write the code segment for multiplying two 8 bit numbers.
- Differentiate between FAR and NEAR calls (Any 6 points)
- Explain all 4 tools for development of Assembly language programming tools.
- Explain Recursive and reentrant procedure
- Define Macro. WAP to solve P = x2 + y2 using macro
- Write an assembly language program to find ODD/EVEN numbers in the array.
- Write an assembly language program to transfer block of data from one segment to another.
- Write an assembly language program to compare two strings and print on console whether strings are same or not.
- Explain the assembler directives proc, macro, and segment.
- Write the code segment for subtraction of two 8 bit numbers.
- Explain the concept of FAR CALL
- Draw the timing diagram of memory read operation in minimum mode
- Explain Recursive and reentrant procedure
- Define Macro. WAP to solve P = (X+Y)*(A+B)
- Write an assembly language program to find positive and negative numbers in an array.
- Write an assembly language program to count the number of ones and zeroes in an eight bit number
- Write an assembly language program to compare two strings in two different segments and print on console whether strings are same or not.
- Explain the concept of NEAR CALL
- Define Macro. WAP to solve P = X2+Y2
- Draw the timing diagram of memory read operation in minimum mode
- Draw the timing diagram of memory read operation in maximum mode
- Draw the timing diagram of memory write operation in maximum mode
- Write an assembly language program to find the number of ones and zeroes in a given 8 bit number