1.
Universality algorithm means that:
Correct Answer
A. Algorithm can be used by any user
Explanation
The explanation for the given correct answer is that universality algorithm means that the algorithm can be used by any user. This implies that the algorithm is not specific to a particular user or group of users, but can be applied universally by anyone.
2.
Certainty (accuracy) of the algorithm means that
Correct Answer
A. Algorithm commands and tasks are clearly defined
Explanation
The certainty (accuracy) of an algorithm refers to the clarity and precision with which the algorithm's commands and tasks are defined. This means that each step and instruction in the algorithm is clearly outlined and leaves no room for ambiguity or confusion. Having clearly defined commands and tasks ensures that the algorithm can be executed correctly and consistently, leading to accurate and reliable results.
3.
How the algorithm can be represented:
Correct Answer
A. All menthion
Explanation
The correct answer is "All menthion." This means that the algorithm can be represented in various ways, including through text, graphics, tables, and pseudocode. The question is asking for all possible ways to represent the algorithm, and the answer suggests that all of these options are valid choices.
4.
Algorithm finiteness if means that:
Correct Answer
A. An algorithm terminates after a finite numbers of steps
Explanation
This answer is correct because it accurately describes the concept of algorithm finiteness. Finiteness in an algorithm means that it will eventually stop or terminate after a finite number of steps. This ensures that the algorithm does not run indefinitely and allows for predictable and manageable execution.
5.
The basis of modern information technologies used in medicine and pharmacy are algorithms. Algorithm - is:
Correct Answer
A. Clear and accurate instructions performer to do a sequence actions aimed at achieving the goals
Explanation
The correct answer is "Clear and accurate instructions performer to do a sequence actions aimed at achieving the goals". This answer accurately defines an algorithm as a set of instructions that are clear and accurate, guiding the performer to carry out a sequence of actions in order to achieve specific goals. Algorithms form the basis of modern information technologies in medicine and pharmacy, providing a systematic and organized approach to problem-solving and decision-making processes.
6.
The medication is prescribed for patient for administration so long until symptoms disappear. Such algorithm of medication using is called:
Correct Answer
A.
Cyclical
Explanation
The medication is prescribed for the patient until their symptoms disappear, which suggests that the medication is being administered in a cyclical manner. This means that the medication is being given in a repeated pattern or cycle until the desired outcome is achieved.
7.
Discreteness – is the algorithm property, which consists in:
Correct Answer
A. Distribution the task solving process on separate operation that are performed by individual commands
Explanation
The correct answer is "Discreteness - is the algorithm property, which consists in distribution the task solving process on separate operation that are performed by individual commands." This means that in a discrete algorithm, the task is broken down into separate operations or commands that are performed one at a time. This allows for clear and specific instructions to be given, making the algorithm easier to understand and follow. Additionally, the algorithm is designed to be completed after a certain number of commands, ensuring that it will eventually reach a solution.
8.
The essence of such properties of algorithm as the EFFECTIVENESS is mean:
Correct Answer
A. During exact execution of all algorithm commands, the process must be stoped after a finite number of steps, leading to a particular result
Explanation
The correct answer is "During exact execution of all algorithm commands, the process must be stopped after a finite number of steps, leading to a particular result." This means that an effective algorithm should have a clear and defined set of instructions that, when followed correctly, will produce a specific outcome within a finite amount of time. This ensures that the algorithm is reliable and can be completed within a reasonable timeframe.
9.
Point the basic properties of the algorithm:
Correct Answer(s)
A. Effectiveness
F. Finiteness
Explanation
The basic properties of an algorithm include effectiveness, which means that it should solve the problem it is designed for; and finiteness, which means that it should terminate after a finite number of steps. These two properties are crucial for an algorithm to be considered correct and useful.
10.
Algorithm is cyclic if:
Correct Answer
A. Folded so that the its implementation involves multiple repetition of the same action
Explanation
The correct answer is "Folded so that its implementation involves multiple repetition of the same action." This means that the algorithm is designed in a way that it repeats a specific action multiple times. This repetition can be achieved through loops or recursive functions. The other options mentioned in the question do not specifically indicate the cyclic nature of an algorithm.
11.
How the algorithm of new chemical compounds obtaining can be represented by using the structural formula:
Correct Answer
A. GrapHiclly
Explanation
The algorithm of obtaining new chemical compounds can be represented graphically by using structural formulas. This means that the process of creating these compounds can be visually depicted using diagrams and symbols that represent the atoms and bonds involved. This graphical representation allows for a clear and concise understanding of the steps involved in the algorithm. It helps chemists visualize the structure and arrangement of atoms in the compound, aiding in the design and synthesis of new compounds.
12.
Implementation of modern information technology is based on the construction and use of algorithms. Indicate which of the documents is the algorithm:
Correct Answer
A. Instructions for money obtaining from an ATM
Explanation
The correct answer is "Instructions for money obtaining from an ATM" because an algorithm is a step-by-step set of instructions for solving a problem or completing a task. The instructions for obtaining money from an ATM provide a clear sequence of steps to follow in order to withdraw money from the machine, making it an algorithm. The other options, such as rules of safety, timetable, list of students, and picture, do not provide a set of instructions for solving a problem or completing a task, and therefore do not qualify as algorithms.
13.
The algorithm includes ramification if:
Correct Answer
A. Its progress depends on the truth of certain conditions
Explanation
The correct answer is that the algorithm includes ramification if its progress depends on the truth of certain conditions. This means that the algorithm has different paths or branches based on whether certain conditions are true or false. This allows for different actions or steps to be taken depending on the specific conditions that are met during the execution of the algorithm.
14.
If the algorithm commands executed sequentially, then the algorithm is called:
Correct Answer
A. Liner
Explanation
The correct answer is "Linear" because when an algorithm commands are executed sequentially, it means that each command is executed one after another in a straight line without any repetition or branching. Therefore, the algorithm follows a linear path of execution.
15.
Which of these is an algorithm:
Correct Answer(s)
B. Medicines using rules
C. The process of medicines choice and prescribing
D. The process of medicines preparing
E. The process of medicines sales
Explanation
An algorithm is a set of rules or instructions to solve a problem or perform a specific task. In this case, all the options mentioned involve a set of rules or processes related to medicines. "Medicines using rules" indicates the use of specific guidelines or protocols for administering medicines. "The process of medicines choice and prescribing" refers to the steps involved in selecting and prescribing appropriate medications. "The process of medicines preparing" involves the procedures for preparing medications. "The process of medicines sales" indicates the steps involved in selling medicines. Therefore, all the options mentioned can be considered algorithms as they involve a set of rules or processes related to medicines.
16.
Point the algorithm basic structural element:
Correct Answer
A. Order
Explanation
The algorithm's basic structural element is the "Order". This suggests that the algorithm follows a specific sequence or arrangement in order to perform a task or solve a problem. It implies that there is a predefined order or set of steps that need to be followed in order to achieve the desired outcome. The other options, such as "Cell", "Test", "Sign", and "Symbol", do not convey the same sense of structure or sequence as the concept of "Order" does.
17.
When medicine prescribing physicians stopped on two drugs, that can be used under certain conditions. This algorithm is called:
Correct Answer
A. Ramous
Explanation
The algorithm described in the question is called "Ramous".
18.
When choosing a medicine the physician used the algorithm presented in the form of consecutive sentences. This algorithm representation is described as:
Correct Answer
A. Text
Explanation
The physician used the algorithm represented in the form of consecutive sentences, which means that the algorithm was described using text. This implies that the steps and instructions for choosing a medicine were presented in written form, allowing the physician to follow the algorithm by reading and understanding the sentences provided.
19.
Why is this not an algorithm: Start the car - Put in key - Turn key - Drive away.
Correct Answer
A. The instructions are in the wrong order
Explanation
The given instructions for starting the car are in the wrong order. The correct order should be: Put in key - Turn key - Start the car - Drive away.
20.
What step is missing?
Correct Answer
A. Divide the number by 2
Explanation
The missing step in the given sequence is to multiply the number by 2. The other steps mentioned are to divide the number by 2, multiply the number by 3, and divide the number by 3. Therefore, the missing step is to multiply the number by 2.