List the three words using in programing LOGIC statements

Answers

Answer 1

Answer: If, Than, Else.

Explanation: Programming languages control the flow of a program using logic statements which are a specific form of IF…THEN…ELSE statements.

Answer 2

Programming languages use logic statements, which are a combination of "if", "then," and "else" statements, to regulate the execution of a program.

What are the "if", "then," and "else" statements?

The "if or then" statements, together with its optional "else" clause, only require one statement to be performed for each of the two cases. Multiple statements can be combined together to execute more than one statement using a begin/end Block Statement:

if = (If something is true, do it; otherwise, do something else.)

{ if x < 10 then begin

 x := x+1;

 y := y+1;

end

else}

Even if just one statement is given, a begin/end statement block can be used as an option. This is a typical technique to keep code clean and understandable, as well as to prevent making the usual error of forgetting to add begin/end when later extending a single-line "if or then" statement.

Thus, programming languages use logic statements, which are a combination of "if", "then," and "else" statements, to regulate the execution of a program.

To learn more about the programming languages here :

https://brainly.com/question/11023419

#SPJ1


Related Questions

2. In the RACI model, which role offers insights or expertise to help others complete project tasks?

Answers

In the RACI model, the role which offers insights or expertise to help others complete project tasks is consulted.

What is a RACI model?

RACI model is also referred to as a RACI chart or RACI matrix and it can be defined as a diagram that is used as a graphical (visual) representation to indicate and identify the fundamental roles and responsibilities of users with respect to major tasks within a project.

In project management, RACI is an acronym for the following:

ResponsibleAccountableConsultedInformed

In the RACI model, the role which offers insights or expertise to help others complete project tasks is consulted because he or she is a subject matter or project topic expert.

Read more on RACI model here: https://brainly.com/question/6177865

The specification (including data types, instruction types, registers) of the interface between programs and the underlying hardware is called the

Answers

Answer:

instruction set architecture

10 points + brainliest to first correect answer :) incorrect answers/ answers with no effort will be deleted this is easy im just making sure :)

Which of these is not the correct method for moving text in a document in Word 2016?
Select the text, press Ctrl+C, move the insertion point to desired location, and press Ctrl+V.
Select the text, right-click on the text and select "Cut," move the insertion point to the desired location, and press Ctrl+V.
Select the text, click the Cut button, move the insertion point to the desired location, and click the Paste button.
All the above statements are correct.

Answers

Answer:

The first option is incorrect

Explanation:

With the Control+C method, you copy the text. With the Control+V method, you paste it. You do not remove any of the text and instead create a duplicate

The author included this information most likely to – A) summarize the experimentation process scientists used B) Show the pride the scientists have in their work C) Encourage others to get involved in computer sciences D) Illustrate the flaws in the scientists’ logic.

Answers

The author included this information most likely to: C. Encourage others to get involved in computer sciences.

Who is an author?

An author is also referred to as a writer and can be defined as an individual who expresses his or her thoughts about a particular subject (topic) in writing.

This ultimately implies that, an author is saddled with the responsibility of putting written information across to his or her audience, so as to either enlighten, inform, encourage, persuade, or convince them.

In this scenario, the author included this information most likely to encourage others to get involved in computer sciences.

Read more on an author here: https://brainly.com/question/25857058

What materials may a membrane be made of?

a
animal skin, plastic or rubber
b
cotton or nylon
c
glass or plastic
d
wood or metal

Answers

D I hope this helps because I know for sure it’s the correct answer
It’s D that’s the right answer

Write a qbasic program to convert distance from kilometer to miles​

Answers

Answer:

INPUT “Enter Distance into Kilometers”; km m = km * 1000 miles = km / 1.6 PRINT km ” Kilometers = “; m; ” meters “; PRINT km ” kilometers = “; miles; ” miles”;

Explanation:

In the Information technology arena, information is important based on your role and perspective. Based on the ISM role what is the most important factor concerning data retention

Answers

The most important factors concerning data retention include availability/storage of media, regulatory and/or business needs,  and confidentiality of data. It is fundamental for Informix Storage Manager.

Informix Storage Manager (ISM) and data storage

Informix Storage Manager (ISM) can deliver efficient storage of data and other management services

Informix Storage Manager functions in the International Business Machines (IBM) Informix database server.

IBM Informix is a service of IBM's Information Management part focused on delivering database management systems.

Learn more about IBM Informix here:

https://brainly.com/question/6447559

If two hosts are connected by five point-to-point networks, how physical links will there be when one host sends a packet to the other host

Answers

The answer is 1 my friend!

have a lovely day :)

Which logical operators perform short-circuit evaluation?.

Answers

Answer:

Short-circuit evaluation is performed with the not operator.

A(n) ____________________ key is a key that is not reused, but rather is only used once, thus improving security by reducing the amount of material that can be analyzed via cryptanalysis to break the cipher.

Answers

Answer:

Computer Security

Explanation:

if referring to only to a computer, then it can be considered secure when the computer does what is is supposed to do and only what it is supposed to do, but in more modern times the definition has shifted from the computer to the information being processed

___________________ is a formatting option used in chart.
a) Area
b) Legend
c) Chart Area

Answers

Answer:

c

Explanation:

chart area

I hope this will help you

can someone teach me about computer subject?​

Answers

Answer:

what do you you want to know about computer ?

A ____ can be used to prevent a user program from never returning control to the operating system. A) portal B) program counter C) firewall D) timer

Answers

Answer:

timer

Explanation:

Graphic designers consider _____ easier to use because it allows them to set the initial color based on hue and then fine-tune the saturation and lightness values.

Answers

Answer:

HSL is what is used

Explanation:

hue saturation lightness or hsl is what the answer is

hope this helped

scav

This simple machine can directly utilize the wheel and axle to lift and maneuver heavy loads.

Inclined Plane
Lever
Pulley
Wedge

Answers

The answer is: C - Pulley

Answer:

inclined plane _____________(A)

Complete the code in this program that responds to moving a mouse over a message box.


from tkinter import *

def movingHandler(event):
print("Location: (", event.x, "," , event.y, ")")
return

myWindow = Tk()
message = "Hello."
eventArea = Message(myWindow, text = message)
eventArea.bind('<_______>',movingHandler)
eventArea.pack()
eventArea.mainloop()

Answer choices for the blank:
1. Button-3
2. Button-1
3. Moving
4. Motion

Answers

Code segments are extractions from a more complete program.

The code that completes the program is (4) Motion

How to complete the code

From the question, we understand that the program responds when the mouse is moved over a message box.

This means that, the message box reacts to mouse movement or motion on it.

Hence, the code that completes the program is (4) Motion

Read more about code segments at:

https://brainly.com/question/22654163

Answer:

motion

Explanation:

List the various autofill option present in excel. Write the use of copy cell and fill formatting only option in filter.

Answers

Insert empty cells when filling down a series

Autofill multiple rows or columns

Use the AutoFill option to get repeating series

Autofilling horizontally and vertically

Excel - Fill down a series of values that contain text

hope this helps

Analyze each of the situations below. Which of the following BEST Illustrates someone who shows appropriate information literacy skills?


O A. Felix completes an Internet search for a topic for his science class. He takes nearly 30 minutes reading through the different results until
he locates a reliable website.


OB. Deja makes sure that she checks her work email at least three times a day to make sure she hasn't missed any important information

OC. Heath volunteers to stay late after work this week to ensure that a new program is completed for a customer by the end of the week

OD. Marcel created a calendar that will help him stay organized at work.


Answers

The best illustration of information literacy is A. Felix completes an Internet search for a topic for his science class. He takes nearly 30 minutes reading through the different results until he locates a reliable website.

What is information literacy?Refers to being able to find and sort through information. Allows for problem solving.

Felix has the problem of looking for information for his topic. He therefore goes online to find, sort through, and then use the information he finds to solve his problem.

In conclusion, the best answer in option A.

Find out more on information literacy at https://brainly.com/question/25039489.

The option that BEST illustrates someone who shows appropriate information literacy skills can be seen in option A.

What is an Information Literacy skill?

Information literacy skills are defined as skills that are capable to locate, analyze, organize, using, and transmit information in all of its forms, particularly in circumstances involving decision-making, problem-solving, or knowledge acquisition.

From the given option, the BEST that illustrate the appropriate information literacy skills is that:

A. Felix completes an Internet search for a topic for his science class. He takes nearly 30 minutes to read through the different results until he locates a reliable website.

This is because Felix is having trouble finding information about his topic. As a result, he goes online to look for, filter through, and apply the knowledge he discovers to solve the problem of his situation.

Learn more about information literacy skills here:

https://brainly.com/question/10666756

5. An external CSS file is saved with D. Answer the following questions. 1. Explain the purpose and advantages of using CSS.​

Answers

When you create a single, simple web page, you can tag each item (such as a heading or a paragraph) with whatever font, size, color, and so on that you like. It's simple HTML.

If someone then asks, "Can we use a different font for the headings?" it's a 10-minute edit.

But when you have a site with a thousand pages of corporate content and your boss arrives to tell you that head-office has determined that the "corporate style" of such-and-such font must be applied to every web page...

Then you'll have a week's worth of work ahead of you.

When they tell you that the web page must utilize a different font and color in India than the rest of the world...

You're dealing with a nightmare.

CSS takes all of the scattered formatting and layout information from the real documents and centralizes it into "style sheets."

Now, if all of your web pages are constructed correctly with CSS, you can change the font, color, size, or anything else - possibly the entire look and feel of your website - with a single-line update in the CSS file.

This concept of separating the "data" from the "presentation style" is quite powerful...

Even on a small website, there is justification in doing so.

What is the rows of a defult work book

Answers

Answer:

Version Rows Columns Cells

Excel 2019 1,048,576 16,384 XFD 17,179,869,184

Excel 2016 1,048,576 16,384 XFD 17,179,869,184

Excel 2013 1,048,576 16,384 XFD 17,179,869,184

Elena wrote the following code in Scratch to have the sprite move and then turn around. However, the code does not work as expected. What should be done to fix the error?

Change "move 20 steps" to "move 10 steps"
Change "turn left 180 degrees" to "turn left 90 degrees"
Change "turn left 90 degrees" to "turn right 180 degrees"
Change "turn right 90 degrees" to "turn left 90 degrees"

Answers

There are a lot of ways to code in Scratch.  What should be done to fix the error is to Change "move 20 steps" to "move 10 steps"

What is Movement in gaming?

Movement is known to be a basic function in any kind of game. It is known to be the first thing one has to do when a person start a new game, and  it can be found in almost all of every game that is made in Scratch.

The movement in games is done by pressing the arrow keys, which tells player's characters to move around on the screen and achieve a given task.

Learn more about coding from

https://brainly.com/question/22654163

Answer:

Change "move 20 steps to move 10 steps"

Explanation:

i got it right on my quiz

A ___ is a type of malware that is attached to a host file and has the ability to replicate, or copy, itself.

Answers

worms are the type of malware that can copy/clone it's self hope this helps

scav

The processor itself provides only limited support for multiprogramming, and __________ is needed to manage the sharing of the processor and other resources by multiple applications at the same time.

Answers

Answer:

The answer is C. software

Explanation:

2. Cryptography relies on open standards - a protocol or standard that is publicly available. Why are open standards necessary

Answers

Answer:

They're necessary in order to ensure that we can all access the internet and access it easily and freely. About anyone can do just about anything. It isn't restricted to just certain people (or companies).

Explanation:

Write 5 different types of basic programs. ​

Answers

Answer:

Word processors.

Game programs.

Spreadsheets.

Data base systems.

Graphics programs.

Explanation:

If the range_lookup argument to the VLOOKUP function is set to TRUE, then the leftmost column of the table_array argument must be in ascending order.Group of answer choicesTrueFalse

Answers

In Microsoft Excel, the leftmost column of the table_array argument must be in an ascending order when the range_lookup argument to the VLOOKUP function is set to TRUE.

What is VLOOKUP function?

A VLOOKUP function can be defined as a type of function that is typically used to look up a value in a specific column in Microsoft Excel.

In Microsoft Excel, the leftmost column of the table_array argument must be in an ascending order when the range_lookup argument to the VLOOKUP function is set to TRUE.

This ultimately implies that, you have to sort the leftmost column of the table_array argument in an ascending order (a through z), in order to get the right results when the range_lookup argument to the VLOOKUP function is set to TRUE.

Read more on VLOOKUP here: https://brainly.com/question/16986179

Does the network include a network device?
a router

A. True
B. False

Answers

Answer:

True 

Explanation:

Everything inside of your network/subnet would be able to communicate with everything else inside the same network but without a router it would be unable to communicate with other networks. It all boils down to what is your network design. If you need to have dhcp or firewall, then you must have a router.

What are the three essential ingredients for a successful implementation of a basic structured cabling network

Answers

A telecommunications serverroom, cabling, work area

what is the total rows of a microsoft work

Answers

A row is a series of data banks laid out horizontally in a table or spreadsheet.

The healing brush tool will pick up the ________ from your source area, but maintain the color in the destination.

Answers

Answer:

The Healing Brush tool allows you to fix image imperfections such as scratches, blemishes, etc. By sampling the surrounding area or using a predefined pattern you can blend the imperfections into the rest of the image. The healing brush tool is located in the Photoshop Toolbox, on the left side. mark as brainliest

Explanation:

Other Questions
What shot is a shot where the camera moves up and down on a vertical axis?. Why do governments regulate natural monopolies ____________ are used when not enough information is available to establish an EAR for a particular nutrient. Layla made chili for a football party. She started making the chili at 3:45 P.M. It took 40 minutes to prepare and assemble the ingredients. Then, the chili had to simmer for 45 minutes. What time was the chili ready? Please can you write 100 Words or more.1. Have you ever been in any type of performance? How did it go? Did you enjoy the experiencia? If you have not, would you want to perform?2. What are the things that maje you different and unique? How many Joules are released to cool 250.0 grams of liquid water from 100C to 0C? The specific heat of water is 4.180 J/g.C.Is this endothermic or exothermic? The largest identified asteroid is Ceres and is about three times the size of the Moon.TrueorFalse Sally has $600 to spend on home repairs. If the repairman charges $75 for the visit and $37.50 per hour, for how many hours can Sally hire the repairman to work? Which statement is true of most World War II African American military units? did selena quintanilla Prez have children with her husband chris perez? if so, how many? a telephone cost $250. the sales tax is 7.5 . what was the cost of the telephone including sales tax Solve for p: p/10 = 7.2/36 divide 20000 in the ratio in the 5:4:1 3) How willthe goodsand servicebedistributedto theconsumers?Middle Escribe la forma correcta del verbo (ser / estar/ir) ms apropiado para completar la frase.1.) Los chocolates __ de mi hermano. A ________ is an open cavity in a volcanic rock that was filled by a gas bubble when the lava was still mainly liquid. In "An Hour with Abuelo," Arturo's mother wants him to visit his grandfather in the nursing home How does Arturo respond to his mother's demand to visit Abuelo? He tells her the smell of Golden Years is awful and that it turns his stomach O He tells her he has too much reading to do for the AP English class he wants to get into O He explains that he doesn't want to visit Abuelo because the other grandchildren will be there O He lets her drive him there but says if she doesn't come back in an hour, he will take the bus home. 1 2. This is very urgent please help! caused by vasoconstriction of the dermal blood vessels I need a SIMPLE definition of the addition property of equality, subtraction property of equality, multiplication property of equality, and division property of equality.