В
Все
Б
Биология
Б
Беларуская мова
У
Українська мова
А
Алгебра
Р
Русский язык
О
ОБЖ
И
История
Ф
Физика
Қ
Қазақ тiлi
О
Окружающий мир
Э
Экономика
Н
Немецкий язык
Х
Химия
П
Право
П
Психология
Д
Другие предметы
Л
Литература
Г
География
Ф
Французский язык
М
Математика
М
Музыка
А
Английский язык
М
МХК
У
Українська література
И
Информатика
О
Обществознание
Г
Геометрия
hohlovm71
hohlovm71
05.03.2021 07:46 •  Информатика

Вопрос:
1)The main element of a relational database type:
Выберите ответ:
a)notation
b)recording
c)the form
d)table
e)field
2)The most famous OCR program:
Выберите ответ:
Fine Reader
Prompt
Stylus
Fine Writer
AutoCad
3)A system which refers to the technologies and applications that integrate different media; text, graphics, media, sound, video and animation:
Выберите ответ:
multimedia software
E-commerce
viruses and malware
computer languages
Operating systems
multimedia system
flowcharts
4)Programs which create Database:
Выберите ответ:
AutoCad
MS Word
MS Access
MS Excel
FoxPro
5)Internet business can be described as medium which allows companies to:
Выберите ответ:
Info page with the listing, project goods and services, activities, proposals for cooperation
Internet incubator (a company specializing in the creation of start-up companies with a view to their subsequent sale to investors).
The corporate web-site
Improve the quality of services, improving the service offered to customers
Improve conditions for investment

6)Smart House including:
Выберите ответ:
Solutions for intelligent resource optimization services by households
Services UBI-insurance
Services for maintenance of the actual
Services UBI-insurance and services for maintenance of the actual
Solutions for intelligent security services
Services: inventory management as a service households

Показать ответ
Ответ:
Pahamoseuv
Pahamoseuv
26.04.2022 12:12
Var
  x1, x2, x3, y1, y2, y3, L: real;

begin
  Write('Введите через пробел координаты точки А: ');
  Readln(x1, y1);
  Write('Введите через пробел координаты точки B: ');
  Readln(x2, y2);
  Write('Введите через пробел координаты точки C: ');
  Readln(x3, y3);
  L := sqrt(sqr(x2 - x1) + sqr(y2 - y1)) + sqrt(sqr(x3 - x1) + sqr(y3 - y1));
  Write('Сумма длин AB+AC равна ', L:0:3)
end.

Тестовое решение:
Введите через пробел координаты точки А: -3 2
Введите через пробел координаты точки B: 4.3 1.8
Введите через пробел координаты точки C: 0 7
Сумма длин AB+AC равна 13.134
0,0(0 оценок)
Ответ:
iulia085
iulia085
19.05.2023 14:01
А)
var    s:string;    mas:array ['a'..'z'] of longint;{индексы элементов соответствуют латинице}    c:char;    i:longint; begin      read(s);      for c:='a' to 'z' do{заполнение нулями элементов массива, для запоминания количества элементов в латинице}          mas[c]:=0;      for i:=1 to ord(s[0]) do{пробегаем по всей строке ord(s[0]) это количесвто элементов в строке (только паскаль)}          mas[s[i]]:=mas[s[i]]+1;      for c:='a' to 'z' do{пробегаем по массиву значений и выводим только неповторяющиеся}          if(mas[c]=1) then                       writeln(c); end.
0,0(0 оценок)
Популярные вопросы: Информатика
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота