Questions

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 3129
Q:

Who amongst  the following authors was in 2007 conferred the knighthood by the British government?

A) Salman Rushdie B) V.S. Naipaul
C) Chetan Bhagat D) Khushwant Singh
 
Answer & Explanation Answer: A) Salman Rushdie

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank PO

1 3128
Q:

CPU performance is measured through ________.

A) MHz B) Throughput
C) Flaps D) None of the above
 
Answer & Explanation Answer: B) Throughput

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams , CAT

4 3127
Q:

The element common to all Acids is

A) Nitrogen B) Oxygen
C) Hydrogen D) Carbon
 
Answer & Explanation Answer: C) Hydrogen

Explanation:

Hydrogen is the common element to all Acids. But every element which contains Hydrogen is not an Acid. Most of the acids also contain Oxygen.

Report Error

View Answer Report Error Discuss

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

4 3127
Q:

What is the minimum and maximum length of the header in the TCP segment and IP datagram?

Answer

The header should have a minimum length of 20 bytes and can have a maximum length of 60 bytes.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 3127
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 3125
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 3124
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 3124