Expand the following
a) ISDN
b) CASE
c) CSMA/CD
d) OOPS
e) MIMD
Answers were Sorted based on User's Feedback
Answer / ravi kumar
a)ISDN is integrated service digital network
c)CSMA is carrier sense multiple access
d)OOPS object oriented programing
| Is This Answer Correct ? | 25 Yes | 5 No |
Answer / rakesh
a) ISDN (Integrated Services Digital Network)
b) CASE ((Computer-Aided Software Engineering or
Computer-Aided Systems Engineering)
c) CSMA (carrier sense multiple access)
D) oops (object oriented programing)
e) MIMD (Multiple Instruction Multiple Data)
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / shankar0975
CSMA/CD - Carrier Sense Multiple Access with Collision
Detection.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / ramesh
a) ISDN (Integrated Services Digital Network)
b) CASE ((Computer-Aided Software Engineering or
Computer-Aided Systems Engineering)
c) CSMA (carrier sense multiple access)
D) oops (object oriented programing)
e) MIMD (multipal document miltipal interface)
| Is This Answer Correct ? | 14 Yes | 7 No |
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
HOW TO DOWNLOAD ORCUT SITE VIDEOS IN PC WITH THE HELP OF MOZILL'S FIREFOX?
how many types of bytes are there???
£¢®£ž›;=9:B9<::C = ADITHI HOW TO GET?
Plz sent me in .net 2.0 interview Question & answers?
Difference between HTML and DHTML?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
Write a program to find duplicate number from array in minimum time complexity.
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
what is difference between object oriented programming structure and object oriented programming system?
is it acceptable if we declare multiple exceptions in same overridden method.