Spiga

System Programmers

Part VI from How To Be Programmer

Programming scientists deal with the science of programming not the specific implementations of it. Do not tie yourself to a specific platform.
1. Follow the first three steps for Desktop Applications Programmers.
2. Take an introductory course in Linear Algebra.
3. Take a course in Calculus.
4. Take a course in Logic and/or Discrete Mathematics.
5. Introduce yourself to different bare operating systems. This can be done by:
o Getting an idea on how operating systems are installed.
o Learning how to install different operating systems on one PC(This is optional but recommended).
o Installing more than one operating system. Do not install any helping packages on the systems, use the bare functionalities provided by the operating systems.
6. Take a course(or alternatively read books) on computer hardware architecture.
7. Develop an understanding of the different computer hardware platforms.
8. Get an introductory familiarization with the assembly language of the hardware platform/operating system of choice (you will later learn the assembly of other platforms/systems)
9. Learn the ANSI C and C++ languages, along with the concepts of procedural programming.
10. Understand and practice C/C++ standard libraries on the platform of choice especially Standard Template Library (STL) and maybe Active Template Library (ATL).
11. Search online resources, books and courses to get an understanding of the C-flavor of your specific platform.
12. Practice creating advanced code with C and C++.
13. Learn more advanced Assembly
14. Take a course in operating systems design
15. Find and read documentations of your specific platform of choice(this will be easier if you choose a Unix-based operating system). Understand the system you will be working with later very well.
16. Practice your acquired knowledge. First create small system utilities. It is usually useful to:
o Trying to recreate small tools that are already there on your system.
o Trying to port utilities available in other operating systems to yours.
17. This is the only place were the first programming language matters. Learn ANSI C first, not C++, not C#, not Java and not D. Then learn C++.
18. Restricting the first language to C and C alone is because systems programming requires that the programmer be familiar with the following concepts:
o Real and full compilation of source code.
o Low level object output files.
o Linking binaries.
o Low level machine-language/assembly programming. The C language is said to be a disguised/easier to learn assembly by some. It also supports inserting assembly language code in code whenever you please and it is only procedural (like assembly).


Computer and Information Scientists, Research in the USA have a Mean Annual Salary of $100,640

Source : Wikihow.com

0 comments:

Related Links

BlogCatalog

free counters