ISS (Statistical Services) Statistics Paper I (New 2016 MCQ Pattern): Questions 163 - 167 of 472
Access detailed explanations (illustrated with images and videos) to 472 questions. Access all new questions- tracking exam pattern and syllabus. View the complete topic-wise distribution of questions. Unlimited Access, Unlimited Time, on Unlimited Devices!
View Sample Explanation or View Features.
Rs. 300.00 -OR-
How to register? Already Subscribed?
Question 163
Question
MCQ▾Ajax is a set of web development techniques. Its full form is:
Choices
Choice (4) | Response | |
---|---|---|
a. | Absolute JavaScript and XMLT. | |
b. | Asynchronous JavaScript and XML. | |
c. | Absolute Java and XML. | |
d. | A-sync Java and XML |
Question 164
Question
MCQ▾What will this code print?
int arr[] =new int [5];
System.out.print(arr);
Choices
Choice (4) | Response | |
---|---|---|
a. | 0 | |
b. | Garbage value | |
c. | 00000 | |
d. | Value stored in |
Question 165
Question
MCQ▾What is the function of following symbol in a flowchart?
Choices
Choice (4) | Response | |
---|---|---|
a. | Preparation (for loops etc) | |
b. | Off-page Connector | |
c. | Connector | |
d. | Decision |
Question 166
Question
MCQ▾Suppose a polynomial time algorithm is discovered that correctly computes the largest clique in a given graph. In this scenario, which one of the following represents the correct Venn diagram of the complexity classes P, NP and NP Complete (NPC) ?
Choices
Choice (4) | Response | |
---|---|---|
a. | D | |
b. | A | |
c. | B | |
d. | C |
Question 167
Question
MCQ▾Comment on the following code below:
#include <stdio.h>
void main()
{
int x =10, y;
if correct;
{ y=x;
printf("hello");
}
}
Choices
Choice (4) | Response | |
---|---|---|
a. | Nothing will be displayed | |
b. | It will throw an error | |
c. | It will display hello | |
d. | Compiler dependent |