Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. registers question

registers question

Scheduled Pinned Locked Moved The Lounge
questionasp-nettutoriallounge
41 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • OriginalGriffO OriginalGriff

    Richard MacCutchan wrote:

    Not everyone understands how a multi-tasking operating system anything related to a computer works. Certainly plenty of "developers" in Q&A would seem not to

    FTFY!

    Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #18

    :laugh: Well, I didn't want to say that.

    OriginalGriffO 1 Reply Last reply
    0
    • L Lost User

      harold aptroot wrote:

      it should be immediately obvious

      Yes, but only if you have an undestanding of how an OS works, which is not always obvious to students, and others who are learning.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #19

      No. I'm not saying it should be obvious how a multi tasking OS works. I'm saying that it should be obvious that if you disprove a theory, that means it's wrong.

      OriginalGriffO 1 Reply Last reply
      0
      • E EbolaHost

        Suppose we run two programs on a single-core processor First sets the EIP pointer to 2 (example)and the second one sets it to 1 How does the first program know it will continue from adress 2 and not 1 ? Thank you very much (random fact: Pink Floyd's wish you were here was written not for someone who died ,but for an ex member who went insane)

        J Offline
        J Offline
        Jeremy Falcon
        wrote on last edited by
        #20

        Just to add to the context switching answer... The thing to remember is the CPU can only do one thing at once... just really really fast. Running two apps at once or two threads in an app at once is simply a software construct in things like the Windows subsystem. Hardware doesn't care.

        Jeremy Falcon

        P OriginalGriffO 2 Replies Last reply
        0
        • L Lost User

          :laugh: Well, I didn't want to say that.

          OriginalGriffO Offline
          OriginalGriffO Offline
          OriginalGriff
          wrote on last edited by
          #21

          :sigh: And I wish it wasn't true...

          Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

          1 Reply Last reply
          0
          • L Lost User

            No. I'm not saying it should be obvious how a multi tasking OS works. I'm saying that it should be obvious that if you disprove a theory, that means it's wrong.

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #22

            Only if you think scientifically. "Intelligent Design" has it's adherents, despite being a load of old cobblers...

            Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            1 Reply Last reply
            0
            • J Jeremy Falcon

              Just to add to the context switching answer... The thing to remember is the CPU can only do one thing at once... just really really fast. Running two apps at once or two threads in an app at once is simply a software construct in things like the Windows subsystem. Hardware doesn't care.

              Jeremy Falcon

              OriginalGriffO Offline
              OriginalGriffO Offline
              OriginalGriff
              wrote on last edited by
              #23

              Jeremy Falcon wrote:

              The thing to remember is the CPU can only do one thing at once...

              Erm...not quite. Each core is an "independent" processor which is part of the CPU - and two or more cores can be doing different things at the same time.

              Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
              "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

              H J R 3 Replies Last reply
              0
              • J Jeremy Falcon

                Just to add to the context switching answer... The thing to remember is the CPU can only do one thing at once... just really really fast. Running two apps at once or two threads in an app at once is simply a software construct in things like the Windows subsystem. Hardware doesn't care.

                Jeremy Falcon

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #24

                What are you doing here? Shouldn't you be off doing something like, well... emoting?

                J 1 Reply Last reply
                0
                • OriginalGriffO OriginalGriff

                  Jeremy Falcon wrote:

                  The thing to remember is the CPU can only do one thing at once...

                  Erm...not quite. Each core is an "independent" processor which is part of the CPU - and two or more cores can be doing different things at the same time.

                  Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

                  H Offline
                  H Offline
                  H Brydon
                  wrote on last edited by
                  #25

                  OriginalGriff wrote:

                  Erm...not quite. Each core is an "independent" processor which is part of the CPU - and two or more cores can be doing different things at the same time.

                  OP asked in the context of a machine with one [single core?] CPU. ... not that we should be discussing this kind of thing in the Lounge.

                  I'm retired. There's a nap for that... - Harvey

                  J 1 Reply Last reply
                  0
                  • OriginalGriffO OriginalGriff

                    Jeremy Falcon wrote:

                    The thing to remember is the CPU can only do one thing at once...

                    Erm...not quite. Each core is an "independent" processor which is part of the CPU - and two or more cores can be doing different things at the same time.

                    Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

                    J Offline
                    J Offline
                    Jeremy Falcon
                    wrote on last edited by
                    #26

                    He was talking about a single core CPU.

                    Jeremy Falcon

                    1 Reply Last reply
                    0
                    • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                      You are in the wrong place! We sold all our EIP's for food...

                      I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

                      E Offline
                      E Offline
                      Eric Goedhart
                      wrote on last edited by
                      #27

                      Bacon to be more precise :-D

                      With friendly greetings,:) Eric Goedhart

                      1 Reply Last reply
                      0
                      • P Pete OHanlon

                        What are you doing here? Shouldn't you be off doing something like, well... emoting?

                        J Offline
                        J Offline
                        Jeremy Falcon
                        wrote on last edited by
                        #28

                        Still a programmer by day, not forever, but for now.

                        Jeremy Falcon

                        1 Reply Last reply
                        0
                        • H H Brydon

                          OriginalGriff wrote:

                          Erm...not quite. Each core is an "independent" processor which is part of the CPU - and two or more cores can be doing different things at the same time.

                          OP asked in the context of a machine with one [single core?] CPU. ... not that we should be discussing this kind of thing in the Lounge.

                          I'm retired. There's a nap for that... - Harvey

                          J Offline
                          J Offline
                          Jeremy Falcon
                          wrote on last edited by
                          #29

                          H.Brydon wrote:

                          ... not that we should be discussing this kind of thing in the Lounge.

                          Seeing that I have't been on CP in like, a decade, what happened to stuff like voting on posts?

                          Jeremy Falcon

                          P 1 Reply Last reply
                          0
                          • L Lost User

                            harold aptroot wrote:

                            So why is this even a question?

                            Not everyone understands how a multi-tasking operating system works. Certainly plenty of "developers" in Q&A would seem not to.

                            Kornfeld Eliyahu PeterK Offline
                            Kornfeld Eliyahu PeterK Offline
                            Kornfeld Eliyahu Peter
                            wrote on last edited by
                            #30

                            Richard MacCutchan wrote:

                            "developers" in Q&A

                            A rare beast...

                            I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

                            "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

                            1 Reply Last reply
                            0
                            • J Jeremy Falcon

                              H.Brydon wrote:

                              ... not that we should be discussing this kind of thing in the Lounge.

                              Seeing that I have't been on CP in like, a decade, what happened to stuff like voting on posts?

                              Jeremy Falcon

                              P Offline
                              P Offline
                              Pete OHanlon
                              wrote on last edited by
                              #31

                              The voting toy was taken away from the children until they learn how to behave like grownups :D

                              OriginalGriffO N J 3 Replies Last reply
                              0
                              • OriginalGriffO OriginalGriff

                                Jeremy Falcon wrote:

                                The thing to remember is the CPU can only do one thing at once...

                                Erm...not quite. Each core is an "independent" processor which is part of the CPU - and two or more cores can be doing different things at the same time.

                                Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

                                R Offline
                                R Offline
                                Rob Philpott
                                wrote on last edited by
                                #32

                                I think the term CPU is somewhat antiquated, from the days when you did have a central processing unit. Now we have lots of them and they are known as cores. In my mind CPU = Core, although I can see how it might not mean that to other people.

                                Regards, Rob Philpott.

                                H 1 Reply Last reply
                                0
                                • P Pete OHanlon

                                  The voting toy was taken away from the children until they learn how to behave like grownups :D

                                  OriginalGriffO Offline
                                  OriginalGriffO Offline
                                  OriginalGriff
                                  wrote on last edited by
                                  #33

                                  So...it won't be coming back then? :laugh:

                                  Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

                                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                  1 Reply Last reply
                                  0
                                  • P Pete OHanlon

                                    The voting toy was taken away from the children until they learn how to behave like grownups :D

                                    N Offline
                                    N Offline
                                    Nagy Vilmos
                                    wrote on last edited by
                                    #34

                                    There are no grown ups, just us wabbits! ;P

                                    1 Reply Last reply
                                    0
                                    • P Pete OHanlon

                                      The voting toy was taken away from the children until they learn how to behave like grownups :D

                                      J Offline
                                      J Offline
                                      Jeremy Falcon
                                      wrote on last edited by
                                      #35

                                      Ah. Makes sense actually.

                                      Jeremy Falcon

                                      1 Reply Last reply
                                      0
                                      • E EbolaHost

                                        Suppose we run two programs on a single-core processor First sets the EIP pointer to 2 (example)and the second one sets it to 1 How does the first program know it will continue from adress 2 and not 1 ? Thank you very much (random fact: Pink Floyd's wish you were here was written not for someone who died ,but for an ex member who went insane)

                                        M Offline
                                        M Offline
                                        Marc Clifton
                                        wrote on last edited by
                                        #36

                                        EbolaHost wrote:

                                        How does the first program know it will continue from adress 2 and not 1 ?

                                        It doesn't until the quantum state in collapsed by an observer. Marc

                                        1 Reply Last reply
                                        0
                                        • P Pete OHanlon

                                          Random random fact: While recording Wish You Were Here, the same former member wandered into the recording and none of the band recognised him.

                                          E Offline
                                          E Offline
                                          EbolaHost
                                          wrote on last edited by
                                          #37

                                          FALSE One of them did I think it was Waters He asked him what does he think of the album and he replied...well i dont exactly remember but it was something negative !

                                          P 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups