An input device is interfaced with Intel 8085A microprocessor as memory mapped I/O.The address of the device is 2500H.In order to input data from the device to accumulator,the sequence of instruction will be
1 6480there are two candidates p and q in an election.During the campaign,40% of the voters promised to vote for P ,and rest for Q.however, on the day of election 15% of the voter went back on their promise to vote for P and instead voted for Q. 25% of the voters went back on their promise to vote for Q and instead voted for P.suppose,P lost by two votes,then what was the total no. of voters.
1 5260there are two candidates p and q in an election.During the campaign,40% of the voters promised to vote for P ,and rest for Q.however, on the day of election 15% of the voter went back on their promise to vote for P and instead voted for Q. 25% of the voters went back on their promise to vote for Q and instead voted for P.suppose,P lost by two votes,then what was the total no. of voters.
4 19674posted by surbhi just now main() { float a = 5.375; char *p; int i; p=(char*)&a; for(i=0;i<=3;i++) printf("%02x",(unsigned char) p[i]); } how is the output of this program is :: 0000ac40 please let me know y this output has come
2 15284Three solid objects of the same material and of equal mass – a sphere, a cylinder (length = diameter) and a cube – are at 5000C initially. These are dropped in a quenching bath containing a large volume of cooling oil each attaining the bath temperature eventually. The time required for 90% change of temperature is smallest for a) cube b) cylinder c) sphere d) equal for all the three whyyyyyyy???????
3 7365For an ideal black body (A) absorptivity = 1 (B) reflectivity = 1 (C) emissivity = 0 which is true???????
4 10747main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
1 8240two independent random variables x and y are uniformly distributed in the interval [-1,1].the probability that max[x,y] is less than 1/2 is a) 3/4 b)9/16 c)1/4 d)2/3
3 10513in 4 pole lap wound dc motor one brush is disconnected then what result in new voltage if its voltage is v volts power is p watts current is i amp
1 3655For fixed primary voltage how does secondary terminal voltage of a transformer change if the pf of inductive load is raised from 0.7 to 0.9 with load current remaining fixed ?
1 5208suppose a processor does not have any stack pointer register which of the following statements is true? a)it cannot have subroutine call instructions b)it cannot have subroutine call instruction but no nested subroutine calls c)nested subroutine calls are possible, but interrupts are not d)all sequences of subroutine calls and also subroutines are possible
1 9865in india are trains run by DC or AC? if DC , from where it receives negative potential? because pentograph receives singe potential only?
2 5066Post New GATE Interview Questions
Implement the dictionary operations INSERT, DELETE, and SEARCH using singly linked, circular lists. What are the running times of your procedures?
how do you usually solve problems?
very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5
How to export the tests from selenium ide to selenium rc in different languages?
What do you understand by sulphur print ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is windbg used for?
Explain Creepage Distance of Insulator
How do you jump to the last slide in powerpoint?
What is %type in pl sql?
Under what circumstances do page faults occur? Describe the actions taken by the operating system when a page fault occurs?
What are Subscribers and Publishers in MQTT?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is the full form of wcb in astm?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.