1 00:00:01,240 --> 00:00:06,700 So congratulations on finishing Section 1 and we'll come to our next section. 2 00:00:06,700 --> 00:00:09,440 This is the fundamentals of programming. 3 00:00:09,470 --> 00:00:16,270 The Objective C in this section I will begin be showing you the use of command line programs. 4 00:00:16,270 --> 00:00:22,720 That is where you can develop command line tools that is essentially used for learning purposes for 5 00:00:22,720 --> 00:00:29,110 us we learn different topics such as commenting different parts of the code that are adding notes to 6 00:00:29,110 --> 00:00:36,940 our code as well as writing variables to store different value types and all the way to things such 7 00:00:36,940 --> 00:00:43,090 as contour flows which are things such as if his statements or for loops and then from there on we move 8 00:00:43,090 --> 00:00:49,990 on to collections such as arrays and dictionaries and then we move on to using methods for modular rising 9 00:00:50,020 --> 00:00:55,540 or code and separating the pieces of code into different methods and functions. 10 00:00:55,540 --> 00:01:00,850 By the end of the Course it or so have a lot of assignments that you have to finish for this section 11 00:01:01,120 --> 00:01:06,370 because these are the basic and fundamental part of the programming and you have to get a very good 12 00:01:06,370 --> 00:01:08,870 grasp of them before we can move on. 13 00:01:08,880 --> 00:01:12,040 Be developing more advanced applications. 14 00:01:12,250 --> 00:01:18,880 So with that in mind let's get started with our very first lesson here and that is building a command 15 00:01:18,880 --> 00:01:22,480 line program and understanding what it does for us. 16 00:01:22,480 --> 00:01:28,600 It's a little bit different than doing an application and you will see why we use it in the next lesson.