Searching for "he"

Q:

Pointing to a man on the stage, Rita said, "He is the brother of the daughter of the wife of my husband." How is the man on the stage related to Rita ? 

A) Son B) Husband
C) Nephew D) Brother-in-law
 
Answer & Explanation Answer: A) Son

Explanation:

Wife of husband — Herself; Brother of daughter — Son. So, the man is Rita's son. 

Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

What are the static and dynamic hazards in logic circuits?

Answer

If for a short period of time circuits goes to some different logic level then it is spposed to have then it is called static hazard. e.g., If the final logic value of output of given circuit becomes one vent if if is supposed to be zero then it is called static-0 Hazard and vice versa. Dynamic Hazard is the one in which the circuit output goes to some other logic level more than once then finally settling down to some appropriate level.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

what is the interrupt?

Answer

interrupt is a signal send by external device to the processor so as to request the processor to perform a particular work.


A signal informing a program that an events has occurred. when a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What is cache memory?

Answer

Cache momory is a small high-speed memory. it is used for temporary storage of data & information between the main memory and the CPU(center processing unit). The cache memory is only in RAM.


Cache memory is random access memory (RAM) that a computer microprocessor can access more quickly than it can access regular RAM. AS the microprocessor processes data, it looks in the cache memory and if it finds the data there.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What are the blocking and non-blocking assignments in Verilog and which is preferred in Sequential Circutis?

Answer

A blocking assignment is one in which the statements are executed sequentially, i.e., first statement is executed and variable is assigned  a value then second is executed and so on. A non blocking assignment is  one in which statements occurs conturrently, only non blocking assignments should be used in sequential circuit.


 


e.g.


initial


begin


a=b; //blocking


c<=a; //nonblocking


d=c; // blocking


end


 


In this example firstly the value of b is assigned to a and this value is assigned to c only after execution of first statement. the second and the third statements are executed simultaneously, i.e. value a ais assigned to c and previous value if c is assigned to d.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

what are the various flags used in 8085?

Answer

Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

In 8085 name the 16 bit registers?

Answer

Stack pointer and Program counter all have 16 bits.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

The car dealer found that there was a tremendous response for the new XYZ's car-booking with long queues of people complaining about the duration of business hours and arrangements.

 

Courses of Action: 

 I. People should make their arrangement of lunch and snacks while going for car XYZ's booking and be ready to spend several hours.

II. Arrangement should be made for more booking desks and increased business hours to serve more people in less time.

A) Only I follows B) Only II follows
C) Neither I nor II follows D) Both I and II follow
 
Answer & Explanation Answer: B) Only II follows

Explanation:

Seeing the tremendous response, the dealer must make suitable arrangements and deploy more personnel to take care of customers so that they don't have to wait excessively long for booking. So, only course II follows.

Report Error

View Answer Report Error Discuss