CSE 322 Summer 2018 Lab 3
Task 1 (eg 6.1) //code mov ax, 70h mov bx, 60h cmp ax, bx jg label1 jl label2 label1: mov cx, ax jmp end_ label2: mov cx, bx end_: Task… Read more »
Task 1 (eg 6.1) //code mov ax, 70h mov bx, 60h cmp ax, bx jg label1 jl label2 label1: mov cx, ax jmp end_ label2: mov cx, bx end_: Task… Read more »
Task 1 Write a program to (a) prompt the user, (b) read first, middle, and last initials of a person’s name, and (c) display them duwn the left margin. Sample… Read more »
Task 1 Usage of mov & add instruction Task 2 Input output //Code .MODEL small .STACK 100h .DATA ;declarations .CODE MAIN PROC mov ah,1 int 21h mov bl, al add… Read more »
Topics covered in the lab include Transient analysis of RC circuit Transient analysis of RL circuit Click here for the Lab sheet of this lab
Topics covered in the lab include Verification of Maximum Power Transfer Theorem Click here for the Lab sheet of this lab
Topics covered in the lab include Verification of Superposition theorem Verification of Thevenin theorem and therefore norton theorem Click here for the Lab sheet of this lab
Topics covered in the lab include Verification of KCL Simple verification of KCL Verifying CDR Verification of KVL Simple verification of KVL Verifying VDR
Topics covered in the lab include Introduction to potentiometer and variable resistor Verification of Ohm’s Law Varying voltage to find current Making table of the data read Graphing the table… Read more »
Topics covered in the lab includes Introduction to trainer board Switches Meters Voltage source Function generator Introduction to breadboard Introduction to multimeters (VOltmeter, Ammeter, and ohmmeter) Introduction to Oscilloscope Connection… Read more »