Introduction to computing: Difference between revisions
From Applied Science
(Created page with "The chapter order in here is similar to that of lectures given in a first semester of introduction to computing. In the first lectures the teaches describes the basic architecture of a computer, the fundamentals of input and output, without worrying about any technical specification such as clock, bits or memory amount. At this stage the focus is on understanding how the computer's logic functions by using a high level programming language. The low level and the algebra...") |
No edit summary Tag: wikieditor |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
# [[About introduction to computing]] | |||
# [[Pseudocode]] | |||
# [[Introduction to C]] | |||
# [[Tracking algorithms with pencil and paper]] | |||
# [[Conditional structures]] | |||
## [[if else]] | |||
## [[conditional operator]] | |||
## [[switch case]] | |||
# [[Loops and repetition]] | |||
# [[Arrays and matrices]] | |||
# [[Struct data ype]] | |||
# '''Functions''' | |||
## [[Introduction to functions]] | |||
## [[Functions, arrays and matrices]] | |||
## [[Functions that return a struct]] | |||
## [[Introduction to pointers]] | |||
## [[Functions, structs and pointers]] | |||
## [[Introduction to recursive functions]] | |||
## [[Pointer arithmetic]] | |||
# [[Search and sort]] | |||
# [[Dynamic memory allocation]] | |||
# [[Random numbers]] | |||
# [[Characters and strings]] | |||
# [[Programming practices]] | |||
# [[Commented exercises]] | |||
I'm using the discussion page at the top of the page to log all the changes. It's better than leaving comments in a per article basis. | |||
Latest revision as of 23:47, 23 January 2025
- About introduction to computing
- Pseudocode
- Introduction to C
- Tracking algorithms with pencil and paper
- Conditional structures
- Loops and repetition
- Arrays and matrices
- Struct data ype
- Functions
- Search and sort
- Dynamic memory allocation
- Random numbers
- Characters and strings
- Programming practices
- Commented exercises
I'm using the discussion page at the top of the page to log all the changes. It's better than leaving comments in a per article basis.