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

Q1) Answer the below true and false and multiple choices questions True or False

ID: 3877953 • Letter: Q

Question


Q1) Answer the below true and false and multiple choices questions
True or False:
1. Character data includes all numerical data.
2. The hierarchy of operations identifies the order in which the operators are executed.
3. A flowchart is a graphical representation of an algorithm.
4. To create a properly formed DOWHILE loop you must place the loop steps in the YES path
of the loop.

Multiple choices

5. Evaluate the following equation for R, given A = 4, B = 5, C = 8 is: R = A + B * 2 – (C + 4) / A

a. 11
b. 10
c. 12
d. 15

6. An ideal variable name for a client name is:

a. C
b. Cli
c. Client_name
d. CN

7. In a flowchart the diamond indicates:

a. A decision.
b. Input/output.
c. Processing.
d. Start.

8. A data item whose value may change during processing is a(n):

a. defined value
b. constant
c. input
d. variable

Explanation / Answer

Q1). Character data includes all numerical data.

Ans:- TRUE ---> Because Character contains alphabet A-Z (upper or lower case), the digits 0 to 9, and the underscore..

Q2).The hierarchy of operations identifies the order in which the operators are executed.

Ans:- TRUE

Q3).A flowchart is a graphical representation of an algorithm.

Ans:- TRUE

Q4). To create a properly formed DOWHILE loop you must place the loop steps in the YES path
of the loop.

Ans:- TRUE

Q5).Evaluate the following equation for R, given A = 4, B = 5, C = 8 is: R = A + B * 2 – (C + 4) / A  

Ans:- 4+10-(8+4)/4 = 11

Q6).  An ideal variable name for a client name is:

Ans:- C. Client_name

Q7). In a flowchart the diamond indicates

Ans: a. A decision.

Q8).  A data item whose value may change during processing is a(n):

Ans:- D.... variable

Thanks a lot, Please let me know if you have any problem......