Fundamental Programming Language 2 featured slide 2 title

This theme is Customized by Vaibhav P Sonawane - theme downloaded from Premiumbloggertemplates.com.

123

Monday, February 22, 2016

1st Question Bank for FPL2

1.      Consider the following program: import myLibrary.*; public class ShowSomeClass { // code for the class... } What is the name of the java file containing this program? A. myLibrary.java B. ShowSomeClass.java C. ShowSomeClass D. ShowSomeClass.class E. Any file name with the java suffix will do 2. A constructor A. must have the same name as the class it is declared within. B. is used to create objects. C. may be declared private D. A and B E. A, B and C 3. Which of the...

Tuesday, February 16, 2016

Microcontroller.

Microcontroller is a small computer (SoC) on single integrated circuit. It contains : processor core programmable memory programmable input/output peripheral      3.  Microcontrollers are designed for embedded applications,      4. in contrast to the microprocessors  used in personal computers or other general purpose applications consisting of various discrete chips.     ...