Order PDF of any content from our website with a little minor Fee to donate for hard work. Online MCQs are fully free but PDF books are paid.
For details: contact whatsapp +923028700085
Important notes based PDF Books are available in very little price, starting from 500/-PKR;
Order Now: contact whatsapp +923028700085
- The first instruction of COM file must be at offset
Answer: 0x0100
- Background color of screen for
mov word [ES:0],0x0741
Answer: Black
- iAPX88 architecture consists of registers
Answer: 16
- Color of character printed by
0x0741
Answer: White
- One screen location corresponds to
Answer: Word
- When item pushed on decrementing stack
Answer: First decremented then copied
- Lower byte of screen word contains
Answer: Character code
- CMP AX,BX with AX=-2 BX=2 then JA
Answer: Jump will not be taken
- 35 shifted left by 2 bits
Answer: 140
- Extra bit after addition stored in
Answer: Carry flag
- Memory to memory move allowed by
Answer: String instructions
- 16 bit ÷ 8 bit quotient stored in
Answer: AL
- Red component of background color bit
Answer: Bit 6
- Example shown corresponds to
Answer: SHR
- Instructions used to change processor behaviour
Answer: Special instructions
- 8088 registers size
Answer: 16 bits
- Decrements SP by 2 and pushes word
Answer: PUSH
MIDTERM 2011 (Second MCQ Set)
- In ADC operands can be
Answer: CF and two other operands
- After RET
Answer: SP incremented by 2
- Extended ASCII has
Answer: 256 characters
- Second byte in screen word holds
Answer: Character color
- REP always
Answer: Decrement CX by 1
- Routine executed after INT
Answer: ISR
- iAPX88 architecture registers
Answer: 16
- CMP AX,BX affects
Answer: Flag register
- Address returned by addressing modes
Answer: Effective address
mov word [ES:DI],0720
Answer: Clear next character
mov byte [num1],5
Answer: Illegal instruction
- MOVS source location
Answer: DS:SI
- Character color of 0x0741
Answer: White
- SAL AX,3 when AX=FFFF
Answer: -8
- 35 shifted left by 2
Answer: 140
- STOSB when DF=1
Answer: SI decremented by 1
- After STOSW
Answer: CX decremented by 2
- Memory address moves from
Answer: Processor to memory
- Offset incomplete without
Answer: Segment
- Code segment associated with
Answer: IP
MIDTERM SPRING 2011
- After SAR instruction
Answer: MSB remains as it is
- Screen dimensions
Answer: 25 Rows and 80 Columns
- Rotate right operation
Answer: Dropped bit goes to CF
- MOVSB affects
Answer: No effect on flags
- iAPX88 supports memory access modes
Answer: 7
MIDTERM FALL 2010 (Important)
- Stack is
Answer: Data structure
- Physical stack address
Answer: SS:SP
- Foreground/background parameter
Answer: 4 bits
- Clear screen memory value
Answer: 0720
- STOSB when DF set
Answer: Decremented by 1
- Assembly language is
Answer: Low level programming language
- 32-bit processor accumulator
Answer: 32 bit
- RET instruction arguments
Answer: No arguments
- RET recovers values from
Answer: Stack
- ASCII conversion
Answer: Add 0x30
- Stack clearing convention
Answer: Callee
- JCXZ affects flag
Answer: None
mov word [ES:0],0741 prints
Answer: A at top left
- CMP -2 and 2 with JA
Answer: Jump not taken
- Video memory open instruction
Answer:
mov ax,0xb800
mov es,ax
- 35 shift left by 2
Answer: 140
mov word [ES:0],1230 color
Answer: Black
-