1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Svet_ta [14]
3 years ago
15

One form of the IF field is called an If…Then…Else: If a condition is true, then perform an action; else perform a different act

ion.
Computers and Technology
2 answers:
SVETLANKA909090 [29]3 years ago
4 0

Answer:

If results are true follow Then otherwise follow Else

<u>Explanation:</u>

 If…Then…Else is a programming language statement. It is used for making a comparison. It compares the results with the help of two types of instruction. One is Then instruction and the other is Else instruction.

A statement is tested first. Results are obtained. Then it is seen whether the results are true or not. If Results come out to be true we follow Then otherwise if results are false we follow Else instructions.

sasho [114]3 years ago
3 0

The if statement is a decision making statement. It is used to manage the flow of execution of the statements and additionally used to check logically whether the condition is true or false. The If-else statement is essentially two way declaration and usually used in conjunction with condition. It is used to manage the flow of execution and additionally used carry out the logical test and then pick up one of the two feasible moves depending on the logical test. If a condition is true, then perform an action; else perform a different action.

Explanation:

The if statement :

If the condition is true, then the true statements are executed. The true statements are may be a single statement or group of statements. If the condition is false then the true statements are not executed, instead of the program skip fast. The condition is given by relational operator like = =. ! =, < =, > =, etc.

Syntax :

if (condition is true)

{

      True statements;

}

The if-else statement :

If there is only one statement in the if block or else block, then the braces are optional. But if there is more than one statement the braces are compulsory.

Syntax :

if(condition)

{

       True statements;

}

else

{

      False statements;

}

You might be interested in
lance has three tables in his database. He wants to generate a report to show data from the three tables. Therefore, he decides
Masja [62]

Two of the three tables in his database should have foreign keys that link to primary keys in one of the other tables. That way he can join the tables together.

7 0
3 years ago
Read 2 more answers
With Voice over Internet Protocol (VoIP), _____. a. voicemails cannot be received on the computer b. call quality is significant
Pachacha [2.7K]

Answer:

c. Users can have calls forwarded from anywhere in the world

Explanation:

As all you need is the internet, there would be no need to try to sort out roaming as you would on a regular phone line

4 0
3 years ago
Which of the following functions and expressions will convert the ASCII character "Z" to its numeric equivalent ASCII code?
professor190 [17]

Answer:

The answer is "Option a"

Explanation:

In Python, ord() function takes the length string 1 as a parameter and returns the representation of the passed argument for the Unicode point. For example, ord('Z') return value 90 that is a Unicode code value of character 'Z'. and other function is not correct that can be described as follows:

  • In option b, Inside the ord function chr function is used that accepts only numeric value that' why it is not correct.
  • In option c, Inside the chr function ord function is used that cover value in lower case that's why it is not correct.
  • In option d, The chr function accepts only numeric value that's why this option is not correct.

3 0
4 years ago
How would you create a loop that never ends?
34kurt

Answer:

the answer is d use the forever block

Explanation:

I took the test and I got it right but sometimes it is different for others

8 0
3 years ago
explain the difference between a database system and a database model. discuss examples of when you would use a hierarchical, ne
SVETLANKA909090 [29]

The  difference between a database system and a database model is that Database design is saved in the place known to be database schema, which is said to also been saved in the data dictionary. Data model is said to be a group or collection of construct that is known to be used for making a database and making designs for the databases.

<h3>What is a database systems?</h3>

A database is known to be a kind of organized makeup of structured information, or data, that are said to be saved electronically in a computer system.

The hierarchical structure is known to be  used primarily to save geographic information as well as file systems.

Therefore, The  difference between a database system and a database model is that Database design is saved in the place known to be database schema, which is said to also been saved in the data dictionary. Data model is said to be a group or collection of construct that is known to be used for making a database and making designs for the databases.

Learn more about database system  from

brainly.com/question/518894

#SPJ1

3 0
2 years ago
Other questions:
  • Suppose that cells B1 through B100 of an Excel spreadsheet contain the quantity of units ordered on each of 100 different days.
    13·1 answer
  • If we recorded the average U.S. Housing Price every month for the next year, what graphical display is most appropriate to displ
    6·1 answer
  • What is the primary difference between a Marketing Information System (MIS) and a Decisions Support System (DSS)? a. Cost of imp
    7·1 answer
  • When would a one way flag variable be used
    10·1 answer
  • The Occupational Outlook Handbook is published by the Bureau of Labor Statistics.
    10·2 answers
  • Suppose that you have a multiplexer (mux) with 5 different inputs at the following bit-rates: (A) 20 Kbps, (B) 8 Kbps, (C) 12 Kb
    7·1 answer
  • What is a regular expression that would match any digit 1-999?
    12·1 answer
  • Which of the following are advantages of a local area network, as opposed to a wide area network? Select 3 options.
    8·1 answer
  • Please help! In your own words explain the difference between a problem and an algorithm.
    13·2 answers
  • Tim is a project manager. He is brainstorming with his team about problems that could arise during the next phase of the project
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!