Expand the following
a) ISDN
b) CASE
c) CSMA/CD
d) OOPS
e) MIMD
Answer Posted / 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 |
Post New Answer View All Answers
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
Need provab technical test questions
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Is class is a abstract datatype in java?
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
sample and simple coding where we get?
I'm new to ABAP. What is Module pool in SAP?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?