SlideShare uma empresa Scribd logo
1 de 70
Baixar para ler offline
Cover Page
Assembly
Programming
Language
Author: JavaChamp Team
Copyright (c) 2010-2014
(2) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
About Us
Powered by QuizOver.com
The Leading Online Quiz & Exam Creator
Create, Share, and Discover Quizzes & Exams
http://www.quizover.com
(3) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
Disclaimer
All services and content of QuizOver.com are provided under QuizOver.com terms of use on an "as is" basis,
without warranty of any kind, either expressed or implied, including, without limitation, warranties that the provided
services and content are free of defects, merchantable, fit for a particular purpose or non-infringing.
The entire risk as to the quality and performance of the provided services and content is with you.
In no event shall QuizOver.com be liable for any damages whatsoever arising out of or in connection with the use
or performance of the services.
Should any provided services and content prove defective in any respect, you (not the initial developer, author or
any other contributor) assume the cost of any necessary servicing, repair or correction.
This disclaimer of warranty constitutes an essential part of these "terms of use".
No use of any services and content of QuizOver.com is authorized hereunder except under this disclaimer.
The detailed and up to date "terms of use" of QuizOver.com can be found under:
http://www.QuizOver.com/public/termsOfUse.xhtml
(4) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
eBook Content License
Creative Commons License
Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND 3.0)
http://creativecommons.org/licenses/by-nc-nd/3.0/
You are free to:
Share: copy and redistribute the material in any medium or format
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You
may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
NonCommercial: You may not use the material for commercial purposes.
NoDerivatives: If you remix, transform, or build upon the material, you may not distribute the modified material.
No additional restrictions: You may not apply legal terms or technological measures that legally restrict others
from doing anything the license permits.
-
(5) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
Table of Contents
Quiz Permalink: http://www.quizover.com/pdf/assembly-programming-questions
Author Profile: http://www.quizover.com/user/profile/Java.Champ
1. Assembly Programming Language
Basics
(6) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4. Chapter: Basics
1. Basics Questions
•
•
•
(7) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.1. Question: Consider the program segment:
AgeDB 100
MOVAge,123
What is t...
Consider the program segment:
AgeDB 100
MOVAge,123
What is the memory-addressing mode of the first operand in the MOV instruction?
Please choose only one answer:
Immediate addressing mode
direct addressing mode
Indirect addressing mode
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is the memory addressing mode?
Permalink: http://www.quizover.com/pdf/what-is-the-memory-addressing-mode
•
•
•
(8) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.2. Question: The operating system (DOS / Windows) generally loaded (system boot)...
The operating system (DOS / Windows) generally loaded (system boot) from:
Please choose only one answer:
ROM
RAM
Hard/ Floppy Disk
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: From where operating system is loaded?
Permalink: http://www.quizover.com/pdf/from-where-operating-system-is-loaded
•
•
•
(9) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.3. Question: The CX register full name is:
The CX register full name is:
Please choose only one answer:
Accumulator register
Base register
Counter register
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Counter register
Permalink: http://www.quizover.com/pdf/counter-register
•
•
(10) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.4. Question: The result of logical operation: 1 XOR 0
The result of logical operation: 1 XOR 0
Please choose only one answer:
logic 0
logic 1
Author: Yasser Ibrahim
Check the answer of this question online on QuizOver.com:
Question: logical operator XOR in assembly
Permalink: http://www.quizover.com/pdf/logical-operator-xor-in-assembly
•
•
•
(11) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.5. Question: How many bytes in a double word
How many bytes in a double word
Please choose only one answer:
1 byte
2 byte
4 byte
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: double word
Permalink: http://www.quizover.com/pdf/double-word
•
•
•
(12) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.6. Question: When you power on the computer it starts executing instructions in:
When you power on the computer it starts executing instructions in:
Please choose only one answer:
ROM
RAM
Hard Disk
Author: Yasser Ibrahim
Check the answer of this question online on QuizOver.com:
Question: What is first executed when starting the computer?
Permalink: http://www.quizover.com/pdf/what-is-first-executed-when-starting-the-computer
•
•
•
(13) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.7. Question: power on the computer is called:
power on the computer is called:
Please choose only one answer:
Warm boot
Cold boot
both (a) and (b) are false
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is cold boot?
Permalink: http://www.quizover.com/pdf/what-is-cold-boot
•
•
•
(14) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.8. Question: The auxiliary flag will be set if:
The auxiliary flag will be set if:
Please choose only one answer:
Both bits number 4,5 are set to 1
There is a carry / borrow between bits number 4,5
Both correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: When will auxiliary flag be set?
Permalink: http://www.quizover.com/pdf/when-will-auxiliary-flag-be-set
•
•
•
(15) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.9. Question: To display the contents of 100 bytes starting at physical address 0...
To display the contents of 100 bytes starting at physical address 00000 using the debug:
Please choose only one answer:
–d 0 FF
–d 0:0 FF
–d 0:0 0:FF
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: How to display the contents of 100 bytes?
Permalink: http://www.quizover.com/pdf/how-to-display-the-contents-of-100-bytes
•
•
•
(16) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.10. Question: The multiple Segment:Offset representations for a unique physical a...
The multiple Segment:Offset representations for a unique physical address is:
Please choose only one answer:
Advantage for 8086 processor to provide flexibility
disadvantage for 8086 processor, it make it harder to program
Has no effect
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is the multiple Segment Offset representations for a unique physical address?
Permalink: http://www.quizover.com/pdf/what-is-the-multiple-segment-offset-representations-for-a-unique-
physical-address
•
•
•
(17) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.11. Question: The physical address 12345 can be represented by the logical address:
The physical address 12345 can be represented by the logical address:
Please choose only one answer:
1234:5
1230:45
Both (a) and (b) are correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: How can a physical address be represented?
Permalink: http://www.quizover.com/pdf/how-can-a-physical-address-be-represented
•
•
(18) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.12. Question: The result of logical operation: 1 AND 1
The result of logical operation: 1 AND 1
Please choose only one answer:
logic 1
logic 0
Author: Yasser Ibrahim
Check the answer of this question online on QuizOver.com:
Question: logical operator AND
Permalink: http://www.quizover.com/pdf/logical-operator-and
•
•
•
(19) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.13. Question: What is the memory addressing mode of the first operand in the inst...
What is the memory addressing mode of the first operand in the instruction MOV [BX],1234:
Please choose only one answer:
Indirect addressing mode
Immediate addressing mode
Register addressing mode
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: what is Indirect addressing mode?
Permalink: http://www.quizover.com/pdf/what-is-indirect-addressing-mode
•
•
•
(20) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.14. Question: What is the memory addressing mode of the first operand in the inst...
What is the memory addressing mode of the first operand in the instruction MOV BX,1234:
Please choose only one answer:
Register addressing mode
Immediate addressing mode
Indirect addressing mode
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is Register addressing mode?
Permalink: http://www.quizover.com/pdf/what-is-register-addressing-mode
•
•
•
(21) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.15. Question: What is the value of AX register after the following instructions, ...
What is the value of AX register after the following instructions, assume Mark at offset 1000
Mark DW 123
LEA AX,Mark
Please choose only one answer:
1000
123
Unknown
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: AX register assembly
Permalink: http://www.quizover.com/pdf/ax-register-assembly
•
•
•
(22) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.16. Question: Memory segments can start every:
Memory segments can start every:
Please choose only one answer:
1 paragraph (16 bytes)
1 word (2 bytes)
1 byte
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Memory segments can start every?
Permalink: http://www.quizover.com/pdf/memory-segments-can-start-every
•
•
•
(23) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.17. Question: The ROM BIOS contents:
The ROM BIOS contents:
Please choose only one answer:
Can be written by the DEBUG program
Written by the ROM manufacturer and can not be changed
Volatile and must be refreshed on computer power on
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Who writes ROM BIOS contents ?
Permalink: http://www.quizover.com/pdf/who-writes-rom-bios-contents
•
•
•
(24) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.18. Question: To write assembly program that generates .COM program, how many seg...
To write assembly program that generates .COM program, how many segment you can use:
Please choose only one answer:
Only Code
Code ; Data
Code ; Data ; Stack
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: how many segment you can use for .com program?
Permalink: http://www.quizover.com/pdf/how-many-segment-you-can-use-for-com-program
•
•
•
(25) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.19. Question: The limitation on The maximum memory space addressable by 8086 proc...
The limitation on The maximum memory space addressable by 8086 processor because:
Please choose only one answer:
The address bus width was 20 bits
The register size was 16 bits
It has only 14 registers
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: what was max memory space in 8086 processor?
Permalink: http://www.quizover.com/pdf/what-was-max-memory-space-in-8086-processor
•
•
•
(26) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.20. Question: What is the value of AX register after executing, MOV AX,456h,CMP...
What is the value of AX register after executing, MOV AX,456h,CMP AX,456h
Please choose only one answer:
456h
Zero
Unknown
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: MOV and CMP AX register
Permalink: http://www.quizover.com/pdf/mov-and-cmp-ax-register
•
•
•
(27) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.21. Question: The value in AL register when using interrupt (INT 21h), service nu...
The value in AL register when using interrupt (INT 21h), service number (4Ch) is:
Please choose only one answer:
Completely ignored
Depend on the value of AH register
Return value to the calling program (usually DOS operating system)
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is the value of AL register when using interrupt (INT 21h), service number (4Ch)?
Permalink: http://www.quizover.com/pdf/what-is-the-value-of-al-register-when-using-interrupt-int-21h-service-
number-4ch
•
•
•
(28) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.22. Question: Which of the following instruction(s) can be performed only in CX r...
Which of the following instruction(s) can be performed only in CX register:
Please choose only one answer:
LOOP
MUL, DIV, CBW
ADD, SUB
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: instructions performed in Counter register
Permalink: http://www.quizover.com/pdf/instructions-performed-in-counter-register
•
•
•
(29) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.23. Question: The maximum memory space addressable by 8086 processor was:
The maximum memory space addressable by 8086 processor was:
Please choose only one answer:
64 KB
640KB
1MB
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: what was max memory space by 8086 processor?
Permalink: http://www.quizover.com/pdf/what-was-max-memory-space-by-8086-processor
•
•
•
(30) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.24. Question: the debug command: -E F000:01 2 3
the debug command: -E F000:01 2 3
Please choose only one answer:
Has no effect, because that location in ROM
Will write three bytes (1,2,3) starting at location F000:0
Depends on the processor
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: debug command -E
Permalink: http://www.quizover.com/pdf/debug-command-e
•
•
•
(31) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.25. Question: The AX register full name is:
The AX register full name is:
Please choose only one answer:
Accumulator register
Counter register
Base register
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: cpu Accumulator register
Permalink: http://www.quizover.com/pdf/cpu-accumulator-register
•
•
•
(32) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.26. Question: The operating system functions:
The operating system functions:
Please choose only one answer:
System boot
Running applications
Both correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What are the operating system functions?
Permalink: http://www.quizover.com/pdf/what-are-the-operating-system-functions
•
•
•
(33) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.27. Question: To increment both AL, AH registers:
To increment both AL, AH registers:
Please choose only one answer:
INC AX
INC ALINC AH
both (a) and (b) are correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: How to increment a register?
Permalink: http://www.quizover.com/pdf/how-to-increment-a-register
•
•
•
(34) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.28. Question: If you add positive number plus negative number the over flow flag ...
If you add positive number plus negative number the over flow flag will be set if:
Please choose only one answer:
The result is negative
The result is positive
There is no over flow when adding (+ve) + (-ve) numbers
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Hoe overflow by addition is handled?
Permalink: http://www.quizover.com/pdf/hoe-overflow-by-addition-is-handled
•
•
•
(35) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.29. Question: The processor set the sign flag on when it detects
The processor set the sign flag on when it detects
Please choose only one answer:
The MSB of the result is 1
Negative number in AX register
Both (a) and (b) are correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What does the sign flag do?
Permalink: http://www.quizover.com/pdf/what-does-the-sign-flag-do
•
•
(36) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.30. Question: The result of logical operation: 1 OR 0
The result of logical operation: 1 OR 0
Please choose only one answer:
0
1
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: logical operator OR
Permalink: http://www.quizover.com/pdf/logical-operator-or
•
•
•
(37) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.31. Question: The instruction AND AH,11110111 is equivalent to:
The instruction AND AH,11110111 is equivalent to:
Please choose only one answer:
Sub AH, 8,if 4th bit of AH is set
Sub AH, 8,if 4th bit of AH is cleared
Sub AH, 4,if 4th bit of AH is set
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: instruction AND AH
Permalink: http://www.quizover.com/pdf/instruction-and-ah
•
•
•
(38) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.32. Question: The assembly directive is a command to:
The assembly directive is a command to:
Please choose only one answer:
The Assembler program
The Microprocessor
both (a) and (b) are correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is assembly directive?
Permalink: http://www.quizover.com/pdf/what-is-assembly-directive
•
•
•
(39) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.33. Question: The limitation on The maximum memory space addressable by 8086 proc...
The limitation on The maximum memory space addressable by 8086 processor because:
Please choose only one answer:
It has only 14 registers
The register size was 16 bits
The address bus width was 20 bits
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Why the limitation on The maximum memory space by 8086 processor?
Permalink: http://www.quizover.com/pdf/why-the-limitation-on-the-maximum-memory-space-by-8086-processor
•
•
•
(40) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.34. Question: Who generates PSP for .COM programs:
Who generates PSP for .COM programs:
Please choose only one answer:
DOS generates PSP automatically preceding a COM program in the memory
The program itself
DOS load it from the disk
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Who generates PSP for .COM programs?
Permalink: http://www.quizover.com/pdf/who-generates-psp-for-com-programs
•
•
(41) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.35. Question: The result of logical operation: 1 XOR 1
The result of logical operation: 1 XOR 1
Please choose only one answer:
logic 0
logic 1
Author: Yasser Ibrahim
Check the answer of this question online on QuizOver.com:
Question: logical operator XOR
Permalink: http://www.quizover.com/pdf/logical-operator-xor
•
•
•
(42) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.36. Question: The processor compute the address of the next instruction using
The processor compute the address of the next instruction using
Please choose only one answer:
CS:IP
DS:IP
CS:SP
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: How the processor compute the address of the next instruction?
Permalink: http://www.quizover.com/pdf/how-the-processor-compute-the-address-of-the-next-instruction
•
•
•
(43) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.37. Question: You want to initialize the IP register with the value 2000:
You want to initialize the IP register with the value 2000:
Please choose only one answer:
Mov IP,2000
Jmp 2000
You can’t change IP register
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: how to initialize the IP register?
Permalink: http://www.quizover.com/pdf/how-to-initialize-the-ip-register
•
•
•
(44) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.38. Question: What is the value of AX register after the following instruction, a...
What is the value of AX register after the following instruction, assume Mark stored at offset 1000
Mark DW 123
Mov AX,Mark
Please choose only one answer:
1000
123
Unknown
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: AX register in assembly
Permalink: http://www.quizover.com/pdf/ax-register-in-assembly
•
•
•
(45) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.39. Question: The max size of .COM program:
The max size of .COM program:
Please choose only one answer:
Any size
1 paragraph (16 bytes)
1 segment (64k bytes)
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: max size of .COM program
Permalink: http://www.quizover.com/pdf/max-size-of-com-program
•
•
•
(46) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.40. Question: how many bits in one double word?
how many bits in one double word?
Please choose only one answer:
8 bits
16 bits
32 bits
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: bits in double word
Permalink: http://www.quizover.com/pdf/bits-in-double-word
•
•
•
(47) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.41. Question: You know that the data segment base address = 1234, so :how to init...
You know that the data segment base address = 1234, so :how to initialize DS register?
Please choose only one answer:
Mov DS,1234
Mov AX,1234,Mov DS,AX
both (a) and (b) are correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: how to initialize DS register?
Permalink: http://www.quizover.com/pdf/how-to-initialize-ds-register
•
•
(48) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.42. Question: The result of logical operation: 0 OR 0
The result of logical operation: 0 OR 0
Please choose only one answer:
logic 0
logic 1
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: logical operator OR in assembly
Permalink: http://www.quizover.com/pdf/logical-operator-or-in-assembly
•
•
•
(49) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.43. Question: The assembly directive is a command to:
The assembly directive is a command to:
Please choose only one answer:
The Assembler program
The Microprocessor
both (a) and (b) are correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: The assembly directive
Permalink: http://www.quizover.com/pdf/the-assembly-directive
•
•
•
(50) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.44. Question: The mapping between the physical address and logical address (Segme...
The mapping between the physical address and logical address (Segment:Offset) is:
Please choose only one answer:
One to one relation
One to many relation
No relation
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is the mapping between physical address and logical address?
Permalink: http://www.quizover.com/pdf/what-is-the-mapping-between-physical-address-and-logical-address
•
•
•
(51) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.45. Question: You want to set only odd numbered bits in AX register, so what is t...
You want to set only odd numbered bits in AX register, so what is the proper instruction:
Please choose only one answer:
Mov AX,5555h
OR AX,5555h
AND AX,5555h
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: How to set only odd numbered bits in AX register?
Permalink: http://www.quizover.com/pdf/how-to-set-only-odd-numbered-bits-in-ax-register
•
•
•
(52) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.46. Question: How many bytes in one word
How many bytes in one word
Please choose only one answer:
1 byte
2 byte
4 byte
Author: Yasser Ibrahim
Check the answer of this question online on QuizOver.com:
Question: How many bytes in one word?
Permalink: http://www.quizover.com/pdf/how-many-bytes-in-one-word
•
•
•
(53) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.47. Question: What is the value of Zero (Z) flag after the instruction: SUB AX,AX
What is the value of Zero (Z) flag after the instruction: SUB AX,AX
Please choose only one answer:
Set
Cleared
Unknown
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is the value of Zero flag after SUB AX AX
Permalink: http://www.quizover.com/pdf/what-is-the-value-of-zero-flag-after-sub-ax-ax
•
•
•
(54) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.48. Question: The debug command U
The debug command U
Please choose only one answer:
Retrieve the assembly program instructions from the disk
Retrieve the assembly program instructions from the RAM
Convert the machine code stored in memory into assembly equivalent
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: debug command U
Permalink: http://www.quizover.com/pdf/debug-command-u
•
•
•
(55) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.49. Question: Classify the following register(s) SI,DI
Classify the following register(s) SI,DI
Please choose only one answer:
Index registers
General purpose registers
Segment registers
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Index registers
Permalink: http://www.quizover.com/pdf/index-registers
•
•
•
(56) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.50. Question: What is the value of over flow (O) flag after the instruction: SUB...
What is the value of over flow (O) flag after the instruction: SUB AX,AX
Please choose only one answer:
Set
Cleared
Unknown
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is the value of over flow flag after SUB AX AX
Permalink: http://www.quizover.com/pdf/what-is-the-value-of-over-flow-flag-after-sub-ax-ax
•
•
•
(57) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.51. Question: Compare between PSP and "header block"
Compare between PSP and "header block"
Please choose only one answer:
DOS generates PSP automatically preceding a COM program in the memory
DOS stores the "header block" on the disk with the EXE program file
both (a) and (b) are correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is the difference between PSP and header block?
Permalink: http://www.quizover.com/pdf/what-is-the-difference-between-psp-and-header-block
•
•
•
(58) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.52. Question: How many bits in one byte?
How many bits in one byte?
Please choose only one answer:
8 bits
16 bits
32 bits
Author: Yasser Ibrahim
Check the answer of this question online on QuizOver.com:
Question: How many bits in one byte?
Permalink: http://www.quizover.com/pdf/how-many-bits-in-one-byte
•
•
•
(59) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.53. Question: Memory segments can start every:
Memory segments can start every:
Please choose only one answer:
1 paragraph (16 bytes)
1 word (2 bytes)
1 byte
Author: Yasser Ibrahim
Check the answer of this question online on QuizOver.com:
Question: Memory segments
Permalink: http://www.quizover.com/pdf/memory-segments
•
•
•
(60) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.54. Question: The .COM programs in RAM uses:
The .COM programs in RAM uses:
Please choose only one answer:
1 segment
4 different segments (code, data, stack, and extra)
More than 4
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: How many segments .COM programs in RAM use?
Permalink: http://www.quizover.com/pdf/how-many-segments-com-programs-in-ram-use
•
•
•
(61) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.55. Question: What is the value of AX register after executing, MOV AX,456h,CMP...
What is the value of AX register after executing, MOV AX,456h,CMP AX,456h
Please choose only one answer:
456h
Zero
Unknown
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: AX register
Permalink: http://www.quizover.com/pdf/ax-register
•
•
•
(62) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.56. Question: What is the length of the 8088’s physical address?
What is the length of the 8088’s physical address?
Please choose only one answer:
8 bits
16 bits
20 bits
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: length of the 8088 processor physical address
Permalink: http://www.quizover.com/pdf/length-of-the-8088-processor-physical-address
•
•
•
(63) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.57. Question: You want to move two bytes from address 100 to 200, so what is the ...
You want to move two bytes from address 100 to 200, so what is the proper instruction:
Please choose only one answer:
Mov AX,[100],Mov [200],AX
Mov AH,[100],Mov [200],AH
Mov [200],[100]
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: How to move bytes from address to another?
Permalink: http://www.quizover.com/pdf/how-to-move-bytes-from-address-to-another
•
•
•
(64) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.58. Question: The statement AGEDB25
The statement AGEDB25
Please choose only one answer:
Instructs the processor to store the value 25 into AX register
Instructs the assembler to store the value 25 into RAM, and use AGE as a reference
Both correct
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Command DB
Permalink: http://www.quizover.com/pdf/command-db
•
•
•
(65) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.59. Question: What about the Stack segment in .COM program during execution:
What about the Stack segment in .COM program during execution:
Please choose only one answer:
Must be defined explicitly in the program
DOS uses the high area of the COM program for the Stack
There is no stack for .COM program during execution
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: Stack segment in .COM program
Permalink: http://www.quizover.com/pdf/stack-segment-in-com-program
•
•
•
(66) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.60. Question: The ROM BIOS contains:
The ROM BIOS contains:
Please choose only one answer:
MS-Dos operating system
MS-Windows operating system
Basic input ; output system routines
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What does ROM BIOS contain?
Permalink: http://www.quizover.com/pdf/what-does-rom-bios-contain
•
•
•
(67) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.61. Question: The function service number (4Ch) in interrupt (INT 21h):
The function service number (4Ch) in interrupt (INT 21h):
Please choose only one answer:
TSR terminate and stay resident
Abnormal program Termination
Normal program Termination
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: function service number (4Ch)
Permalink: http://www.quizover.com/pdf/function-service-number-4ch
•
•
•
(68) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.62. Question: The maximum memory space addressable by a processor is proportional...
The maximum memory space addressable by a processor is proportional to:
Please choose only one answer:
Register size
Address bus width
Number of registers
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is maximum memory proportional to?
Permalink: http://www.quizover.com/pdf/what-is-maximum-memory-proportional-to
•
•
•
(69) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.63. Question: You want to complement only odd numbered bits in AX register, so wh...
You want to complement only odd numbered bits in AX register, so what is the proper instruction:
Please choose only one answer:
Test AX,5555h
AND AX,5555h
XOR AX,5555h
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: how to complement only odd numbered bits in AX register?
Permalink: http://www.quizover.com/pdf/how-to-complement-only-odd-numbered-bits-in-ax-register
•
•
•
(70) Powered by QuizOver.com - http://www.quizover.com
QuizOver.com is the leading online quiz & exam creator
Copyright (c) 2009-2014 all rights reserved
4.1.64. Question: The Debug program is a small MS-DOS utility and is usually useful in:
The Debug program is a small MS-DOS utility and is usually useful in:
Please choose only one answer:
Writing sophisticated applications and systems
Memory and disk management
Testing and fixing programs
Author: JavaChamp Team
Check the answer of this question online on QuizOver.com:
Question: What is a debug program?
Permalink: http://www.quizover.com/pdf/what-is-a-debug-program

Mais conteúdo relacionado

Mais procurados

Pritam bhansali Online Exam - Project Report
Pritam bhansali  Online Exam - Project ReportPritam bhansali  Online Exam - Project Report
Pritam bhansali Online Exam - Project ReportPritam Bhansali
 
Online Examination System Project report
Online Examination System Project report Online Examination System Project report
Online Examination System Project report SARASWATENDRA SINGH
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentationWakimul Alam
 
Student feedback system
Student feedback systemStudent feedback system
Student feedback systemshindept123
 
Examination Hall Allocation
Examination Hall Allocation Examination Hall Allocation
Examination Hall Allocation Martina Thampan
 
Online examination
Online examinationOnline examination
Online examinationfarouq umar
 
Online examination system project ppt
Online examination system project pptOnline examination system project ppt
Online examination system project pptMohit Gupta
 
Project Report Online Test
Project Report Online TestProject Report Online Test
Project Report Online TestAbhishek Kumar
 
Quizine: An online Test
Quizine: An online TestQuizine: An online Test
Quizine: An online TestRandhir Gupta
 
Online examination system of open and distance education
Online examination system of open and distance educationOnline examination system of open and distance education
Online examination system of open and distance educationPallavi Singh
 
online learning and examination website
online learning and examination websiteonline learning and examination website
online learning and examination websiteAnuj Kumar
 
online Examination System (project report)
online Examination System (project report)online Examination System (project report)
online Examination System (project report)vivek anand
 
14.project online eamination system
14.project online eamination system14.project online eamination system
14.project online eamination systemjbpatel7290
 
Online Book Donation System Project Report (Android)
Online Book Donation System Project Report (Android)Online Book Donation System Project Report (Android)
Online Book Donation System Project Report (Android)Kishan Maurya
 

Mais procurados (20)

Pritam bhansali Online Exam - Project Report
Pritam bhansali  Online Exam - Project ReportPritam bhansali  Online Exam - Project Report
Pritam bhansali Online Exam - Project Report
 
Student report
Student reportStudent report
Student report
 
Online Examination System Project report
Online Examination System Project report Online Examination System Project report
Online Examination System Project report
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentation
 
E-Examination
E-ExaminationE-Examination
E-Examination
 
Online Test Engine
Online  Test EngineOnline  Test Engine
Online Test Engine
 
Student feedback system
Student feedback systemStudent feedback system
Student feedback system
 
Examination Hall Allocation
Examination Hall Allocation Examination Hall Allocation
Examination Hall Allocation
 
Online examination
Online examinationOnline examination
Online examination
 
Online examination system project ppt
Online examination system project pptOnline examination system project ppt
Online examination system project ppt
 
Online exam
Online examOnline exam
Online exam
 
Online quiz system
Online quiz systemOnline quiz system
Online quiz system
 
Project Report Online Test
Project Report Online TestProject Report Online Test
Project Report Online Test
 
Quizine: An online Test
Quizine: An online TestQuizine: An online Test
Quizine: An online Test
 
Online examination system of open and distance education
Online examination system of open and distance educationOnline examination system of open and distance education
Online examination system of open and distance education
 
online learning and examination website
online learning and examination websiteonline learning and examination website
online learning and examination website
 
online Examination System (project report)
online Examination System (project report)online Examination System (project report)
online Examination System (project report)
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
14.project online eamination system
14.project online eamination system14.project online eamination system
14.project online eamination system
 
Online Book Donation System Project Report (Android)
Online Book Donation System Project Report (Android)Online Book Donation System Project Report (Android)
Online Book Donation System Project Report (Android)
 

Destaque

Examinable Question and answer system programming
Examinable Question and answer system programmingExaminable Question and answer system programming
Examinable Question and answer system programmingMakerere university
 
Php code for online quiz
Php code for online quizPhp code for online quiz
Php code for online quizhnyb1002
 
Online quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlitesOnline quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlitesDanish Anwar
 
Android Beat the-quiz application
Android Beat the-quiz applicationAndroid Beat the-quiz application
Android Beat the-quiz applicationAyush Singh
 
Assembly language programming_fundamentals 8086
Assembly language programming_fundamentals 8086Assembly language programming_fundamentals 8086
Assembly language programming_fundamentals 8086Shehrevar Davierwala
 
Online Quiz System Project PPT
Online Quiz System Project PPTOnline Quiz System Project PPT
Online Quiz System Project PPTShanthan Reddy
 
Buy-Sell Agreements :: Convergence of Business Succession & Shareholder P...
Buy-Sell Agreements :: Convergence of Business Succession & Shareholder P...Buy-Sell Agreements :: Convergence of Business Succession & Shareholder P...
Buy-Sell Agreements :: Convergence of Business Succession & Shareholder P...timothyrlee
 
Chapel 9 25 09
Chapel 9 25 09Chapel 9 25 09
Chapel 9 25 09Huisden
 
Prueba
PruebaPrueba
Pruebajhon
 
Дмитрий Калаев – Три реальных провала при создании ИТ-бизнеса
Дмитрий Калаев – Три реальных провала при создании ИТ-бизнесаДмитрий Калаев – Три реальных провала при создании ИТ-бизнеса
Дмитрий Калаев – Три реальных провала при создании ИТ-бизнеса404fest
 
Age introduction ppt
Age introduction pptAge introduction ppt
Age introduction pptrsusami
 
Markaların Logoları
Markaların LogolarıMarkaların Logoları
Markaların LogolarıYunus Emre
 
AMA Digital Marketing Day
AMA Digital Marketing DayAMA Digital Marketing Day
AMA Digital Marketing DaySusan Halligan
 
Guia De Aprendizaje CECYTEZ
Guia De Aprendizaje CECYTEZGuia De Aprendizaje CECYTEZ
Guia De Aprendizaje CECYTEZmoniki
 
Beauty Of Mathematics
Beauty Of MathematicsBeauty Of Mathematics
Beauty Of Mathematicsmimounh
 

Destaque (20)

Examinable Question and answer system programming
Examinable Question and answer system programmingExaminable Question and answer system programming
Examinable Question and answer system programming
 
Android Quiz
Android QuizAndroid Quiz
Android Quiz
 
Php code for online quiz
Php code for online quizPhp code for online quiz
Php code for online quiz
 
Online quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlitesOnline quiz by danish & sudhanshu techlites
Online quiz by danish & sudhanshu techlites
 
Various type of register
Various type of registerVarious type of register
Various type of register
 
Android Beat the-quiz application
Android Beat the-quiz applicationAndroid Beat the-quiz application
Android Beat the-quiz application
 
Assembly language programming_fundamentals 8086
Assembly language programming_fundamentals 8086Assembly language programming_fundamentals 8086
Assembly language programming_fundamentals 8086
 
Online Quiz System Project PPT
Online Quiz System Project PPTOnline Quiz System Project PPT
Online Quiz System Project PPT
 
Buy-Sell Agreements :: Convergence of Business Succession & Shareholder P...
Buy-Sell Agreements :: Convergence of Business Succession & Shareholder P...Buy-Sell Agreements :: Convergence of Business Succession & Shareholder P...
Buy-Sell Agreements :: Convergence of Business Succession & Shareholder P...
 
Chapel 9 25 09
Chapel 9 25 09Chapel 9 25 09
Chapel 9 25 09
 
Prueba
PruebaPrueba
Prueba
 
Дмитрий Калаев – Три реальных провала при создании ИТ-бизнеса
Дмитрий Калаев – Три реальных провала при создании ИТ-бизнесаДмитрий Калаев – Три реальных провала при создании ИТ-бизнеса
Дмитрий Калаев – Три реальных провала при создании ИТ-бизнеса
 
Age introduction ppt
Age introduction pptAge introduction ppt
Age introduction ppt
 
Markaların Logoları
Markaların LogolarıMarkaların Logoları
Markaların Logoları
 
NEDMAInno14: Innovations in Tracking Your Mail- Kerry Hannify
NEDMAInno14: Innovations in Tracking Your Mail- Kerry HannifyNEDMAInno14: Innovations in Tracking Your Mail- Kerry Hannify
NEDMAInno14: Innovations in Tracking Your Mail- Kerry Hannify
 
AMA Digital Marketing Day
AMA Digital Marketing DayAMA Digital Marketing Day
AMA Digital Marketing Day
 
Employee Engagement by Carrie Wiegand
Employee Engagement by Carrie Wiegand Employee Engagement by Carrie Wiegand
Employee Engagement by Carrie Wiegand
 
Guia De Aprendizaje CECYTEZ
Guia De Aprendizaje CECYTEZGuia De Aprendizaje CECYTEZ
Guia De Aprendizaje CECYTEZ
 
Beauty Of Mathematics
Beauty Of MathematicsBeauty Of Mathematics
Beauty Of Mathematics
 
THE EDGE 2009-2010
THE EDGE 2009-2010THE EDGE 2009-2010
THE EDGE 2009-2010
 

Semelhante a Assembly Programming Quiz Questions

C certification-questions
C certification-questionsC certification-questions
C certification-questionsYasser Ibrahim
 
Oracle Certified Professional Java Programmer
Oracle Certified Professional Java Programmer Oracle Certified Professional Java Programmer
Oracle Certified Professional Java Programmer Yasser Ibrahim
 
Sun Certified Enterprise Architect Scea Mock Exam
Sun Certified Enterprise Architect Scea Mock ExamSun Certified Enterprise Architect Scea Mock Exam
Sun Certified Enterprise Architect Scea Mock ExamYasser Ibrahim
 
Keys To World-Class Retail Web Performance - Expert tips for holiday web read...
Keys To World-Class Retail Web Performance - Expert tips for holiday web read...Keys To World-Class Retail Web Performance - Expert tips for holiday web read...
Keys To World-Class Retail Web Performance - Expert tips for holiday web read...SOASTA
 
KnockOutJS with ASP.NET MVC
KnockOutJS with ASP.NET MVCKnockOutJS with ASP.NET MVC
KnockOutJS with ASP.NET MVCLearnNowOnline
 
Financial Intelligence Quiz
Financial Intelligence QuizFinancial Intelligence Quiz
Financial Intelligence QuizYasser Ibrahim
 
Joomla Extreme Performance
Joomla Extreme PerformanceJoomla Extreme Performance
Joomla Extreme PerformanceMitch Pirtle
 
Modern Software Practices - by Damon Poole
Modern Software Practices - by Damon PooleModern Software Practices - by Damon Poole
Modern Software Practices - by Damon PooleSynerzip
 
Testing - How Vital and How Easy to use
Testing - How Vital and How Easy to useTesting - How Vital and How Easy to use
Testing - How Vital and How Easy to useUma Ghotikar
 
Presentation confoo optimization_sherifzaroubi
Presentation confoo optimization_sherifzaroubiPresentation confoo optimization_sherifzaroubi
Presentation confoo optimization_sherifzaroubiValtech Canada
 
Internet Broadcasting
Internet BroadcastingInternet Broadcasting
Internet BroadcastingEdward Carr
 
Take a load off! Load testing your Oracle APEX or JDeveloper web applications
Take a load off! Load testing your Oracle APEX or JDeveloper web applicationsTake a load off! Load testing your Oracle APEX or JDeveloper web applications
Take a load off! Load testing your Oracle APEX or JDeveloper web applicationsSage Computing Services
 
A crash course in responsive design
A crash course in responsive designA crash course in responsive design
A crash course in responsive designEd Charbeneau
 
Real IBM C1000-155 Exam Questions: Analysis and Answers Explained
Real IBM C1000-155 Exam Questions: Analysis and Answers ExplainedReal IBM C1000-155 Exam Questions: Analysis and Answers Explained
Real IBM C1000-155 Exam Questions: Analysis and Answers ExplainedKatyMorgan10
 
20 tips to Improving Your WordPress Site...for Beginners
20 tips to Improving Your WordPress Site...for Beginners20 tips to Improving Your WordPress Site...for Beginners
20 tips to Improving Your WordPress Site...for BeginnersTRB Design, Inc.
 
Spring MVC 4.2: New and Noteworthy
Spring MVC 4.2: New and NoteworthySpring MVC 4.2: New and Noteworthy
Spring MVC 4.2: New and NoteworthyRossen Stoyanchev
 
腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站George Ang
 
Building Chrome Extensions For Salesforce
Building Chrome Extensions  For SalesforceBuilding Chrome Extensions  For Salesforce
Building Chrome Extensions For SalesforceAbhinav Gupta
 

Semelhante a Assembly Programming Quiz Questions (20)

C certification-questions
C certification-questionsC certification-questions
C certification-questions
 
Oracle Certified Professional Java Programmer
Oracle Certified Professional Java Programmer Oracle Certified Professional Java Programmer
Oracle Certified Professional Java Programmer
 
Sun Certified Enterprise Architect Scea Mock Exam
Sun Certified Enterprise Architect Scea Mock ExamSun Certified Enterprise Architect Scea Mock Exam
Sun Certified Enterprise Architect Scea Mock Exam
 
Scjp 16-pdf-e book-exam-questions
Scjp 16-pdf-e book-exam-questionsScjp 16-pdf-e book-exam-questions
Scjp 16-pdf-e book-exam-questions
 
Keys To World-Class Retail Web Performance - Expert tips for holiday web read...
Keys To World-Class Retail Web Performance - Expert tips for holiday web read...Keys To World-Class Retail Web Performance - Expert tips for holiday web read...
Keys To World-Class Retail Web Performance - Expert tips for holiday web read...
 
KnockOutJS with ASP.NET MVC
KnockOutJS with ASP.NET MVCKnockOutJS with ASP.NET MVC
KnockOutJS with ASP.NET MVC
 
Financial Intelligence Quiz
Financial Intelligence QuizFinancial Intelligence Quiz
Financial Intelligence Quiz
 
Joomla Extreme Performance
Joomla Extreme PerformanceJoomla Extreme Performance
Joomla Extreme Performance
 
Modern Software Practices - by Damon Poole
Modern Software Practices - by Damon PooleModern Software Practices - by Damon Poole
Modern Software Practices - by Damon Poole
 
Testing - How Vital and How Easy to use
Testing - How Vital and How Easy to useTesting - How Vital and How Easy to use
Testing - How Vital and How Easy to use
 
Presentation confoo optimization_sherifzaroubi
Presentation confoo optimization_sherifzaroubiPresentation confoo optimization_sherifzaroubi
Presentation confoo optimization_sherifzaroubi
 
Internet Broadcasting
Internet BroadcastingInternet Broadcasting
Internet Broadcasting
 
Take a load off! Load testing your Oracle APEX or JDeveloper web applications
Take a load off! Load testing your Oracle APEX or JDeveloper web applicationsTake a load off! Load testing your Oracle APEX or JDeveloper web applications
Take a load off! Load testing your Oracle APEX or JDeveloper web applications
 
A crash course in responsive design
A crash course in responsive designA crash course in responsive design
A crash course in responsive design
 
Real IBM C1000-155 Exam Questions: Analysis and Answers Explained
Real IBM C1000-155 Exam Questions: Analysis and Answers ExplainedReal IBM C1000-155 Exam Questions: Analysis and Answers Explained
Real IBM C1000-155 Exam Questions: Analysis and Answers Explained
 
20 tips to Improving Your WordPress Site...for Beginners
20 tips to Improving Your WordPress Site...for Beginners20 tips to Improving Your WordPress Site...for Beginners
20 tips to Improving Your WordPress Site...for Beginners
 
Spring MVC 4.2: New and Noteworthy
Spring MVC 4.2: New and NoteworthySpring MVC 4.2: New and Noteworthy
Spring MVC 4.2: New and Noteworthy
 
腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站
 
Setup and run wordpress: 201
Setup and run wordpress: 201Setup and run wordpress: 201
Setup and run wordpress: 201
 
Building Chrome Extensions For Salesforce
Building Chrome Extensions  For SalesforceBuilding Chrome Extensions  For Salesforce
Building Chrome Extensions For Salesforce
 

Último

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 

Último (20)

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 

Assembly Programming Quiz Questions

  • 2. (2) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved About Us Powered by QuizOver.com The Leading Online Quiz & Exam Creator Create, Share, and Discover Quizzes & Exams http://www.quizover.com
  • 3. (3) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved Disclaimer All services and content of QuizOver.com are provided under QuizOver.com terms of use on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the provided services and content are free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the provided services and content is with you. In no event shall QuizOver.com be liable for any damages whatsoever arising out of or in connection with the use or performance of the services. Should any provided services and content prove defective in any respect, you (not the initial developer, author or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of these "terms of use". No use of any services and content of QuizOver.com is authorized hereunder except under this disclaimer. The detailed and up to date "terms of use" of QuizOver.com can be found under: http://www.QuizOver.com/public/termsOfUse.xhtml
  • 4. (4) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved eBook Content License Creative Commons License Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND 3.0) http://creativecommons.org/licenses/by-nc-nd/3.0/ You are free to: Share: copy and redistribute the material in any medium or format The licensor cannot revoke these freedoms as long as you follow the license terms. Under the following terms: Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. NonCommercial: You may not use the material for commercial purposes. NoDerivatives: If you remix, transform, or build upon the material, you may not distribute the modified material. No additional restrictions: You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
  • 5. - (5) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved Table of Contents Quiz Permalink: http://www.quizover.com/pdf/assembly-programming-questions Author Profile: http://www.quizover.com/user/profile/Java.Champ 1. Assembly Programming Language Basics
  • 6. (6) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4. Chapter: Basics 1. Basics Questions
  • 7. • • • (7) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.1. Question: Consider the program segment: AgeDB 100 MOVAge,123 What is t... Consider the program segment: AgeDB 100 MOVAge,123 What is the memory-addressing mode of the first operand in the MOV instruction? Please choose only one answer: Immediate addressing mode direct addressing mode Indirect addressing mode Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is the memory addressing mode? Permalink: http://www.quizover.com/pdf/what-is-the-memory-addressing-mode
  • 8. • • • (8) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.2. Question: The operating system (DOS / Windows) generally loaded (system boot)... The operating system (DOS / Windows) generally loaded (system boot) from: Please choose only one answer: ROM RAM Hard/ Floppy Disk Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: From where operating system is loaded? Permalink: http://www.quizover.com/pdf/from-where-operating-system-is-loaded
  • 9. • • • (9) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.3. Question: The CX register full name is: The CX register full name is: Please choose only one answer: Accumulator register Base register Counter register Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Counter register Permalink: http://www.quizover.com/pdf/counter-register
  • 10. • • (10) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.4. Question: The result of logical operation: 1 XOR 0 The result of logical operation: 1 XOR 0 Please choose only one answer: logic 0 logic 1 Author: Yasser Ibrahim Check the answer of this question online on QuizOver.com: Question: logical operator XOR in assembly Permalink: http://www.quizover.com/pdf/logical-operator-xor-in-assembly
  • 11. • • • (11) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.5. Question: How many bytes in a double word How many bytes in a double word Please choose only one answer: 1 byte 2 byte 4 byte Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: double word Permalink: http://www.quizover.com/pdf/double-word
  • 12. • • • (12) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.6. Question: When you power on the computer it starts executing instructions in: When you power on the computer it starts executing instructions in: Please choose only one answer: ROM RAM Hard Disk Author: Yasser Ibrahim Check the answer of this question online on QuizOver.com: Question: What is first executed when starting the computer? Permalink: http://www.quizover.com/pdf/what-is-first-executed-when-starting-the-computer
  • 13. • • • (13) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.7. Question: power on the computer is called: power on the computer is called: Please choose only one answer: Warm boot Cold boot both (a) and (b) are false Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is cold boot? Permalink: http://www.quizover.com/pdf/what-is-cold-boot
  • 14. • • • (14) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.8. Question: The auxiliary flag will be set if: The auxiliary flag will be set if: Please choose only one answer: Both bits number 4,5 are set to 1 There is a carry / borrow between bits number 4,5 Both correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: When will auxiliary flag be set? Permalink: http://www.quizover.com/pdf/when-will-auxiliary-flag-be-set
  • 15. • • • (15) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.9. Question: To display the contents of 100 bytes starting at physical address 0... To display the contents of 100 bytes starting at physical address 00000 using the debug: Please choose only one answer: –d 0 FF –d 0:0 FF –d 0:0 0:FF Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: How to display the contents of 100 bytes? Permalink: http://www.quizover.com/pdf/how-to-display-the-contents-of-100-bytes
  • 16. • • • (16) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.10. Question: The multiple Segment:Offset representations for a unique physical a... The multiple Segment:Offset representations for a unique physical address is: Please choose only one answer: Advantage for 8086 processor to provide flexibility disadvantage for 8086 processor, it make it harder to program Has no effect Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is the multiple Segment Offset representations for a unique physical address? Permalink: http://www.quizover.com/pdf/what-is-the-multiple-segment-offset-representations-for-a-unique- physical-address
  • 17. • • • (17) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.11. Question: The physical address 12345 can be represented by the logical address: The physical address 12345 can be represented by the logical address: Please choose only one answer: 1234:5 1230:45 Both (a) and (b) are correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: How can a physical address be represented? Permalink: http://www.quizover.com/pdf/how-can-a-physical-address-be-represented
  • 18. • • (18) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.12. Question: The result of logical operation: 1 AND 1 The result of logical operation: 1 AND 1 Please choose only one answer: logic 1 logic 0 Author: Yasser Ibrahim Check the answer of this question online on QuizOver.com: Question: logical operator AND Permalink: http://www.quizover.com/pdf/logical-operator-and
  • 19. • • • (19) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.13. Question: What is the memory addressing mode of the first operand in the inst... What is the memory addressing mode of the first operand in the instruction MOV [BX],1234: Please choose only one answer: Indirect addressing mode Immediate addressing mode Register addressing mode Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: what is Indirect addressing mode? Permalink: http://www.quizover.com/pdf/what-is-indirect-addressing-mode
  • 20. • • • (20) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.14. Question: What is the memory addressing mode of the first operand in the inst... What is the memory addressing mode of the first operand in the instruction MOV BX,1234: Please choose only one answer: Register addressing mode Immediate addressing mode Indirect addressing mode Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is Register addressing mode? Permalink: http://www.quizover.com/pdf/what-is-register-addressing-mode
  • 21. • • • (21) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.15. Question: What is the value of AX register after the following instructions, ... What is the value of AX register after the following instructions, assume Mark at offset 1000 Mark DW 123 LEA AX,Mark Please choose only one answer: 1000 123 Unknown Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: AX register assembly Permalink: http://www.quizover.com/pdf/ax-register-assembly
  • 22. • • • (22) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.16. Question: Memory segments can start every: Memory segments can start every: Please choose only one answer: 1 paragraph (16 bytes) 1 word (2 bytes) 1 byte Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Memory segments can start every? Permalink: http://www.quizover.com/pdf/memory-segments-can-start-every
  • 23. • • • (23) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.17. Question: The ROM BIOS contents: The ROM BIOS contents: Please choose only one answer: Can be written by the DEBUG program Written by the ROM manufacturer and can not be changed Volatile and must be refreshed on computer power on Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Who writes ROM BIOS contents ? Permalink: http://www.quizover.com/pdf/who-writes-rom-bios-contents
  • 24. • • • (24) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.18. Question: To write assembly program that generates .COM program, how many seg... To write assembly program that generates .COM program, how many segment you can use: Please choose only one answer: Only Code Code ; Data Code ; Data ; Stack Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: how many segment you can use for .com program? Permalink: http://www.quizover.com/pdf/how-many-segment-you-can-use-for-com-program
  • 25. • • • (25) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.19. Question: The limitation on The maximum memory space addressable by 8086 proc... The limitation on The maximum memory space addressable by 8086 processor because: Please choose only one answer: The address bus width was 20 bits The register size was 16 bits It has only 14 registers Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: what was max memory space in 8086 processor? Permalink: http://www.quizover.com/pdf/what-was-max-memory-space-in-8086-processor
  • 26. • • • (26) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.20. Question: What is the value of AX register after executing, MOV AX,456h,CMP... What is the value of AX register after executing, MOV AX,456h,CMP AX,456h Please choose only one answer: 456h Zero Unknown Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: MOV and CMP AX register Permalink: http://www.quizover.com/pdf/mov-and-cmp-ax-register
  • 27. • • • (27) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.21. Question: The value in AL register when using interrupt (INT 21h), service nu... The value in AL register when using interrupt (INT 21h), service number (4Ch) is: Please choose only one answer: Completely ignored Depend on the value of AH register Return value to the calling program (usually DOS operating system) Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is the value of AL register when using interrupt (INT 21h), service number (4Ch)? Permalink: http://www.quizover.com/pdf/what-is-the-value-of-al-register-when-using-interrupt-int-21h-service- number-4ch
  • 28. • • • (28) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.22. Question: Which of the following instruction(s) can be performed only in CX r... Which of the following instruction(s) can be performed only in CX register: Please choose only one answer: LOOP MUL, DIV, CBW ADD, SUB Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: instructions performed in Counter register Permalink: http://www.quizover.com/pdf/instructions-performed-in-counter-register
  • 29. • • • (29) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.23. Question: The maximum memory space addressable by 8086 processor was: The maximum memory space addressable by 8086 processor was: Please choose only one answer: 64 KB 640KB 1MB Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: what was max memory space by 8086 processor? Permalink: http://www.quizover.com/pdf/what-was-max-memory-space-by-8086-processor
  • 30. • • • (30) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.24. Question: the debug command: -E F000:01 2 3 the debug command: -E F000:01 2 3 Please choose only one answer: Has no effect, because that location in ROM Will write three bytes (1,2,3) starting at location F000:0 Depends on the processor Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: debug command -E Permalink: http://www.quizover.com/pdf/debug-command-e
  • 31. • • • (31) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.25. Question: The AX register full name is: The AX register full name is: Please choose only one answer: Accumulator register Counter register Base register Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: cpu Accumulator register Permalink: http://www.quizover.com/pdf/cpu-accumulator-register
  • 32. • • • (32) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.26. Question: The operating system functions: The operating system functions: Please choose only one answer: System boot Running applications Both correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What are the operating system functions? Permalink: http://www.quizover.com/pdf/what-are-the-operating-system-functions
  • 33. • • • (33) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.27. Question: To increment both AL, AH registers: To increment both AL, AH registers: Please choose only one answer: INC AX INC ALINC AH both (a) and (b) are correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: How to increment a register? Permalink: http://www.quizover.com/pdf/how-to-increment-a-register
  • 34. • • • (34) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.28. Question: If you add positive number plus negative number the over flow flag ... If you add positive number plus negative number the over flow flag will be set if: Please choose only one answer: The result is negative The result is positive There is no over flow when adding (+ve) + (-ve) numbers Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Hoe overflow by addition is handled? Permalink: http://www.quizover.com/pdf/hoe-overflow-by-addition-is-handled
  • 35. • • • (35) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.29. Question: The processor set the sign flag on when it detects The processor set the sign flag on when it detects Please choose only one answer: The MSB of the result is 1 Negative number in AX register Both (a) and (b) are correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What does the sign flag do? Permalink: http://www.quizover.com/pdf/what-does-the-sign-flag-do
  • 36. • • (36) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.30. Question: The result of logical operation: 1 OR 0 The result of logical operation: 1 OR 0 Please choose only one answer: 0 1 Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: logical operator OR Permalink: http://www.quizover.com/pdf/logical-operator-or
  • 37. • • • (37) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.31. Question: The instruction AND AH,11110111 is equivalent to: The instruction AND AH,11110111 is equivalent to: Please choose only one answer: Sub AH, 8,if 4th bit of AH is set Sub AH, 8,if 4th bit of AH is cleared Sub AH, 4,if 4th bit of AH is set Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: instruction AND AH Permalink: http://www.quizover.com/pdf/instruction-and-ah
  • 38. • • • (38) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.32. Question: The assembly directive is a command to: The assembly directive is a command to: Please choose only one answer: The Assembler program The Microprocessor both (a) and (b) are correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is assembly directive? Permalink: http://www.quizover.com/pdf/what-is-assembly-directive
  • 39. • • • (39) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.33. Question: The limitation on The maximum memory space addressable by 8086 proc... The limitation on The maximum memory space addressable by 8086 processor because: Please choose only one answer: It has only 14 registers The register size was 16 bits The address bus width was 20 bits Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Why the limitation on The maximum memory space by 8086 processor? Permalink: http://www.quizover.com/pdf/why-the-limitation-on-the-maximum-memory-space-by-8086-processor
  • 40. • • • (40) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.34. Question: Who generates PSP for .COM programs: Who generates PSP for .COM programs: Please choose only one answer: DOS generates PSP automatically preceding a COM program in the memory The program itself DOS load it from the disk Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Who generates PSP for .COM programs? Permalink: http://www.quizover.com/pdf/who-generates-psp-for-com-programs
  • 41. • • (41) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.35. Question: The result of logical operation: 1 XOR 1 The result of logical operation: 1 XOR 1 Please choose only one answer: logic 0 logic 1 Author: Yasser Ibrahim Check the answer of this question online on QuizOver.com: Question: logical operator XOR Permalink: http://www.quizover.com/pdf/logical-operator-xor
  • 42. • • • (42) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.36. Question: The processor compute the address of the next instruction using The processor compute the address of the next instruction using Please choose only one answer: CS:IP DS:IP CS:SP Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: How the processor compute the address of the next instruction? Permalink: http://www.quizover.com/pdf/how-the-processor-compute-the-address-of-the-next-instruction
  • 43. • • • (43) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.37. Question: You want to initialize the IP register with the value 2000: You want to initialize the IP register with the value 2000: Please choose only one answer: Mov IP,2000 Jmp 2000 You can’t change IP register Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: how to initialize the IP register? Permalink: http://www.quizover.com/pdf/how-to-initialize-the-ip-register
  • 44. • • • (44) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.38. Question: What is the value of AX register after the following instruction, a... What is the value of AX register after the following instruction, assume Mark stored at offset 1000 Mark DW 123 Mov AX,Mark Please choose only one answer: 1000 123 Unknown Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: AX register in assembly Permalink: http://www.quizover.com/pdf/ax-register-in-assembly
  • 45. • • • (45) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.39. Question: The max size of .COM program: The max size of .COM program: Please choose only one answer: Any size 1 paragraph (16 bytes) 1 segment (64k bytes) Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: max size of .COM program Permalink: http://www.quizover.com/pdf/max-size-of-com-program
  • 46. • • • (46) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.40. Question: how many bits in one double word? how many bits in one double word? Please choose only one answer: 8 bits 16 bits 32 bits Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: bits in double word Permalink: http://www.quizover.com/pdf/bits-in-double-word
  • 47. • • • (47) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.41. Question: You know that the data segment base address = 1234, so :how to init... You know that the data segment base address = 1234, so :how to initialize DS register? Please choose only one answer: Mov DS,1234 Mov AX,1234,Mov DS,AX both (a) and (b) are correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: how to initialize DS register? Permalink: http://www.quizover.com/pdf/how-to-initialize-ds-register
  • 48. • • (48) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.42. Question: The result of logical operation: 0 OR 0 The result of logical operation: 0 OR 0 Please choose only one answer: logic 0 logic 1 Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: logical operator OR in assembly Permalink: http://www.quizover.com/pdf/logical-operator-or-in-assembly
  • 49. • • • (49) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.43. Question: The assembly directive is a command to: The assembly directive is a command to: Please choose only one answer: The Assembler program The Microprocessor both (a) and (b) are correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: The assembly directive Permalink: http://www.quizover.com/pdf/the-assembly-directive
  • 50. • • • (50) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.44. Question: The mapping between the physical address and logical address (Segme... The mapping between the physical address and logical address (Segment:Offset) is: Please choose only one answer: One to one relation One to many relation No relation Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is the mapping between physical address and logical address? Permalink: http://www.quizover.com/pdf/what-is-the-mapping-between-physical-address-and-logical-address
  • 51. • • • (51) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.45. Question: You want to set only odd numbered bits in AX register, so what is t... You want to set only odd numbered bits in AX register, so what is the proper instruction: Please choose only one answer: Mov AX,5555h OR AX,5555h AND AX,5555h Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: How to set only odd numbered bits in AX register? Permalink: http://www.quizover.com/pdf/how-to-set-only-odd-numbered-bits-in-ax-register
  • 52. • • • (52) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.46. Question: How many bytes in one word How many bytes in one word Please choose only one answer: 1 byte 2 byte 4 byte Author: Yasser Ibrahim Check the answer of this question online on QuizOver.com: Question: How many bytes in one word? Permalink: http://www.quizover.com/pdf/how-many-bytes-in-one-word
  • 53. • • • (53) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.47. Question: What is the value of Zero (Z) flag after the instruction: SUB AX,AX What is the value of Zero (Z) flag after the instruction: SUB AX,AX Please choose only one answer: Set Cleared Unknown Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is the value of Zero flag after SUB AX AX Permalink: http://www.quizover.com/pdf/what-is-the-value-of-zero-flag-after-sub-ax-ax
  • 54. • • • (54) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.48. Question: The debug command U The debug command U Please choose only one answer: Retrieve the assembly program instructions from the disk Retrieve the assembly program instructions from the RAM Convert the machine code stored in memory into assembly equivalent Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: debug command U Permalink: http://www.quizover.com/pdf/debug-command-u
  • 55. • • • (55) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.49. Question: Classify the following register(s) SI,DI Classify the following register(s) SI,DI Please choose only one answer: Index registers General purpose registers Segment registers Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Index registers Permalink: http://www.quizover.com/pdf/index-registers
  • 56. • • • (56) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.50. Question: What is the value of over flow (O) flag after the instruction: SUB... What is the value of over flow (O) flag after the instruction: SUB AX,AX Please choose only one answer: Set Cleared Unknown Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is the value of over flow flag after SUB AX AX Permalink: http://www.quizover.com/pdf/what-is-the-value-of-over-flow-flag-after-sub-ax-ax
  • 57. • • • (57) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.51. Question: Compare between PSP and "header block" Compare between PSP and "header block" Please choose only one answer: DOS generates PSP automatically preceding a COM program in the memory DOS stores the "header block" on the disk with the EXE program file both (a) and (b) are correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is the difference between PSP and header block? Permalink: http://www.quizover.com/pdf/what-is-the-difference-between-psp-and-header-block
  • 58. • • • (58) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.52. Question: How many bits in one byte? How many bits in one byte? Please choose only one answer: 8 bits 16 bits 32 bits Author: Yasser Ibrahim Check the answer of this question online on QuizOver.com: Question: How many bits in one byte? Permalink: http://www.quizover.com/pdf/how-many-bits-in-one-byte
  • 59. • • • (59) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.53. Question: Memory segments can start every: Memory segments can start every: Please choose only one answer: 1 paragraph (16 bytes) 1 word (2 bytes) 1 byte Author: Yasser Ibrahim Check the answer of this question online on QuizOver.com: Question: Memory segments Permalink: http://www.quizover.com/pdf/memory-segments
  • 60. • • • (60) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.54. Question: The .COM programs in RAM uses: The .COM programs in RAM uses: Please choose only one answer: 1 segment 4 different segments (code, data, stack, and extra) More than 4 Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: How many segments .COM programs in RAM use? Permalink: http://www.quizover.com/pdf/how-many-segments-com-programs-in-ram-use
  • 61. • • • (61) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.55. Question: What is the value of AX register after executing, MOV AX,456h,CMP... What is the value of AX register after executing, MOV AX,456h,CMP AX,456h Please choose only one answer: 456h Zero Unknown Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: AX register Permalink: http://www.quizover.com/pdf/ax-register
  • 62. • • • (62) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.56. Question: What is the length of the 8088’s physical address? What is the length of the 8088’s physical address? Please choose only one answer: 8 bits 16 bits 20 bits Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: length of the 8088 processor physical address Permalink: http://www.quizover.com/pdf/length-of-the-8088-processor-physical-address
  • 63. • • • (63) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.57. Question: You want to move two bytes from address 100 to 200, so what is the ... You want to move two bytes from address 100 to 200, so what is the proper instruction: Please choose only one answer: Mov AX,[100],Mov [200],AX Mov AH,[100],Mov [200],AH Mov [200],[100] Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: How to move bytes from address to another? Permalink: http://www.quizover.com/pdf/how-to-move-bytes-from-address-to-another
  • 64. • • • (64) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.58. Question: The statement AGEDB25 The statement AGEDB25 Please choose only one answer: Instructs the processor to store the value 25 into AX register Instructs the assembler to store the value 25 into RAM, and use AGE as a reference Both correct Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Command DB Permalink: http://www.quizover.com/pdf/command-db
  • 65. • • • (65) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.59. Question: What about the Stack segment in .COM program during execution: What about the Stack segment in .COM program during execution: Please choose only one answer: Must be defined explicitly in the program DOS uses the high area of the COM program for the Stack There is no stack for .COM program during execution Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: Stack segment in .COM program Permalink: http://www.quizover.com/pdf/stack-segment-in-com-program
  • 66. • • • (66) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.60. Question: The ROM BIOS contains: The ROM BIOS contains: Please choose only one answer: MS-Dos operating system MS-Windows operating system Basic input ; output system routines Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What does ROM BIOS contain? Permalink: http://www.quizover.com/pdf/what-does-rom-bios-contain
  • 67. • • • (67) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.61. Question: The function service number (4Ch) in interrupt (INT 21h): The function service number (4Ch) in interrupt (INT 21h): Please choose only one answer: TSR terminate and stay resident Abnormal program Termination Normal program Termination Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: function service number (4Ch) Permalink: http://www.quizover.com/pdf/function-service-number-4ch
  • 68. • • • (68) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.62. Question: The maximum memory space addressable by a processor is proportional... The maximum memory space addressable by a processor is proportional to: Please choose only one answer: Register size Address bus width Number of registers Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is maximum memory proportional to? Permalink: http://www.quizover.com/pdf/what-is-maximum-memory-proportional-to
  • 69. • • • (69) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.63. Question: You want to complement only odd numbered bits in AX register, so wh... You want to complement only odd numbered bits in AX register, so what is the proper instruction: Please choose only one answer: Test AX,5555h AND AX,5555h XOR AX,5555h Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: how to complement only odd numbered bits in AX register? Permalink: http://www.quizover.com/pdf/how-to-complement-only-odd-numbered-bits-in-ax-register
  • 70. • • • (70) Powered by QuizOver.com - http://www.quizover.com QuizOver.com is the leading online quiz & exam creator Copyright (c) 2009-2014 all rights reserved 4.1.64. Question: The Debug program is a small MS-DOS utility and is usually useful in: The Debug program is a small MS-DOS utility and is usually useful in: Please choose only one answer: Writing sophisticated applications and systems Memory and disk management Testing and fixing programs Author: JavaChamp Team Check the answer of this question online on QuizOver.com: Question: What is a debug program? Permalink: http://www.quizover.com/pdf/what-is-a-debug-program