Questions

Q:

The book 'Sudhir Sukta' was written by

A) Vishnu Wagh B) Nazir Ahmad Wani
C) Andrea Levy D) Tian Er
 
Answer & Explanation Answer: A) Vishnu Wagh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2111
Q:

Swap two variables without using third variable.

Answer

#include<stdio.h>
int main(){
    int a=5,b=10;
    a=b+a;
    b=a-b;
    a=a-b;
    printf("a= %d  b=  %d",a,b);
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2111
Q:

Why the temporary registers W and Z are named so i mean we start from A, B, C, D, E then H and L coz H stands for higher bit and L for lower bit of the address pinted by memory pointer.. but wats W and Z for?

Answer

As W and Z alphabets are not widely used similarly as W and Z is internally used they would have been named so

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2111
Q:

Who was the first Bengal Governor General of India?

A) Warren Hastings B) Lord Canning
C) William Bentick D) Lord Dalhousie
 
Answer & Explanation Answer: A) Warren Hastings

Explanation:

The first Bengal Governor General of India was Warren Hastings.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2110
Q:

The four main systems of the earth are

Answer

The Earth has four major systems or spheres. These systems are


 1. The geosphere,


 2. The hydrosphere,


 3. The atmosphere, and 


4. The biosphere.


 


The biosphere is the system where we belong.

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography Exam Prep: Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

4 2110
Q:

What would be the output of the following program, if the array beigns at address 65486?

main()

{

    int arr[] = {12,14,15,23,45};

    printf ("%u %u", arr, &arr);

}

Answer

65486  65486

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2110
Q:

When was Postal Index Number (PIN) or PIN Code introduced in India?

A) 1974 B) 1973
C) 1972 D) 1971
 
Answer & Explanation Answer: C) 1972

Explanation:

PIN (Postal Index Number) was introduced in INDIA on August 15, 1972. This is the coding system used by postal services of India for different areas. Totally in our country there are 9 divisions, of which 8 are geographical & 9th is reserved to army.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 2110
Q:

Which of the following is a projective test?

A) Thematic apperception test B) Rorschach's ink blot test
C) Sentence completion test D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

In psychology, a projective test is an identity test intended to give an individual a chance to react to ambiguous stimuli, probably revealing hidden feelings and internal conflicts anticipated by the individual into the test.

 

Some examples of the projective test are ::

 

* Rorschach's ink blot test 

* Thematic apperception test

* Sentence completion test

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst

1 2110