Article on Numbers and Computers

AI Thread Summary
The discussion highlights the significance of understanding number formats and bases in computing, referencing an informative article on data representation in programming. It emphasizes the importance of these concepts for effective coding and problem-solving. Additionally, Project Euler is recommended as a valuable resource for applying mathematical concepts through coding challenges, specifically noting that C++ is sufficient for participation, without the need for more complex tools like Matlab.
Messages
15,438
Reaction score
10,137
An interesting reference article on number formats and bases used in computing:

http://www3.ntu.edu.sg/home/ehchua/programming/java/DataRepresentation.html
 
  • Like
Likes Borg, BvU and Aufbauwerk 2045
Computer science news on Phys.org
Cool! And talking about Numbers and Computers, I'll recommend you Project Euler (: projecteuler.net/), in which you have to answer mathematical questions with the help of coding (c++ is more than enough, no need of Matlab).
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top