Вопрос задан 29.04.2019 в 18:06. Предмет Информатика. Спрашивает Ивакин Никита.

1. Информация 2. Свойства информации 3. Действия с информацией 4. Устройство компьютера 5.

Программы и файлы 6. Обработка информации 7. Кодирование информации 8. Решение задач по теме кодирование 9. Текстовый редактор 10. Алгоритм 11. Свойства алгоритма 12. Виды алгоритма 13. Блок-схемы 14. Величина и переменная в КУМИРе 15. Составление алгоритмов на Алгоритмическом языке (КУМИР) 16. Графический редактор (понятия) 17. Paint (функциональные возможности) 18. Power Point (структура создание презентации, для чего нужна данная программа?)
0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Дедюрин Серёжа.
1.сведения о чём-либо, независимо от формы их представления
2. Объективность – не зависит от чего-либо мнения.Достоверность – отражает истинное положение дел.Полнота – достаточна для понимания задачи и принятия решения.Актуальность – важна и существенна для настоящего времени.Ценность (полезность, значимость) обеспечивает решение поставленной задачи, нужна для того чтобы принимать правильные решения.Понятность (ясность) - выражена на языке, доступном получателю
3.Копирование, передача, хранение, обработка,перенос, перевод в другую форму представления
4. Главные комплектующие компьютера - материнская плата, процессор,оперативная память. Для обмена с пользователем информацией используются устройства ввода и вывода, для хранения информации - устройство хранения, для передачи сетевая плата, впрочем в современных материнских платах есть встроенная сетевая.
5. Программа-последовательность инструкций, предназначенных для исполнения устройством управления вычислительной машины.
Файл-именованная область данных на носителе информации.
6. Обработка информации заключается в различных преобразованиях. Информация, предназначенная для обработки называется данными. Основным видом обработки первичной информации, полученной различными приборами, является преобразование в форму, обеспечивающую её восприятие органами чувств человека.Важнейшим видом обработки семантической информации является определение смысла (содержания) , заключающегося в некотором сообщении. Одним из широко распространенных видов обработки информации также является решение вычислительных задач и задач автоматического управления с помощью вычислительных машин. В силу несимметричности информационного взаимодействия при обработке информации возникает новая информация, а исходная информация не теряется.
7.  процесс преобразования сигнала из формы, удобной для непосредственного использования информации, в форму, удобную для передачи, хранения или автоматической переработки.
9.
самостоятельная компьютерная программа или компонент программного комплекса, предназначенная для создания и изменения текстовых данных.
10. 
 набор инструкций, описывающих порядок действий исполнителя для достижения результата решения задачи за конечное число действий.
11. 
Дискретность (прерывность, раздельность) – алгоритм должен представлять процесс решения задачи как последовательное выполнение простых (или ранее определенных) шагов. Каждое действие, предусмотренное алгоритмом, исполняется только после того, как закончилось исполнение предыдущего. Определенность – каждое правило алгоритма должно быть четким, однозначным и не оставлять места для произвола. Благодаря этому свойству выполнение алгоритма носит механический характер и не требует никаких дополнительных указаний или сведений о решаемой задаче. Результативность (конечность) – алгоритм должен приводить к решению задачи за конечное число шагов.  Массовость – алгоритм решения задачи разрабатывается в общем виде, то есть, он должен быть применим для некоторого класса задач, различающихся только исходными данными. При этом исходные данные могут выбираться из некоторой области, которая называется областью применимости алгоритма.
12. механические, гибкие, вероятностные,эвристические, линейные,разветвляющиеся, циклическкие, вспомогательные


остальное вечером сюда же допишу
0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

It looks like you've provided a list of topics related to information technology and computer science. I'll address each of these topics one by one. Let's get started!

1. Information

Information is a collection of data that is organized in such a way that it has value beyond the individual facts. It can be processed to gain knowledge or used to make decisions. In the context of computing, information can be stored, retrieved, and transmitted electronically. Information can be in various forms such as text, images, audio, and video.

2. Properties of Information

The properties of information include accuracy, reliability, relevance, accessibility, and timeliness. Accuracy refers to the correctness of the information, reliability indicates the trustworthiness of the source, relevance signifies the usefulness of the information, accessibility denotes the ease of obtaining the information, and timeliness relates to the currency of the information.

3. Actions with Information

In the context of computing, actions with information include storage, retrieval, processing, transmission, and security. Storage involves saving information for later use, retrieval is the process of accessing stored information, processing refers to manipulating the information to produce a desired output, transmission involves sending information from one location to another, and security pertains to protecting information from unauthorized access or alteration.

4. Computer Structure

A computer consists of hardware and software components. The hardware includes the physical components such as the central processing unit (CPU), memory, storage devices, input devices (e.g., keyboard, mouse), and output devices (e.g., monitor, printer). The software includes the operating system and application programs that enable the computer to perform various tasks.

5. Programs and Files

Programs are sets of instructions that tell a computer how to perform specific tasks. They are executed by the computer's CPU. Files are containers for storing data. They can contain programs, documents, multimedia, or any other type of information.

6. Information Processing

Information processing involves the collection, manipulation, storage, retrieval, and dissemination of data. It encompasses the use of computers and software to perform these tasks efficiently and accurately.

7. Information Encoding

Information encoding involves converting information from one form to another, often for the purpose of transmission or storage. This can include encoding text, images, audio, or video into digital formats for electronic communication or archival purposes.

8. Problem Solving with Encoding

In computer science, encoding is used in problem-solving to represent data in a specific format that facilitates efficient processing. For example, encoding data in a certain way can make it easier to search, sort, or manipulate the data to solve a particular problem.

9. Text Editor

A text editor is a type of program used for editing plain text files. It is commonly used for writing and editing programming code, configuration files, and other types of text-based documents. Text editors can range from simple, lightweight editors to feature-rich integrated development environments (IDEs).

10. Algorithm

An algorithm is a step-by-step procedure or formula for solving a problem. It is a finite sequence of well-defined, computer-implementable instructions, typically used to perform a specific task or solve a type of problem.

11. Properties of Algorithms

Key properties of algorithms include input, output, definiteness, finiteness, effectiveness, and clarity. Input specifies what data the algorithm operates on, output describes the result produced by the algorithm, definiteness means that each step of the algorithm must be precisely defined, finiteness indicates that the algorithm must terminate after a finite number of steps, effectiveness implies that each step of the algorithm must be executable, and clarity denotes that the algorithm should be clear and unambiguous.

12. Types of Algorithms

Algorithms can be classified into various types, such as searching algorithms, sorting algorithms, optimization algorithms, and graph algorithms. Each type of algorithm is designed to solve specific types of problems efficiently.

13. Flowcharts

Flowcharts are graphical representations of algorithms or processes. They use standardized symbols to depict the steps and decision points in a process, making it easier to understand and analyze the flow of the algorithm or process.

14. Variables in KUMIR

In the context of the KUMIR programming language, a variable is a named storage location that holds a value. Variables in KUMIR can store different types of data, such as numbers, text, and logical values, and their values can change during the execution of a program.

0 0

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос