Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marincervinschi/fondamentidiinformaticai
"FUNDAMENTALS OF COMPUTER SCIENCE 1" is an introductory course focusing on the fundamentals of the C programming language. Taught by Professor Costantino Grana from the University of Modena and Reggio Emilia.
https://github.com/marincervinschi/fondamentidiinformaticai
Last synced: 5 days ago
JSON representation
"FUNDAMENTALS OF COMPUTER SCIENCE 1" is an introductory course focusing on the fundamentals of the C programming language. Taught by Professor Costantino Grana from the University of Modena and Reggio Emilia.
- Host: GitHub
- URL: https://github.com/marincervinschi/fondamentidiinformaticai
- Owner: MarinCervinschi
- Created: 2023-06-28T16:52:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T22:13:20.000Z (6 months ago)
- Last Synced: 2024-10-31T15:22:39.935Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 5.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###
# FUNDAMENTALS OF COMPUTER SCIENCE 1
**Author**: Costantino Grana
## Course Overview:
**The C Language:**
- Program Structure: Understanding the organization of C programs through functions.
- Fundamental Types: Introduction to basic data types in the C language.- Variables and Constants: Exploration of variables and constants, fundamental elements in C.
- Compilation Process: Insight into the process of compiling C code.
- Basic Operators: Understanding the fundamental operators used in C programming.
- Control Statements: Introduction to conditional and loop control statements.
- Pointers: An overview of the concept and usage of pointers in C.
- Arrays: Understanding arrays, a crucial data structure in C.
- Structures: Introduction to structuring data using C structures.
- C Standard Library: Exploration of the standard library in C.
*Professor Costantino Grana teaches at the University of Modena and Reggio Emilia (UniMoRe).*
This README.md provides a concise overview of the "Fundamentals of Computer Science 1" course, covering key topics in the C programming language.