Expand the following
a) ISDN
b) CASE
c) CSMA/CD
d) OOPS
e) MIMD
Answer Posted / shankar0975
CSMA/CD - Carrier Sense Multiple Access with Collision
Detection.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Is class is a abstract datatype in java?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
what are the differences between CONS, LIST, and APPEND
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Diff between IF and where ?
EXPLAIN UNARY OPEARATORS
how to add Servlet-api.jar file into eclipse 3.3.2 ?
What is test execution and when will we start execution please send me one example for this question
what are resources in case of Threads
Tag for turning an image into a hyperlink is
how to data grid use in data bind?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
How to use string functions in QTP?give some examples
How will you prove that java swing is multithreaded?