Skip to main content

Posts

Showing posts from 2015
1. //WAP in java to print "HAPPY BIRTHDAY" message ten times on the screen. class l1 { public static void main(String args[]) { int i; for(i=0;i<10;i++) System.out.println("HAPPY BIRTHDAY"); } } 2. //WAP in java to print the alternate week day names.Do not input the week day number. class l2 { public static void main(String args[]) { int i; for(i=0;i<10;i++) { if(i==1) System.out.println("Sunday"); else if(i= =3) System.out.println("Tuesday"); else if(i= =5) System.out.println("Thursday"); else if(i= =7) System.out.println("Saturday"); } } } 3. //WAP in java to print first 100 even number class l3 { public static void main(String args[]) { int i; for(i=0;i<100;i+=2) System.out.println(i); } } 4. //WAP in java to print all positive odd numbers upto 155 class l4 { public static void main(String args[])...
1. Who is known as the father of IBM PC? A: Don Estridge 2. Identify these personals from the history of computing.      A: Blaise Pascal 3. A: Joseph Marie Jacquard   4.Slate 500 is a multi-touch capable slate PC from which company A: HP 5. Who is claimed to be the first human to be affected with a computer Virus? A: Mark Gasson 6. “Honeycomb” is the code name of ?   A: Android 3.0   7.He founded the company , Wheels of Zeus in 2001. Who am i point to?   A: Steve Wozniak 8. How do you know American standard code for information interchange?   A: ASCII 9."Gorilla Grip of Death” is associated with which popular product? A: iPhone 4 10. “Check Out” is online payment service by? A: Google