Wednesday, December 11, 2013

::::|| VU ||:::: Re: (¨`·.·´¨)¸.·´ Vu-Rose`·.(¨`·.·´¨) Re: cs401 my today's Paper

please send me CS_101 Assignment NO.02 solution


On Wed, Dec 11, 2013 at 5:29 AM, mc100204138 <mc100204138@vu.edu.pk> wrote:


On Fri, May 11, 2012 at 7:40 PM, Your Shadow <vu.bs.student@gmail.com> wrote:
Manyyyy Thanks .. such a nice job 


Great work done bye VIso !!!  

On Fri, May 11, 2012 at 3:05 PM, iaminvisible7 <iaminvisible7@gmail.com> wrote:
My TodAy's  CS401 PAPER.

Objective

All 20 mcqz were from past papers. So there is no need to worry about them.


Subjective:

Total there were 6 questions       

Q:1                page no 99

Explain the following instructions (solved)

             mov  ax, 80            

; load chars per row in ax

              mul  byte [bp+4]       

; calculate source position

              mov  si, ax         

   ; load source position in si

              push si           

     ; save position for later use

              shl  si, 1          

   ; convert to byte offset

 Q:2

How many bites  will be moved by each of the following bloc of codes.

Mov cx, 384

REP movsb

Mov cx, 384

REP movsw

Q:3

Write codes in assembly language of the following pseudo codes.

 

If al>Cl AND bl>al

{
dx=1

}

Q:4

How Ip changes and updated when call instruction is executed.

When Call instruction is executed the stack pointer (SP) is decremented by 2 and value of IP is pushed onto

stack.

Q:5

Write Procedure to clear selective bits.

The source operand is loaded with a mask containing one at positions which are retain their old value and zero

at positions which are to be zeroed. The effect of applying this operation on the destination with mask in the

source is to clear the desired bits. This operation is called masking.

 Q:6

Which single instruction can be used at the place of

dec 5

jnz label

 




--
You received this message because you are subscribed to the Google Groups "VU ROSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vu-rose+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
For study materials, past papers and assignments,
Join VU School at www.vuscool.com
 
Facebook Group link
http://www.facebook.com/groups/vuCoooL
 
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
 
home page
http://groups.google.com/group/coool_vu_students?hl=en
 
---
You received this message because you are subscribed to the Google Groups "CoooL Virtual University Students" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coool_vu_students+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment