introduction course

introduction

1 MONTH

35000 AMD /

25000 AMD

03/12/2020

099 311 356

Duration | 1 MONTH

Fee |

35000 AMD /

25000 AMD

Starts at | 03/12/2020

Phone | 099 311 356

Program

Intro to languages and OS
Intro to Shell (Scripting)
Into to programming
HTML & CSS
Intro to OOP
Intro to Javascript
Conclusion

Effort

Attending the lessons 2 times per week

Prerequisites

16 տարեկան և բարձր տարիքի անձ ' պայմանագիր կնքելու համար

Additional Discounts

- The war participants
- In case of taking the full package of Introduction and Basic courses

THIS COURSE IS FOR

Students, who already know that they need to learn C+

For this type of students only stressed out lessons are mandatory to attend but they are also mandated to do all the exercises of those lessons.

Students, who want to understand what IT sphere is, what kind of jobs and languages it consists of, which one is for what, etc...

For this type of students all lessons are mandatory to attend but exercises are not.

THE PROCESS

The course introduces what kind of languages there are in IT sphere, what they are for, where they are being used, what operating systems (OS) and user interfaces there are, etc…

After that the course goes a little bit deeper by introducing the Shell as a command-line user interface and as a scripting language.

Then, the concepts of the internet are introduced – what kind of languages and technologies are used in it and their superficial use, i.e. we create our first web pages by the use HTML, CSS, and JavaScript. Here we start to write our first programs in C++ too to prepare students for “C++ Basics” course.

The course is concluded by a few “Hello World!” programs also in languages that are not included in the course. 

Նպատակներ

Այս դասընթացում դուք կսովորեք՝

• Basic hardware and software concepts
• What is an Operating System (OS)
• User Interfaces: GUI & CLI
• What is a virtual computer
• The types of programming languages
• Where each type of programming language is used
• Directory Structure
• Basic Shell Commands
• How does the internet operate: domains, hostings, URLs, protocols, ports, servers, etc

• What is the front-end and back-end
• What is a markup language
• What is a page style
• The most used front-end language
• To write simple computer programs in C++
• How to write simple input and output statements
• How to use fundamental types
• Basic computer memory concepts
• How to use arithmetic operators
• The precedence of arithmetic operators

You will learn how to write simple decision-making statements

• What the classes, objects, member functions and data members are
• How to define a class and use it to create an object
• How to define member functions in a class to implement the class’s behaviors
• How to declare data members in a class to implement the class’s attributes
• How to call a member function of an object to make that member function perform its task
• The differences between data members of a class and local variables of a function
• How to use a constructor to ensure that an object’s data is initialized when the object is created
• How to engineer a class to separate its interface from its implementation and encourage reuse