answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the output of code corresponding to the following pseudocode?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is imitation code?

pseudocode


Is pseudocode a combination of programming language and machine code?

No. Pseudocode is not used to write complete programs; rather, it is an overview of what you want to achieve. For example, the following pseudocode is for a program to print a list of square roots: for i = 1 to 10 show i, i*i A specific programming language may not have a "show" command, and the structure of the "for" loop might be different; additional setup and cleanup commands may also be required in a real computer program; the purpose of this pseudoce is merely to explain, to a human, what you want to achieve. The real code, with more detail, will have to be added later.


Can pseudo code be executed or compiled.give reason?

No. If it could be executed or compiled, it wouldn't be pseudocode, it would be code.


What is the difference between pseudocode and trace table?

pseudocode is a sentence-like representation of a piece of code while a trace table is a technique used to test a algorithms.


Write the Pseudocode to find the factorial of a number?

Pseudo code+factorial


Explain Pseudo code for circular linked list?

write pseudocode for link list


What are the pseudocode keywords for loop?

Pseudo code does not have key words, you make it up, that's why it is pseudo.


Can two arrays exist in one pseudocode?

Or even three. Actually, pseudo-code has no rules.


What is the pseudocode for converting Fahrenheit to Celsius?

how to write the pseudo code for : (5/9)(f-32)


Difference between pseudocode and flowchart?

Pseudo code is a sentence-like representation of an piece of code.A flowchart is a symbolic representation of code, using box shapes and arrows. http://wiki.answers.com/What_is_the_differences_between_Pseudocode_and_Flowchart#ixzz16xbjczkm


Design of a binary up counter from 0-10 using a pic16f84?

Output the numbers from 0 to 10 to the port register, for onstance in PICBasic use the following code: [code] for PORTB = 0 to 10 next PORTB [/code]


Is a bar code printer input or output?

A bar code printer or any kind of printer is an output device.