1.
What are the events generated by the Node objects called?

3.
What is the function used to remove all handlers for name events?

4.
Which function is a synonym for on()?

5.
Which of the following is an event emitter?

6.
When do uncaught exceptions generate events?

7.
Which among the following POSIX signals generate events?

8.
What is the method used to pause “data” events?

9.
When the “end” event fires on EOF when no more data will arrive, which function is called?

10.
What will be the return value of the write() method when the Node cannot write the data immediately and has to buffer it internally?