Raspberry Pi_Eng_23.1.1 Significance of Program


Published Book on Amazon


All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2


출판된 한글판 도서


최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상)
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (하)


Original Book Contents


23.1   Overview of Program Basics

 

23.1.1  Significance of Program

 

In the Raspberry Pi system, we were able to do various tasks with the basic commands provided by the system. Also, with a script tool, we could combine several commands and process them all at once, and sometimes we could do it automatically. However, in this method, only the commands or functions provided basically by the system can be used, and besides, there are many restrictions because users can not perform other unique tasks desired by users.

 

So, Raspberry Pi system provides you with the ability to create and execute programs that can handle the desired tasks in order to allow users to freely process various tasks that system commands do not provide. Users can freely define what they want to process and write programs, and programs written once in this way can be executed in the same manner as the system command.