М
Молодежь
К
Компьютеры-и-электроника
Д
Дом-и-сад
С
Стиль-и-уход-за-собой
П
Праздники-и-традиции
Т
Транспорт
П
Путешествия
С
Семейная-жизнь
Ф
Философия-и-религия
Б
Без категории
М
Мир-работы
Х
Хобби-и-рукоделие
И
Искусство-и-развлечения
В
Взаимоотношения
З
Здоровье
К
Кулинария-и-гостеприимство
Ф
Финансы-и-бизнес
П
Питомцы-и-животные
О
Образование
О
Образование-и-коммуникации

решить тест по ICT, осталось 4 вопроса! Horizontal questions

-1. What does abbreviation www mean?

7. ICT is used in the conveying, manipulation and storage of data by .

-8. What can reduce costs and the negative impact on the environment?

-11. ICT is the used in the conveying, manipulation and storage of data by electronic means.

-12. Synonym of website.

14. What is a software application for accessing information on Internet?

15. What kind of communication, which take place at different time?

-16. Example of asynchronous communication.

-17. What is interring connection of many computers via network?

-18. Example of ICT tools.

-19. What is simply the act of transferring information from one place to another?

-21. Computer works on data as per program is called .

-24. What is data that has been sorted and arranged?

-25. Browser is a which helps us to use internet.

-27. ICT is used in the conveying, manipulation and of data by electronic means.

-28. Processing means operations like .

-29. Example of synchronous communication.

-30. What is rule for connecting to the internet?

Vertical Questions

-2. It is a device, which decides where data will be send.

-3. What is a group of different web pages?

4. What kind of communication, which take place at some time?

-5. What does abbreviation LAN mean?

-6. Communication is simply the of transferring information from one place to another.

-9. Example of ICT tools.

-10. into information is called data processing or information processing.

-13. Example of asynchronous communication.

-20. What is connecting computers with each other for exchanging information?

-22. It is a computer for getting special information from another computer.

-23. It is a computer, which gives information to the client computer.

-26. Example of synchronous communication.


решить тест по ICT, осталось 4 вопроса! Horizontal questions-1. What does abbreviation www mean? 7.
решить тест по ICT, осталось 4 вопроса! Horizontal questions-1. What does abbreviation www mean? 7.

👇
Открыть все ответы
Ответ:
Remka228
Remka228
27.02.2022
По горизонтали:
1. Некоторый предмет.
2. Описание модели с формального языка.
3. Граф, предназначенный для отображения вложенности, подчиненности, наследования и т.п. между объектами.
4. Общее название моделей, которые можно осязать.
5. Инструмент для компьютерного моделирования.
6. Общее название моделей, которые представляют из себя совокупность полезной и нужной информации об объекте.
По вертикали:
7. Информационная модель, состоящая из строк и столбцов.
8. Средство для наглядного представления состава и структуры системы.
9. Процесс построения моделей.
10. граф, отображающий последовательность выполнения действий.
11. Упрощенное представление реального объекта, процесса или явления.
 
ответы:
По горизонтали:
1. объект; 2. формализация; 3.дерево; 4. материальные; 5. компьютер; 6. информационные.
По вертикали:
7. таблица; 8. граф; 9. моделирование; 10. схема; 11. модель.
Кроссворд на тему моделирования по информатике
4,6(57 оценок)
Ответ:
GanstaRio1
GanstaRio1
27.02.2022

1) var A: array [1..7,1..9] of integer;

var i,j,k,n:integer;

var Sr: double;

begin

randomize;

writeln ('Массив случайных чисел');

 for i:=1 to 7 do

   begin

     for j:=1 to 9 do begin

     A[i,j]:= random (56) + 25;

     write (A[i,j]:4);

     end;

     writeln;

   end;

   

 for i:=1 to 7 do

  begin

   for j:=1 to 9 do

     begin

     If A[i,j] mod 2 = 0 then

     begin

     Sr:= Sr + A[i,j];

     k:= k + 1;

     end

     else n:= n + 1;

     end;

  end;  

  Sr:= Sr / k;

  Writeln ('Среднее арифмитическое четных элементов: ', Sr);

  Writeln ('Количество нечетных элементов: ', n);

end.

2)const n = 5;

const b = 5;

var A: array [1..n,1..b] of integer;

var i,j:integer;

begin

writeln ('Введите массив');

 for i:=1 to n do

   begin

     for j:=1 to b do begin

     Read (A[i,j]);

     end;

     end;

     

   

  for i:=1 to n do

   begin

     for j:=1 to b do begin

     If A[i,j] < 0 then

     

     A[i,j]:= 1;

     write (A [i,j]:4);

     

     end;

     Writeln;

   end;

   

 

end.

4,8(64 оценок)
Это интересно:
Новые ответы от MOGZ: Информатика
logo
Вход Регистрация
Что ты хочешь узнать?
Спроси Mozg
Открыть лучший ответ