CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2002
    Location
    Makati City, Philippines
    Posts
    1,054

    What’s Applied Physics is doing in computers?

    One of my kids took Applied Physics (AP) in college. Ok, so she wants to be an “Einstein” – that’s what I thought. She often makes her college notes available to us (parents). As expected, I saw notes on forces, space-time, Inertia, and other Physics’ terminologies.

    Lately I saw some notes on processor programming, terms such logic gates, asynchronous CPUs, ALUs, and lots of machine language programming notes – all relating to studies of computers.

    What AP is doing in studies of microprocessors or computers? I thought these are all the sole domain of Computer Science or Computer Engineering.

    I don’t think she has changed her college course.
    Marketing our skills - please participate in the survey and share your insights
    -

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: What’s Applied Physics is doing in computers?

    I don't know specifically, but, the transistor sizes on IC's are getting small enough that traditional electronic analysis isn't enough to describe the characteristics of the transistors.

    Viggy

  3. #3
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: What’s Applied Physics is doing in computers?

    They don't need to be related. It's just part of a broader education. I studied Computer Science at the university, so most classes were about computer stuff, but we also had things like quantum mechanics, chemistry, applied physics and so on.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  4. #4
    Join Date
    Feb 2002
    Location
    Makati City, Philippines
    Posts
    1,054

    Re: What’s Applied Physics is doing in computers?

    Quote Originally Posted by MrViggy View Post
    I don't know specifically, but, the transistor sizes on IC's are getting small enough that traditional electronic analysis isn't enough to describe the characteristics of the transistors.

    Viggy
    Seems similar to Newtonian physics -- that can be used for interplanetary computations but not accurate enough for intergalactic computations?

    Quote Originally Posted by Marc G View Post
    They don't need to be related. It's just part of a broader education. I studied Computer Science at the university, so most classes were about computer stuff, but we also had things like quantum mechanics, chemistry, applied physics and so on.
    Ok, so it's like when I was in college I studied social sciences - but I also have intermediate mathematics as one of my subjects.

    Thanks all,
    Marketing our skills - please participate in the survey and share your insights
    -

  5. #5
    Join Date
    Sep 2007
    Posts
    62

    Re: What’s Applied Physics is doing in computers?

    In some places they also teach Quantum Computation in the later years :

    David Mermin's Quantum Computation Course

    John Preskill's Quantum Computation Course

  6. #6
    Join Date
    Dec 2007
    Posts
    16

    Re: What’s Applied Physics is doing in computers?

    Quote Originally Posted by aio View Post
    Ok, so it's like when I was in college I studied social sciences - but I also have intermediate mathematics as one of my subjects.

    Thanks all,
    math is necessary in computer science sometimes you need more math than computer
    have a look at scientific article you need to know more math than IT(especuially in electericla and hardware engineering as well as artificial intelligensce)
    making up a database IDS by neural networks article, I need to know more math for blasting my prospective professors
    I hope they publish my work unless i have to put it at codeguru

  7. #7
    Join Date
    Dec 2007
    Posts
    16

    Re: What’s Applied Physics is doing in computers?

    Quote Originally Posted by aio View Post
    One of my kids took Applied Physics (AP) in college. Ok, so she wants to be an “Einstein” – that’s what I thought. She often makes her college notes available to us (parents). As expected, I saw notes on forces, space-time, Inertia, and other Physics’ terminologies.

    Lately I saw some notes on processor programming, terms such logic gates, asynchronous CPUs, ALUs, and lots of machine language programming notes – all relating to studies of computers.

    What AP is doing in studies of microprocessors or computers? I thought these are all the sole domain of Computer Science or Computer Engineering.

    I don’t think she has changed her college course.
    one of the applications of physics in computer sciense is Particle swarm optimization (PSO)
    even though there are some binary optimization geomagnetic search algorithm

  8. #8
    Join Date
    May 2009
    Posts
    23

    Cool Re: What’s Applied Physics is doing in computers?

    Quote Originally Posted by SonOfMyMom View Post
    math is necessary in computer science sometimes you need more math than computer
    have a look at scientific article you need to know more math than IT(especuially in electericla and hardware engineering as well as artificial intelligensce)
    making up a database IDS by neural networks article, I need to know more math for blasting my prospective professors
    I hope they publish my work unless i have to put it at codeguru
    Math is more than necessary. Do you realize how many mathematicians invented the best algorithm in computer science? it is more than ppl who are pure than computer science

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured