Sunteți pe pagina 1din 19

I ___ refers to two or more computers connected together.

I ___ are programs that provides resources


I In web language, a client program is called a ___
I The modern Xwindow system, first developed in __
I Within the Internet each separate computer is called a ___
I The ___ system is similar to the web
I Each LANs is connected to a high-speed link called a __
I In internet data is broken into small packages called __
I Which account is better__
I __ hardware device acting as an interface between computer and telephone
I A single ISDN line provides a number of __
I Some times a mail server is referred to as a ___server
I PPP stands for ___
I Phone lines transmit data is an __ format
I Any data that is not simple text referred to as __data
I ___ is a collection of messages with a particular name
I A ____ is a plug on the computer to which we can attach a device.
I __ is much faster than even fastest modem
I The ___ service allows to establish an interactive session with another computer on the internet
I The rest of the ___ select the address to which the message should be sent.
II ___ was developed by sun microsystem of USA in 1991
II Java __ that specifies the name of the class.
II __may contains data type declaration and executable statements
II Smallest individual units in a program are known as ___
II Java language are the characters uset to write java__
II Java Language is rich in its ___
II ___ programs can read and write files and perform certain operations
II __ is a fixed value we cannot change during the execution of a program
II ___ are symbols used to indicate where groups of code are divided and arranged
II The javac compiler creates a file called __
II The compiler converts the source code files into ___file
II An ___ constant refers to a sequence of digits.
II ____ statement is a multiple decision making statement
II The ___ operator is used to access the instance variables and methods of class
II All language compilers translate source code into ___for a specific computer.
II ___ are small java programs developed for internet applications
II ___ statement will be executed atleast one time
II ___is an entry-controlled loop statement
II When the ___ statement is encountered inside a loop, the loop is immediately exited.
II __performs a set of operations repeatedly until the conditions are true
III In Java, the data items are called ___
III In Java variables are termed as ___of classes
III Data is __ in a class by placing data fields inside the body of the class definition.
III Object in Java are created using the __operator
III __ is used when objects are required to perform similar tasks but using different input parameter
III The mechanism of deriving a new class from an old one is called__
III The subclass __ uses the keyword super to invoke the constructor method of the superclass
III A common reqirement in object oriented programming is the use of a derived class as a __
III Threads are extensively used in Java-enabled browser such as __
III Threads are implemented in the form of objects that conatin a method called__
III __ blocked until certain condition occur
III When we create a thread object, the thread is born and said to be in ___
III The call to __ method is enclosed in a try block and followed by a catch block
III In java each thread is assigned a __ which affects the order in which it is scheduled for running
III ___ blocked for a specified time
III ___ blocked until further orders.
III The __ state means that the thread is ready for execution
III ___method is used for running
III ___ method is used for kill
III A sleeping thread cannot deal with the ___ method because it can't receive any instructions.
IV An __ interface is basically a kind of class
IV Interfaces are used as ___whose properties are inherited by classes
IV The new sub interface will __ all the members of the super interface to sub classess
IV ___ declaration will contains only a list of methods without any body statement
IV When a class implement more than one interface, they are separated by a__
IV Java does not support ___
IV ___provides a larger number of classes grouped into different packages
IV ___ can be named using the standard java naming rules
IV Define the class that is to be put in the package and declare it ___
IV Create a subdirectory under the directory where the main ___ are stored
IV When import a package using __ all public classes are imported
IV ___import is another language feature introduced with J2SE5.0 release.
IV The ___ contained in the packages of other programs can be easily reused
IV The packages are organised in a ___structure
IV Compile the file creates __file in the subdirectory
IV Declare the name of the package using the __keyword followed by a package name.
IV ___ classes for creating and implementing applets
IV The classes contained in the __ of other programs can be easily reused
IV We use the ___ statement when there are many references to a particular package.
IV Every package name must be __ to make the best use of packages
V ___ are small java programs that are primarily used in Internet computing
V An applet developed locally and stored in a local system is known as a __
V A __ is that which is developed by someone else and stored on a remote computer
V In order to locate and load a remote applet, we must know the applet's address on the __
V __ cannot read from or write to the files in the local computer
V Applets cannot communicate with other servers on the ___
V Applet cannot run any __ from the local computer
V Designing a web page using __ tags
V Incorporating ___ tag into the web page.
V Applet enters the __ state when it is first loaded
V Every java applet inherits a set of default behaviours from the ___ class.
V Web pages are stored using a file extension ___
V An applet is said to be __ when it is removed from memory
V An applet becomes __ when it is stopped from running
V Applet enters the ___state when the system calls the start( ) method of Applet class
V Applet moves to the __ state wheneve it has to perform some output operations on the screen.
V ___ method to terminate the thread.
V ___ method to create a thread to control the applet.
V The __ method is used to display graphics
V To run an applet, we need ___
I Define internet.
I What are the uses of internet?
I What is TCP/IP?
I Compare hardware and software requirement in internet?
I What do you infer from hosts and terminals?
I Explain the Top-Level Domains.
I How ISDN is organised?
I How to choose a Modem?
I How to make use of URLs?
I Organize the steps involved in making your own web page.
II What are the conventions followed in Java for naming identifiers?
II Show the steps that involved in implementing a stand-alone program.
II What is scope of variables.
II Explain the Symbolic constant?
II Show the Math functions and comments.
II Summarize the type casting.
II How to organize the java program?
II How to apply the Conditional operator, Give example.
II Identify unnecessary parantheses in the following arithmetic expressions.
a) (x-(y/5)+z)%8)+25
b) ((x-y)*p)+q
c) x/(3*y)
II Build an application with two classes.
III Show the difference between suspending and stoping of thread?
III Define inheritance and their types.
III Relate runnable and running statement in life cycle of thread?
III Extend thread class to make a class runable.
III Illustrate Methods overloading
III Explain Static Members.
III Discuss Nesting of Methods with example.
III How to create threads?
III Apply synchronisation to solve the problem of threads.
III Construct the Thread priority?
IV Define Interface and write syntax for defining an interface.
IV What is an extending Interface.
IV What is a package?
IV Compare between an Interface and a class.
IV Explain java API pakages.
IV Show hirearchical representation of java.awt package
IV Plan how do we add a class to a package.
IV Build a simple program for packages.
IV Develop a program or interface
IV Organize the various forms of interface implementation.
V How Applets differ from Applications?
V Define local and Remote applets.
V List the application of applet?
V How applet enter into the running state?
V Compare between Dead state & Display state.
V Show the outline of idle state.
V Explain Applet tag.
V Summarize Adding an applet to a HTML documents.
V Identify java appletviewer or java-enabled browser is available.
V Develop a program to display messag using applet.
I How does internet connect to other device?
I What do You infer from the features of internet?
I List the types of internet?
I Illustrate the internet service provider
I Classify the hardware requirements.
I Demonstrate how to connect internet with hardware dervice?
I What software do you need to access the internet?
I Explain Shell Account and PPP account.
I How to choose internet service provider?
I Develop a program to create a web page.
II What is Token? Explain the various types of Token supported by Java
II List the basic data types used in Java. Give example.
II Relate the branching and looping statement
II Classify the scope of variable
II Illustrate the Constant
II Classify the operators and their types
II Demonstrate a flow chart for entry and exit control loop?
II Develop a program for nested if else statement?
II Identify the difference between increment and decrement operators
II Apply Precedence of arithmetic operators for the following statement
x=a-b/3+c*2-1 when a = 9, b = 12, c =3.
III Define inheritance and list the different forms with an example.
III Write a program using Multilevel inheritance.
III How to access class members? Explain.
III Illustrate the method declaration
III Summarize Methods overloading with example.
III Demonstrate about synchronization
III Illustrate the concept of single inheritance.
III Construct a life cycle of thread
III Develop applicaions of classes and objrcts
III Apply multithreding concept to develop multiplication tables.
IV Define about interface with example?
IV How to extend interfaces?
IV List the types of java package?
IV Illustrate about using a package.
IV Explain about creating a package
IV Summarize the accessing interface variable with example.
IV Illustrate how interfaces are implemented with an example.
IV Summarize the using system package.
IV Build a program using package.
IV Construct a java program to implement the concept of multiple inheritances using interface.
V Define how to prepare and write the Applets?
V What is the applet application?
V How to Run the Applet.
V Explain how to add Applet to HTML File.
V Summarize how to design the web pages?
V Demonstrate life cycle of Applet.
V Illustrate a applet tag
V Show how to add applet to HTML file
V Build the applet code.
V Develop a java program to draw several shapes using applet.
NETWORK LAN BACKBONE
clients server browser
clients server browser
1982 1983 1984
clients host server
gopher Net browser
NETWORK LAN BACKBONE
TCP/IP TCP IP
shell account ppp account host
network LAN browser
data net channels
SMTP SLIP SMIP
POINT-TO-POINT Protocol POWER-TO-POWER Protocol POINT-TO-POWER Protocol
analog digital oposite
unary binary text
folder file text
POWER POINT PORT
internet telephone ISDN
gopher TCP telnet
URL SMTP SLIP
java internet c
identifier keyword struct
identifier methods keywords
keywords identifier structure
structure variable tokens
constant variable string
Applets Stand alone web applet
variables methods constants
operator binary unary
Test.class file.javac javac.filename
machine code bytecode virtual code
float string integer
if then switch while
dot bitwise conditional
bytecode machinecode virtual code
Applets Stand alone web applet
while do-while for
simple if if then while
while do-while for
structure loop functions
encapsulation polymorphism field
member data class
encapsulated polymorphism field
delete new create
objects class method overloading
method overloading operator overloading constructor
constructor superclass class
baseclass superclass derived class
java applet applet Hot Java
sleep() stop() wait()
wait( ) run() sleep()
thread newborn state runnable state
wait( ) run() sleep()
thread newborn state applet
sleep() stop() wait()
sleep() suspend() wait()
runnable newborn state running state
start( ) sleep() stop()
start( ) sleep() stop()
resume( ) start( ) sleep()
method function interface
baseclass derived class newclass
inherit method function
inherit method function
colon semicolon comma
single inheritance hybrid inheritance multilevel inheritance
Java API Hot java applet
method packages interface
private member public
bytecode virtual machine code
asterisk slash comma
method static member
method function classes
linear class method
.class .java .javac
package class structure
java.applets java.net java.awt
package class structure
export import package
unique single double
applets package class
global local applet virtual
local applet remote applet applet
local global web
applets package web
global local network
applets program web
HTML <APPLET> applet code
HTML <APPLET> applet code
initialization condition increment
applets package web
<HTML> </HTML> .html
idle dead running
idle dead running
running display dead
running display dead
stop( ) start( ) paint( )
stop( ) start( ) paint( )
init( ) point( ) paint( )
applets appletviewer viewer
none
none
none
1981
browser
none
none
PACKETS
none
Modem
none
none
none
none
data
none
none
none
none
none
none
none
none
tokens
keywords
datatype
none
none
separators
none
none
constant
for
nont
none
none
none
for
break
operator
methods
instances
methods
none
operator overloading
inheritance
none
none
none
run( )
stop()
none
stop()
priority
run( )
run( )
none
run( )
run( )
stop()
member
super class
interface
interface
equal
multiple inheritance
none
member
function
source file
colon
function
none
hierarchical
class
function
none
function
none
none
none
applet
none
none
none
none
network
none
none
none
none
none
display
display
none
none
none
none
start( )
none
I Define internet.
I What are the uses of internet?
I What is TCP/IP?
I Compare hardware and software requirement in internet?
I What do you infer from hosts and terminals?
I Explain the Top-Level Domains.
I How ISDN is organised?
I How to choose a Modem?
I How to make use of URLs?
I Organize the steps involved in making your own web page.
II What are the conventions followed in Java for naming identifiers?
II Show the steps that involved in implementing a stand-alone program.
II What is scope of variables.
II Explain the Symbolic constant?
II Show the Math functions and comments.
II Summarize the type casting.
II How to organize the java program?
II How to apply the Conditional operator, Give example.
II Identify unnecessary parantheses in the following arithmetic expressions.
a) (x-(y/5)+z)%8)+25
b) ((x-y)*p)+q
c) x/(3*y)
II Build an application with two classes.
III Show the difference between suspending and stoping of thread?
III Define inheritance and their types.
III Relate runnable and running statement in life cycle of thread?
III Extend thread class to make a class runable.
III Illustrate Methods overloading
III Explain Static Members.
III Discuss Nesting of Methods with example.
III How to create threads?
III Apply synchronisation to solve the problem of threads.
III Construct the Thread priority?
IV Define Interface and write syntax for defining an interface.
IV What is an extending Interface.
IV What is a package?
IV Compare between an Interface and a class.
IV Explain java API pakages.
IV Show hirearchical representation of java.awt package
IV Plan how do we add a class to a package.
IV Build a simple program for packages.
IV Develop a program or interface
IV Organize the various forms of interface implementation.
V How Applets differ from Applications?
V Define local and Remote applets.
V List the application of applet?
V How applet enter into the running state?
V Compare between Dead state & Display state.
V Show the outline of idle state.
V Explain Applet tag.
V Summarize Adding an applet to a HTML documents.
V Identify java appletviewer or java-enabled browser is available.
V Develop a program to display messag using applet.
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3

3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
I How does internet connect to other device?
I What do You infer from the features of internet?
I List the types of internet?
I Illustrate the internet service provider
I Classify the hardware requirements.
I Demonstrate how to connect internet with hardware dervice?
I What software do you need to access the internet?
I Explain Shell Account and PPP account.
I How to choose internet service provider?
I Develop a program to create a web page.
II What is Token? Explain the various types of Token supported by Java
II List the basic data types used in Java. Give example.
II Relate the branching and looping statement
II Classify the scope of variable
II Illustrate the Constant
II Classify the operators and their types
II Demonstrate a flow chart for entry and exit control loop?
II Develop a program for nested if else statement?
II Identify the difference between increment and decrement operators
II Apply Precedence of arithmetic operators for the following statement
x=a-b/3+c*2-1 when a = 9, b = 12, c =3.
III Define inheritance and list the different forms with an example.
III Write a program using Multilevel inheritance.
III How to access class members? Explain.
III Illustrate the method declaration
III Summarize Methods overloading with example.
III Demonstrate about synchronization
III Illustrate the concept of single inheritance.
III Construct a life cycle of thread
III Develop applicaions of classes and objrcts
III Apply multithreding concept to develop multiplication tables.
IV Define about interface with example?
IV How to extend interfaces?
IV List the types of java package?
IV Illustrate about using a package.
IV Explain about creating a package
IV Summarize the accessing interface variable with example.
IV Illustrate how interfaces are implemented with an example.
IV Summarize the using system package.
IV Build a program using package.
IV Construct a java program to implement the concept of multiple inheritances using interface.
V Define how to prepare and write the Applets?
V What is the applet application?
V How to Run the Applet.
V Explain how to add Applet to HTML File.
V Summarize how to design the web pages?
V Demonstrate life cycle of Applet.
V Illustrate a applet tag
V Show how to add applet to HTML file
V Build the applet code.
V Develop a java program to draw several shapes using applet.
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6

6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6

S-ar putea să vă placă și