Questions

Q:

Water which is suitable for drinking is called _______________ water.

 

A) hygienic B) sparkling
C) potable D) sanitary
 
Answer & Explanation Answer: C) potable

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 3128
Q:

What will be output of following c code?

void main()
{
struct bitfield
{
unsigned a:5;
unsigned c:5;
unsigned b:6;

}bit;
char *p;
struct bitfield *ptr,bit1={1,3,3};
p=&bit1;
p++;
clrscr();
printf("%d",*p);
getch();
}

Answer

Output: 12

Explanation:
Binary value of a=1 is 00001 (in 5 bit)
Binary value of b=3 is 00011 (in 5 bit)
Binary value of c=3 is 000011 (in 6 bit)

In memory it is represented as:
Let address of bit1 is 500 which initialize to char pointer p. Since can is one byte data type so p++ will be 501. *p means content of memory location 501 which is (00001100) and its binary equivalent is 12. Hence output is 12.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3128
Q:

The book " The Vijay Mallya Story " has been written by _____

A) Vijay Mallya B) Gopinath
C) Giriprakash D) Siddharth Mallya
 
Answer & Explanation Answer: C) Giriprakash

Explanation:
Report Error

View Answer Report Error Discuss

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

9 3127
Q:

Ajanta paintings depict scenes from the

A) Jatakas B) Ramayana
C) Upanishads D) Mahabharat
 
Answer & Explanation Answer: A) Jatakas

Explanation:

Ajanta paintings depict scenes from the Jataka Tales. The Jataka tales are a voluminous body of literature native to India. The stories in that are associated with previous births of Gautama Buddha in both human and animal form.

ajanta_paintings_depict_scenes_from_the1559194412.jpg image

Report Error

View Answer Report Error Discuss

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

3 3127
Q:

The 90oEast Ridge lies in the _______Ocean

A) Pacific B) Atlantic
C) Indian D) Arctic
 
Answer & Explanation Answer: C) Indian

Explanation:

The 90oEast Ridge is aseismic, composed of volcanic rock it is about 1700 km long treading in a NNE direction into Bay of Bengal from the Indian Ocean.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: AIEEE , Bank Exams , CAT

3 3126
Q:

Capital budgeting decisions are generally based on:

 

A) Tentative predictions of future outcomes. B) Perfect predictions of future outcomes.
C) Speculation of interest rates and economic performance only. D) Results from past outcomes only.
 
Answer & Explanation Answer: A) Tentative predictions of future outcomes.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 3125
Q:

Which standard govern parallel communications?

A) CAT 5 B) IEEE 1284
C) RS-232 D) None of the above
 
Answer & Explanation Answer: B) IEEE 1284

Explanation:

IEEE 1284 is a standard that govern parallel communications.

 

  • IEEE 1284 is a standard that defines bi-directional parallel communications between computers and other devices.

 

  • It was originally developed in the 1970s by Centronics, and was widely known as the Centronics port, both before and after its IEEE standardization.

 

                      which_standard_govern_parallel_communications1539064136.jpg image

Report Error

View Answer Report Error Discuss

6 3125
Q:

Who has written the book ' The Famished Road '

A) Zolla Emile B) VS. Naipaul
C) Ben Okri D) Din Mani
 
Answer & Explanation Answer: C) Ben Okri

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

2 3123