InterviewSolution
Bookmark
Saved Bookmarks
→
ISRO
→
Isro Cs 2007 in Isro
→
What is the median of data if its mode is 15 and t...
1.
What is the median of data if its mode is 15 and the mean is 30?(A) 30(B) 25(C) 22.5(D) 27.5
Answer» None
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
A supernet has a first address of 205.16.32.0 and a supernet mask of 255.255.248.0. A router receives 4 packets with the following destination addresses. Which packet belongs to this supernet?(A) 205.16.42.56(B) 205.17.32.76(C) 205.16.31.10(D) 205.16.39.44
What is the output of the following C program?#include<stdio.h>#define SQR(x) (x*x)int main(){int a;int b=4;a=SQR(b+2);printf("%d\n",a);return 0;}(A) 14(B) 36(C) 18(D) 20
Which of the following is NOT represented in a subroutine’s activation record frame for a stack-based programming language?(A) Values of local variables(B) Return address(C) Heap area(D) Information needed to access non local variables
The test suite (set of test input) used to perform unit testing on module could cover 70% of the code. What is the reliability of the module if the probability of success is 0.95 during testing?(A) 0.665 to 0.95(B) At the most 0.665(C) At the most 0.95(D) At least 0.665
The number of logical CPUs in a computer having two physical quad-core chips with hyper threading enabled is(A) 1(B) 2(C) 8(D) 16
What does a pixel mask mean?(A) string containing only 1’s(B) string containing only 0’s(C) string containing two 0’s(D) string containing 1’s and 0’s
Let be the radius of the circle. What is the angle subtended by an arc of length at the center of the circle?(A) 1 degree(B) 1 radian(C) 90 degrees(D) π radians
In the standard IEEE 754 single precision floating point representation, there is 1 bit for sign, 23 bits for fraction and 8 bits for exponent. What is the precision in terms of the number of decimal digits?(A) 5(B) 6(C) 7(D) 8
What is the number of steps required to derive the string ((() ()) ())S → SSS → (S)S → ε(A) 10(B) 15(C) 12(D) 16
The process of modifying IP address information in IP packet headers while in transit across a traffic routing device is called(A) Port address translation (PAT)(B) Network address translation (NAT)(C) Address mapping(D) Port mapping
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply