Which of the following is NOT true about a flow chart?
A. It is usually created by programmers after writing a program
B. It shows programmers different algorithms before creating a program
C. It uses boxes of different shapes which indicate different types of
instructions
D. It helps programmers pay attention to the logic of the solution to the
problem

Answers

Answer 1
i think the answer is A
Answer 2

The not true of flow chart.

A flow chart is an illustration that shows the several steps of the process or the sequence if events and is a tool that can be used to adapt a wide variety and describes the purposes of the processes. Is basically a type of diagram representation of an algorithm.

This shows the answer is created for the programmers after a program.

The flow chart is a guide and describes the methodology of completing the task and the various steps involved to solve the same.Hence option A is correct.

Learn more about the flow chart.

brainly.com/question/15712490.


Related Questions

Which of these is not a common type of programming design?
~object-oriented design
~structured programming design
~graphic design
~top-down programming design

Answers

Answer:

structured programming design.

Explanation:

Answer:

I can confirm its structured programming design

Explanation:

How do you write a multiplication formula in excel with an absolute refrence?

Answers

To multiply all the numbers in column A by cell C2, add $ symbols to the cell reference like this: $C$2, which you can see in the example below. Using $ symbols tells Excel that the reference to C2 is “absolute,” so when you copy the formula to another cell, the reference will always be to cell C2.

Can anybody do Algorithm 2 for me (with Python).
Answer = 25 points.

Answers

Answer:

age=int(input("Enter age"))

if age>=18:

    print("You are Young")

else

   print("You are child")

Explanation:

if you have any query or any problem kindly ask in comment

does anyone now how to make an app on code.org????
i’ll pay you if you can do it for me!!

Answers

Answer: Honestly, code.org wont get you far. I recommend you get a IDE and pick a language to learn.

I would be happy to help you im not going to make it for you but i can help walk you thought it. I know a little bit of code.org had to make something in it last year.

One benefit proprietary licensed software is that it

Answers

Answer:C

Explanation:

Why is storage and important part of the computing process? It must be atleast five sentences.

Answers

Your computer needs storage because the processor needs a place to perform its magic — a scratchpad for mad doodles, if you will. All computers need storage. ... Memory is where the processor does its work, where programs run, and where information is stored while it's being worked on.

And why five sentences?

Sean works with large multimedia files. He needs to send a very large file to a client for comments. What utility should he use?


Reducer

File Compression

Cleaner

File Wiping

Answers

File wiping i believe

PLZ HELP I NEED HELP 3RD GRADE MATH​

Answers

12/6 would be equal to 2
The answer would be ~12/6~ because 6*2=12 or 12 divided by 6=2

Hope this helps

Have a great day/night

1) Given what you have learned about computers and information technology thus
far, what IT career interests you the most? Use the job descriptions and titles in the
"Computer and Information Technology" section of the Occupational Outlook
Handbook or the IT career cluster for your answer. (2 points)

Answers

B r u h that is mostly based on your opinion

Lin wants to play an online game with her friends. She read the description of the game and knows it contains several features with addictive design, including rewards for completing levels and long game times with penalties for quitting early. She likes the game but doesn’t want to get sucked in and skip her homework (which has happened before)! Name two guidelines Lin should set for herself before playing the game.

Answers

Answer:

Set a time limit for herself. Ask her parents for help monitering her app usage.

Choose the best answer from the drop-down menu. A ______ allows multiple connections to a single signal. Without a ______, connecting to the Internet would not be possible. A ______ connects 1 or more networks and handles network traffic.

Answers

Answer:

Router

Explanation:

A router facilitates the communication of multiple devices wirelessly on a modem.

Answer:

A

✔ hub

allows multiple connections to a single signal.

Without a

✔ modem

, connecting to the Internet would not be possible.

A

✔ router

connects one or more networks and handles network traffic.

Explanation: This is the correct answer on Edge 2021, hope this helps^-^.

How would you identify the cell located in column
Brow 12?
A. 12B
B. B12
C. B:12
D. 12:B

Answers

Answer:

B. B12

Explanation:

Edge2021

The process of acquiring existing information or developing new information.

Answers

Answer:

Various definitions of the SDLC methodology exist, but most contain the following phases.

Preliminary Analysis. In this phase, a review is done of the request. ...

System Analysis. ...

System Design. ...

Programming. ...

Testing. ...

Implementation. ...

Maintenance.

Explanation:

There are four methods of acquiring data: collecting new data; converting/transforming legacy data; sharing/exchanging data; and purchasing data. This includes automated collection (e.g., of sensor-derived data), the manual recording of empirical observations, and obtaining existing data from other sources.

3.
What is the meaning of *.VBP.

Answers

Answer:

The meaning of VBP is Visual Basic Project

Answer:

visual basic projects thankyouu HAHAHAHA

because cute ako

Multiple Select Which conditions make using an array a better choice than a list? Select 3 options. when your list would contain a mixture of numbers and string values when you have a very large quantities of numeric data values when all your data are string when you will do a great deal of arithmetic calculations when efficiency is of great importance

Answers

When you have a very large quantities of numeric data values

When you will do a great deal of arithmetic calculations

When efficiency is of great importance

The conditions that make using an array a better choice than a list are:

When you have very large quantities of numeric data valuesWhen you will do a lot of arithmetic calculationsWhen efficiency is of great importance

What are arrays?

An array is a set of items, images, or numbers arranged in rows and columns. Any set of rows or columns is referred to as an array. Examples of arrays include rows of seats for a recital, rows of cards laid out for the game of Memory, and rows of numbers in an Excel spreadsheet.

It is important to think of an array as a collection of variables of the same type even though it is used to store a collection of data. An array is a group of identically data-typed elements kept in consecutive memory regions.

Therefore, the correct options are B, when you have very large quantities of numeric data values, D, when you will do a lot of arithmetic calculations, and E. When efficiency is of great importance.

To learn more about arrays, refer to the link:

https://brainly.com/question/13107940

#SPJ5

Which are two fundamental building blocks for creating websites?
OOOO
HTML
XML
CSS
DOCX
AAC

Answers

Hey the main coding languages for building websites are html. html is for the formatting . when CSS the other one is used for the style. we use CSS for style sheets and much more.  

if you think about it like a house html is the foundations and the walls and css is the paint.

Hope this helps.

One tool under What-If-Analysis is Scenarios. Which best describes the purpose of setting up and using scenarios

1. to quickly combine multiple formulas from different cells into just one
2. to instantly compare results when data in numerous cells change to specified values
3. to conduct automatic complex statistical analysis on a range of cells
4. to constrain some cells to certain values so that the wrong data are rejected if entered​

Answers

Answer:

Option B, to instantly compare results when data in numerous cells change to specified values

Explanation:

Scenario setting with in the What If Analysis is used to compare various scenarios with in the same excel sheet. Scenarios has set of values that are saves and updated automatically as the values with in the cell changes. Also the scenarios can be switched.

Hence, option B is correct

My coding will not work. I don't know what the issue.

Answers

Can you give us a better and larger picture please?


Which of the following is document content that displays at the top of every page?
Choose the answer.

style set

footer

header

title

Answers

Answer: Header/Title

Explanation:

What is the purpose of HTML?
A. to store data
B. to structure a document
C. to style a document
D. to add functionality

plz it a test

Answers

You can style and structure with it so it’s either one of those

Which of the following is true about file formats?

Answers

It’s lil uzi Fer debí Moo cosmo I
234
Me

Answer:

i feel like the answer to this question would be ''Free file formats may be either open or closed.'' If  i'm wrong, plz let me know ^^

Explanation:

Which of the following is true of binary files?

Answers

Try using socrative to answer your question it’s really good

The statement which is true about binary files is:

A. They are associated with particular software programs

According to the given question, we are asked to select the statement from a list of answer choices which shows a correct statement about a binary file and its functions and characteristics.

As a result of this, we can recall that a binary file is one which has its files decoded by a program which has a good idea of how the formatting was done and certain information can be found.

With this in mind, the statement which is accurate about a binary file is that they are associated with particular software programs.

Therefore, the correct answer is option A.

Read more here:

https://brainly.com/question/23117620

Which command do you use to save a document with a new name? Choose the answer.
Save As
Save New
Save Type
Save​

Answers

Answer:

Explanation:

Most word processors use Save As which not only allows you to save with a different name, but the root can be changed as well. I use LibreOffice write. Its Save As Command allows you to change the name from say J1 to Jerome and also to save the document in many of the word formats. That last ability is really important because some people only have Microsoft products. On my old computer, I have Microsoft Word 2000. If I want to transfer files, that is how I have to save the file.

This logo bby im sorry huhu​

Answers

Answer:

I believe this was for someone else online, Unfortunately that's a little weird to be dating here ya know, Never know if there is someone really old or young you could be dating.

can someone please help me answer this I can’t fail. tysm :)

Answers

Answer:

option d because of you. blaa

Explanation:

whu

You get an email from your project manager asking you to review the month's sales data. This is an
example of:
A globalization.
B delegation
C amplification
D disinformation

Answers

Answer:

delegation

Explanation:

PLEASE HELP ME!!!!!
In Python, an array is called a ______________.

Answers

Answer:

List

Explanation:

In python programming language, an array is also referred to as a sequence.

What are programming languages?

Programming languages are digital languages that help to create software and programs over computer and computers networks. Python is one such coding language, and is widely used globally.

In python, the arrays are representatives of a sequence, which may describe any data elements and are put into such sequence with proper index in a chronological order.

Hence, in a programming language like python, an array represents a sequence.

Learn more about programming languages here:

https://brainly.com/question/14379391

#SPJ2

which description below would describe a library linked to a coding file?

1. Imagine to pull into your game.

2. A library helps you find errors in your code.

3. Pre-written function to be used over and over.

4. Books.

Answers

Answer:

2 im pretty sure

Explanation:

I just did this quiz and i got it correct so im pretty sure its 2 :D

If y varies inversely as x, and y =23 when x=8, find y when x=4 .

Answers

I think u just divide y by two cuz the x value was divided by two

What is the maximum number of pixels per inch that the human eye can see on a smartphone
screen?
O 24ppi
O 60ppi
O 326ppi
O 500ppi

Answers

Answer:

326 i think

Explanation:

Other Questions
Evaluate the following expression.2 + (10 - 7) + 6 Can you simply these fractions? why do i get acid reflux when i drink orange juice A force of 200N was required to pull the arrow back 0.25m in the bow. If the archer were to release the bowstring how much energy would the arrow gain? What is the correct definition of a phalanx that is shown in thisimage?O a soldierO a weapon of warO a battlefieldO a military formation What do you think will happen if you put it above the tube that is over the hot soil? Mangoes are on sale 4 for $3. Mindy buys 14 mangoes.The sales tax is 12%.What is the total price Mindy pays for the mangoes? Dominic invested $9,400 in an account paying an interest rate of 4 % compoundedcontinuously. Alexandra invested $9,400 in an account paying an interest rate of 4% compounded quarterly. After 16 years, how much more money would Dominichave in his account than Alexandra, to the nearest dollar? Your teacher gave you 2/3 a bag of candy, but she only gave your friend 1/8 of a bag.How much more of the bag did your teacher give you than your friend? Can somebody help me please thank you Determine mDFG :)))) 4,5,10,8,4,8,7,6 range What was one major effect of the Erie Canal?A The volume of trade passing through the southern ports decreased.B The cost of shipping goods on eastern roads increased.C The cost of shipping goods from the Midwest decreased.D The number of ships passing through northern ports decreased. PLEASE DO THIS QUESTION ASAP! BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!BRAINILEST!What country does Benjamin Franklin mean when he says "...my country?"Choice 1: Colonial America (13 Colonies)Choice 2: England Write an informative essay that explains how life in the late 1800s was different from the way it is today. WILL GIVE BRAINLIEST TO the FIRST ANSWER The electron has a negative charge.TrueFalse Judicial Branch in a FlashNamA. Complete the Sentence. Use the terms andideas that you learned in this lesson to finish eachstatement.B. Makidescriptionly, orin the ccdone for1. The only court the Constitution creates isTrial2. The two court systems in the United States are Court how will angles help me in life i just want to know "The people are evidently taking every preparations for resistance. They are taking every means to provide themselves with arms"-Frederick Mackenzie 1775This quote is from a British officers diary. To whom is this officer referring?A. British soldiersB. the militias of BostonC. the Continental congressD. British loyalists palabra derrivativa cristal