dzyadukh1
28.11.2020 01:38

Control questions: 1. Basic concepts of EP.
2. What is the digital democracy?
3. Information resources of the state in a network have to be how exactly organized to satisfy needs of citizens?
4. Whether the digital democracy to society and citizens is profitable?
5. Infrastructure "Electronic government".
6. External circuit, internal circuit.
7. Give definition to information communication technologies.
8. Call four stops of successful implementation of EP in Kazakhstan.
9. Give concept of architecture of EP.
10. Give concept of a payment gateway.

TEST

1.The electronic government is
2.The electronic government is created for
3. The authorized body is
4. The information system is
5. Whats tage of society it is constructed in RK?
6.Information services are
7. The purposes of state regulation in the field of informatization are
8. The most important principles of the organization of the electronic government is

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
Kybikowskatana
21.03.2023 02:18

Объяснение:

Диало́говое окно́ (англ. dialog box) в графическом пользовательском интерфейсе — специальный элемент интерфейса, окно, предназначенное для вывода информации и (или) получения ответа от пользователя. Получил своё название потому, что осуществляет двустороннее взаимодействие компьютер-пользователь («диалог»): сообщая пользователю что-то и ожидая от него ответа.

Диалоговые окна подразделяются на модальные и немодальные, в зависимости от того, блокируют ли они возможность взаимодействия пользователя с приложением (или системой в целом) до тех пор, пока не получат от него ответ.

0,0(0 оценок)
Ответ:
Arestan
30.05.2021 07:04
Program abc;

uses GraphABC;
const
    scale = 20;
    step = 0.001;

var
    x0, y0, x1, y1: integer;
    x, y, min, max, a, b, c: real;

begin
    setwindowsize(1000, 800);
    DrawInBuffer := true;
    //    write(' введите промежуток для функции(min значение-enter- max значение) ');
    //    read(min, max);
    writeln('a=');
    read(a);
    writeln('b=');
    read(b);
    writeln('c=');
    read(c);
    
    x0 := WindowWidth div 2;
    y0 := WindowHeight div 2;
    line(20, y0, WindowWidth - 20, y0);
    line(x0, 20, x0, WindowHeight - 20);
    
    min := trunc((20 - x0) / scale);
    max := trunc((WindowWidth - 20 - x0) / scale);
    
    x := min;
    while x <= max do
    begin
        x1 := trunc(x0 + x * scale);
        
        y := a * x * x * x + b * x * x + c;
        y1 := trunc(y0 - y * scale);
        PutPixel(x1, y1, clGreen);
        
        y := a * x * abs(sin(x));
        y1 := trunc(y0 - y * scale);
        PutPixel(x1, y1, clBlue);
        
        x := x + step;
    end;
end.
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота