1. LPEPSI = 2
2PEPSI = LPEPSI LPEPSI + 1
GOT TO (3, 5, 9, 11, 13, 17, 21, 23) LPEPSI

After the execution of above statement the control is transferred to statement number





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 02 Jun 2017 01.03 am
    Since L PEPSI = 2 x 2 + 1 = 5 the control goes to the fifth statement, i.e., 13.
Show Similar Question And Answers
QA->A statement followed by two assumptions I and II is given. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You are to decide which of the given assumptions can definitely be drawn from the given statement. Indicate which one of the four given alternatives is correct ? Statement : If more encouragement is given to Sports, Indians will win more gold medals at the Olympic Games. Assumptions : I. Indians do not win gold medals. II. More enc....
QA->Who is the author of “Harvard Crimson; How Opal Mehta Got Kissed; Got Wild and Got a Life”?....
QA->The execution of the Pallivasal Hydroelectric Scheme was during the period of?....
QA->“The Indian Rebellion of 1857 was not one movement …. it was many” – The above statement has been made by?....
QA->There is no chance of your getting that medicine Frame a question to the above statement from the following....
MCQ->LPEPSI = 2
2PEPSI = LPEPSI LPEPSI + 1
GOT TO (3, 5, 9, 11, 13, 17, 21, 23) LPEPSI

After the execution of above statement the control is transferred to statement number....
MCQ->Let JCOKE = 98 and LPEPSI = 42 Consider the statement

IF (JCOKE - 3 LPEPSI) 5, 6, 7
5 JCOKE = JCOKE + 5
6 JCOKE = JCOKE + 8
7 JCOKE = JCOKE + 11

The value of JCOKE after the execution of above statement will be....
MCQ->LET JCOKE = 11 and LPEPSI = 19. Consider the statement

IF (JCOKE - LPEPSI) 5, 5, 7
5 JCOKE = JCOKE + 2
7 JCOKE = JCOKE + 5

The value of JCOKE after the execution of above statement will be....
MCQ->Let JCOKE = 20 and LPEPSI =15. Consider the statement

IF(2 JCOKE. LE. LPEPSI)
JCOKE = JCOKE + 5
JCOKE = JCOKE + 3

The value of JCOKE after the execution of above statement will be....
MCQ->Which of the following statements are correct? The switch statement is a control statement that handles multiple selections and enumerations by passing control to one of the case statements within its body. The goto statement passes control to the next iteration of the enclosing iteration statement in which it appears. Branching is performed using jump statements which cause an immediate transfer of the program control. A common use of continue is to transfer control to a specific switch-case label or the default label in a switch statement. The do statement executes a statement or a block of statements enclosed in {} repeatedly until a specified expression evaluates to false.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution