internship.pptx
- Количество слайдов: 11
Suleyman Demirel University Internship Student: Nazgum Abdussaitova Almaty 2013
About First Bit • First BIT is the largest 1 C franchisee, offering the widest network of offices in Russia. A fifth of all projects officially registered on the 1 C company website are completed by us and we have implemented more customized 1 C: Enterprise solutions than any other provider.
Mission • To boost efficiency and ensure the success of your business through information technology.
Goals • To help our customers grow successful businesses through the development and deployment of tailor-made software solutions designed to boost efficiency. • To help our customers focus on their business needs and achieve their potential. • To use our energy, resources and 14 years of experience to build highly productive partnerships with our customers to increase performance and maximize profits for them and ourselves. • First BIT comprises of a team of highly-committed IT experts. We enjoy what we do, and we won’t settle for anything less than the best. (www. 1 bit. com)
Main Activities • Comprehensive Automation ▫ ▫ ▫ • • Financial Management Manufacturing Automation HR Consulting and Payroll Logistics and Warehousing Trade, Catering and Services Integration and Data Exchange Software Consultancy Software Training Support and Maintenance
About 1 C • Founded in 1991 1 C operates in the area of development, distribution, publishing and support of mass-market software. • 1 C is focused on three mainstream business directions: business software, multimedia software and distribution.
What is 1 C Programming? • Built-in programming language 1 C: Enterprise - a programming language that is used in the family program "1 C: Enterprise". This language is a precompiled object-oriented high-level language. • The execution environment of the language is the software platform "1 C: Enterprise". Visual development environment ("configurator") is an integral part of the software package "1 C: Enterprise".
Syntax of Procedure in 1 C • Процедура Ваше. Имя. Процедуры(Параметр1, Параметр2, . . . , Параметр. N ) // Процедура с параметрами //. . . операторы программы. . Конец. Процедуры Процедура Ваше. Имя. Процедуры2( ) // Процедура без параметров //. . . операторы программы. . Конец. Процедуры
Syntax of Function in 1 C • Функция Ваше. Имя. Функции(Параметр1, Параметр2, . . . , Парамет р. N ) // Функция с параметрами //. . . операторы программы. . Возврат ""; // в данном случае функция возвращает пустую строку Конец. Функции Функция Ваше. Имя. Функции 2( ) // Функция без параметров //. . . операторы программы. . Возврат перем 1; // в данном случае функция возвращает значение некой переменной Перем 1 Конец. Функции
• To customize the program according to the needs of a particular organization, you need programming knowledge 1 C. Knowledge in this area allow you to make changes to the software solutions so that users can use them effectively. The experience and skills give the ability to customize the database and update the system. Skills will help IT department to maintain the system in working order.
internship.pptx