- 1
I’m trying to create a new Os and computer network
What do I need to learn first
6 Respuestas
+ 1
C as most OS are made with it, then C++ as computer apps are made of it, if you need help for learning these languages, you may follow me and I will give courses when you want
+ 2
Common sense.
+ 2
You need to learn how actually computer works. "Computer Science"
You need to understand architecture of computer. How computer process, store and retrieve data. And much more
I don't know from where you can learn.
I guess someone else can tell you that.
After that you can move to coding. But you can also learn coding first.
https://www.sololearn.com/discuss/2470396/?ref=app
+ 1
Martin Taylor
Thanks!
I'm learning these things in university but I was also finding a free source to learn that.
I have found many online courses. Cs50 is one of them. But I think it is more programming related then computer science.
"Computer Science: An Overview" Book by J. Glenn Brookshear
I'm reading this book right now. I wonder if it will provide me the knowledge which I'm looking for
0
true
0
Runtime Terror
Martin Taylor
What do you think from where we can learn working of computer. Like from scratch. Where they will teach everything from ground.
How computers store bits. what is bit and byte. How text is represented. How program load and execute. How storage medium works. Everything which will help you to understand computers.