Ask Experts Questions for FREE Help !
Ask
    andyhaus1057's Avatar
    andyhaus1057 Posts: 98, Reputation: 1
    Junior Member
     
    #1

    Jul 19, 2009, 06:14 PM
    Pseudocode statements
    Hi, these are my guesses. Can you please check on them?

    1) A ___ statement in pseudocode to write a single alternative decision structure.

    B?

    a) Test-jump
    b) If-Then
    c) If-Then else
    d) If-Call

    2) A ___ statement in pseudocode to write a dual alternative decision structure.

    A?

    a) Test-Jump
    b) If-Then
    c) If-Then-Else
    d) If-Call
    chuckhole's Avatar
    chuckhole Posts: 850, Reputation: 45
    Senior Member
     
    #2

    Jul 20, 2009, 05:05 AM

    1) correct
    2) c) If-Then-Else
    network student's Avatar
    network student Posts: 2, Reputation: 1
    New Member
     
    #3

    Apr 14, 2013, 08:43 PM
    How to write a pseudocode statement that declares the variabel cost so it can hold integers.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

If-then-else statements [ 2 Answers ]

How would I go about designing an If-Then-Else statement or a flowchart with a dual alternative decision structure) that assigns 0 to the variable b if the variable a is less than 10? Otherwise, it should assign 99 to the variable b.

Financial Statements [ 4 Answers ]

What do financial statements tell about a company? How do you read them?

Pseudocode programming [ 2 Answers ]

This pseudocode contains several nested If-Then-Else statements. It was written without proper alignment and indentation. How would I rewrite the code and use proper conventions of alignment and indentation? If score < 60 Then Display “Your grade is F.” Else If score <70 Then Display “Your...

Income statements [ 5 Answers ]

I am doing a computer project and I have gotten great answers when it came to the trial balance, really helped to see what I was doing wrong, now I have to make an income statement, retained earnings, and classfied balance sheet, I have tried to set up each of them, but only started on the figuring...

Financial Statements [ 1 Answers ]

Who are the internal and external users of a company’s financial statements?


View more questions Search