Answer: ORG $3000 tell us that we want to load the program from the address $3000.
LDAA #$C2 tell us to load the value contained in the address present in the register C2 into the accumulator.
Explanation:
ORG instruction in microprocessor does not have a fixed address. It tell us where to begin the execution of the program by loading into a starting address space. It does not uses fixed addressing
LDAA instruction uses indirect addressing by placing the value from the address present in the register. Here the address is contained in register C2.
Answer:
D. BGP
Explanation:
In order to exchange routing information with another AS (Autonomous Systems) only, exterior routers use an exterior routing protocol, like BGP (Border Gateway Protocol) or EGP (Exterior Routing Protocol).
BGP is an application-layer protocol in the TCP/IP suite, that uses a well-known TCP port (179) in order to deliver information reliably.
It is important to note that in order to exchange routing data within his own AS, the router uses an interior routing protocol, like OSPF.
Answer:
num
Explanation:
In java reserved words are also known as keywords, keywords are reserve words for a language that can't be used as an identifier(name of a class, name of a variable, name of an array etc.) int, public static, are reserve words.
In given question num is not a reserved word.
Answer:
The answer is "Option D".
Explanation:
Web service is also known as an online open software product, which uses a common XML messaging service system. It is used service like HTTP, SOAP, etc, that encrypts messages from all web services.
- It uses the internet, that enables you the interface or application for the user interaction or exchanging data.
- It will turn the software into web apps.