Recent content by Simon Clement

  1. Simon Clement

    Why Must an Incandescent Bulb Filament Have a Low Evaporation Rate?

    Thank you very much. I get it better now.
  2. Simon Clement

    Why Must an Incandescent Bulb Filament Have a Low Evaporation Rate?

    Temperature at thinner points would be higher than less thinner points as the have higher resistance. Since filament is tungsten, I don't think the temperature would be high enough to melt the filament even with the increased temperature. I would say life of the bulb would decrease.
  3. Simon Clement

    Why Must an Incandescent Bulb Filament Have a Low Evaporation Rate?

    Nothing coming to my mind. Except that the luminous Flux won't be same along the filament. But even if that's true, I'm guessing we won't be able to observe that variation.
  4. Simon Clement

    Why Must an Incandescent Bulb Filament Have a Low Evaporation Rate?

    Ooh OK. So the bulb gets dimmer due to increased resistance and due to the to the evaporated black particles of the filament.
  5. Simon Clement

    Why Must an Incandescent Bulb Filament Have a Low Evaporation Rate?

    They would fall off from the metal. Most likely landing on the soft glass of the bulb
  6. Simon Clement

    Why Must an Incandescent Bulb Filament Have a Low Evaporation Rate?

    Resistance would increase and thus power consumed by bulb decreases. Bulb gets dimmer.
  7. Simon Clement

    Why Must an Incandescent Bulb Filament Have a Low Evaporation Rate?

    Hello here Why is it necessary that the filament of an Incandescent bulb to have low evaporation rate below melting point?
  8. Simon Clement

    Spacing between Electrical Sockets

    Ooh yeah, sorry guys, I meant to write maximum. Thanks for the correction. So is there any such rule in the UK (like the NEC210.52 for America), that talks about spacing between sockets ? Also please what is the book that talks about wiring regulations, british standard ?
  9. Simon Clement

    Spacing between Electrical Sockets

    Hello here, Please, what is the minimum spacing between sockets is based on the BSI standard or any other standard being used in the UK. I was wondering maybe there is such specification just like in the NEC which required 12 feet between sockets. Also please, is there any major difference...
  10. Simon Clement

    Engineering What Are the Best Books for Learning Circuit Analysis?

    I recently just completed a course all about linear circuits too. Unfortunately I couldn't get a good textbook either. The best I got was "Fundamentals of Electric Circuits" by Charles K. Alexander and Matthew N.O. Sadiku. Hope you'll find it more useful than I did.
  11. Simon Clement

    How about: How can I take in integers in C without using scanf?

    Hello So please I'm quite new at C programming. I've been using scanf a lot in my codes but I also encounter some problems with it and I have been told to try and avoid using scanf. Now I'm learning getc function, but don't quite get it fully. I've surfed the net and all I see are very basic...
  12. Simon Clement

    C programming, where did I get it wrong please

    Thank you very much Mark44. The mistake was in the conversion specifier I was using to call my iTransAmount, like you mentioned. I have replaced the %f in the scanf functions with %d and everything works fine now. Really grateful. I have also taken note of your comment on the last 'else'...
  13. Simon Clement

    C programming, where did I get it wrong please

    Sorry, but w/"code" tags, not clear on that. But I have copied the code directly now. Please be free to comment on any other aspect of the code presented below. Mod note: Added code tags to the code below. /*Simple Banking System*/ # include <stdio.h> int main () { int iSelection; int...
Back
Top