Un-Answered Questions { C }

What is the difference between test design and test case design?

1560


what is bit rate & baud rate? plz give wave forms

1508


write a program to create a sparse matrix using dynamic memory allocation.

4363


Hi can anyone tell what is a start up code?

1602


can anyone please tell about the nested interrupts?

1669


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1421


Without Computer networks, Computers will be half the use. Comment.

1861


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1493


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1867


hi, which software companys will take,if d candidate's % is jst 55%?

1650


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2224


Explain the process of converting a Tree into a Binary Tree.

2090


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2295


show how link list can be used to repersent the following polynomial i) 5x+2

1667


develop algorithms to add polynomials (i) in one variable

1726