Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

The main reason for using secondary storage is to hold data for long periods of

ID: 3874560 • Letter: T

Question

The main reason for using secondary storage is to hold data for long periods of time, even when the power to the computer is turned off. True False The smallest storage location in a computer's memory is known as a _____. switch word bit byte letter The _____ is a diagram that graphically depicts the steps that take place in a program. Algorithm Program Code Flowchart Pseudocode If you mistakenly write pseudocode into an editor for an actual programming language, such as Python or Visual Basis, errors will result. True False

Explanation / Answer

Q No 1 .... true .. secondary storage is designed to store data permanently because main memory contains current working data

Q No 2... Byte is smaller memory

Q No 3.. Flowchart it contain the diagram and flow of program or code

Q No 4.. True . if you put the wrong code in the wrong editor it definitely generate error