Correct Answer: One difference is while using the include page directive, in translation time it is creating two servelts But, while using the include action tag, in translation time it is creating only one servlet
2. How does the browser know to go to a certain IP address When you enter a domain like google.com?
Correct Answer: When we enter a URL such as googlecom then It searches through local DNS cache, if nothing is there, it queries the ISP's DNS server to resolve the URL
3. What are * and? when using them for wildcards in windows?
Correct Answer: In binary representation there are some states that believed to be never occurred due to some particular functionality of a given circuit If zero output is assigned to such states then it is called minimal risk solution as we are resetting the formidable states which could be occurred accidentally Another approach is to assigned a don't care to them so it results in lesser logic and hence is called minimal cost solution
Correct Answer: Micro processor is a program-controlled device, which fetches the instruction from memory, decodes and executes the instructions Most Micro Processor are single-chip devices
Correct Answer: Object Repository means not a collection of objects it's a common repository for all the people (testing, developers) for seeing all the data in single login for example QA wants to see 5 testers works then he goes to each person login and see the data It's very difficult job for this we can use Object Repository
9. What is the logical difference b/w Move A to B and COMPUTE B=A?
Correct Answer: In case of Move A to B it will move whatever the value of A into BIt mean it will move numeric, alphanumeric and alphabatic value In case of COMPUTE B=A it will assign the value of A into B But in case of compute only numeric value will be compute
10. Why the temporary registers W and Z are named so i mean we start from A, B, C, D, E then H and L coz H stands for higher bit and L for lower bit of the address pinted by memory pointer.. but wats W and Z for?