Questions

Q:

Who is the author of the book "The Alchemist"?

A) Agatha Christie B) Paulo Ceolho
C) Frankenstien D) None
 
Answer & Explanation Answer: B) Paulo Ceolho

Explanation:

Paulo Ceolho is the author of The Alchemist

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

2 3523
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 3522
Q:

Which of the following is the largest non-banking company in India?

A) Peerless B) Tata Finance
C) Reliance Finance Capital Ltd D) ICICI
 
Answer & Explanation Answer: D) ICICI

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

14 3522
Q:

 The ODBC Level 1 API contains which of the following functions?

A) Browse possible connections and data sources only B) Connect to data sources with driver-specific information only
C) Process a scrollable cursor only D) Both 1 and 3 above are in the OBDC Level 1 API.
 
Answer & Explanation Answer: B) Connect to data sources with driver-specific information only

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

1 3521
Q:

Plants that make their own food are called

A) Autotrophs B) Hydrophylls
C) Decomposers D) Heterotrophs
 
Answer & Explanation Answer: A) Autotrophs

Explanation:

Plants make their own food through the process of photosynthesis. Plants are self-sufficient. Green plants have the ability to prepare their own food and this is the reason why they are called autotrophs.

                                        Autotrophs1530267836.jpg image


They make their own food through the process of photosynthesis using light energy to make sugars from carbon dioxide (C02) and water (H20). The chlorophyll which is present in the leaves is the main reason for the production of food in the plants and it is the reason for the greenery of the leaves too.

Report Error

View Answer Report Error Discuss

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

4 3521
Q:

'.bak' extension refers to what kind of file?

A) Document B) Movie/Video file
C) Backup file D) Audio file
 
Answer & Explanation Answer: C) Backup file

Explanation:

In computing, ".bak" is a filename extension commonly used to signify a backup copy of a file.

Report Error

View Answer Report Error Discuss

3 3521
Q:

Guess the Number which satisfies the Logic behind  ?

19598473_1350724051701362_1674607166262979020_n1499318579.jpg image

A) 7 B) 14
C) 10 D) 19
 
Answer & Explanation Answer: C) 10

Explanation:

Adding the corresponding numbers in first and last figures gives the corresponding number in the middle figure.

i.e, 4 + 3 = 7

13 + 2 = 15

2 + 4 = 6

9 + 1 = 10

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles
Exam Prep: AIEEE , Bank Exams
Job Role: Bank Clerk

10 3519
Q:

Cortisol is secreted by

A) Thyroid gland B) Pituitary gland
C) Adrenal gland D) Parathyroid gland
 
Answer & Explanation Answer: C) Adrenal gland

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

6 3519