1. Consider the following program in Basic 10 READ X, Y, Z
15 DATA 20, 30, 10
20 S = X + Y + Z
30 A = S/3
35 PRINT S, A, X, Y, Z
40 END The output will be





Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->In a club 70% members read English news papers and 75% members read Malayalam news papers, while 20% do not read both papers. If 325 members read both the news papers, then the total numbers in the club is .........?....
QA->A program Graph has ‘start’ and ‘end’ nodes. The total number of paths from start to end is equivalent to the -----------set of test data required to test the software.....
QA->Consider a Program Graph (PG) with statements as nodes and control as edges. Which of the following is not true for any PG?....
QA->In a Program Graph, ‘X’ is an if-then-else node. If the number of paths from start node to X is ‘p’ number of paths from if part to end node is ‘q’ and from else part to end node is ’r’, the total number of possible paths through X is :....
QA->Name the American weekly news magazine which ends print edition at the end of 2012 after 80 years of publication?....
MCQ->What will be the output of the program? public class X { public static void main(String [] args) { try { badMethod(); System.out.print("A"); } catch (RuntimeException ex) / Line 10 / { System.out.print("B"); } catch (Exception ex1) { System.out.print("C"); } finally { System.out.print("D"); } System.out.print("E"); } public static void badMethod() { throw new RuntimeException(); } }....
MCQ->System.out.print("Start "); try { System.out.print("Hello world"); throw new FileNotFoundException(); } System.out.print(" Catch Here "); / Line 7 / catch(EOFException e) { System.out.print("End of file exception"); } catch(FileNotFoundException e) { System.out.print("File not found"); } and given that EOFException and FileNotFoundException are both subclasses of IOException, and further assuming this block of code is placed into a class, which statement is most true concerning this code?....
MCQ-> Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and answer the below questions a: if the data in Statement I alone are sufficient to answer the question, while the data in Statement II alone are not sufficient to answer the question. b: if the data in Statement II alone are sufficient to answer the question, while the data in Statement I alone are not sufficient to answer the question. c: if the data either in Statement I alone or in Statement II alone are sufficient to answer the question. d: if the data even in both Statements I and II together are not sufficient to answer the question. e: if the data in both Statements I and II together are necessary to answer the question.How many persons are there in a straight line who are facing North ?I. L is standing exactly in the middle. L is an immediate neighbor of both A and O. Two persons are standing between A and T. T is standing at the second position from the left end of the line. B is standing at the extreme left end of the line. II. J is standing at the second position from the right end of the line. Five persons are standing between J and F. There are two persons between F and K. K is at one of the extreme ends of the line.....
MCQ->You configure your Windows 2000 Server as a print server. You install a second PnP Network adapter to improve the performance. The first adapter uses IRQ11, and the second adapter uses IRQ5. The server is now unable to print to print devices connected to a non-PnP LPT2 port adapter. You want to continue to use the print devices connected to your print server. What should you do?....
MCQ->What will be the output of the program? #include<stdio.h> #define PRINT(int) printf("int=%d, ", int); int main() { int x=2, y=3, z=4; PRINT(x); PRINT(y); PRINT(z); return 0; }....
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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions