Похожие презентации:
Algorithms and Programming
1. Algorithms and Programming 1
AY 2023-202401TBYPT
2. Lecturers
Luca ArditoDip. Automatica e Informatica
[email protected]
Jaloliddin Yusupov
TTPU
3. Goal
Capability to solve simple programmingcases
Using C language
4. Context
All studentsCS: very basic, Python
IT students
AP1: C language
AP2: Algorithms and data structures,
complexity (time + space)
OOP: Oop, Java
5. C language
Future examsOperating systems
Computer architecture
Invented by Kernigan Richie, 1960, to
develop the UNIX operating system
6. C Language
Operating systemsEmbedded systems
Automotive
Factory automation
Medical systems
7. Java
Web serversWeb applications
Smartphone applications
8. References
Hanly, Koffmann, Problem solving andProgram design in C, 8th edition
Also slides
See polito.it page for the course
9. Exam
Write a C program - simple (15 points)Write a C program – very simple (5 points)
5 questions about C programs ( 5*2
points)
At PC only
Possibly Eclipse IDE
10. You should
Study the bookWrite and run all C examples on your
PC
Do all exercices on book
Become familiar with Eclipse (or other
IDEs, IntelliJ, Codeblocks, VisualStudio
)