Questions

Q:

East African Valleys, streching from East Africa through Red Sea to Syria is an example of

A) river valley B) rift valley system
C) glaciated valley D) a canyon
 
Answer & Explanation Answer: B) rift valley system

Explanation:

A rift valley is formed either due to upheaval of blocks on either sides of a fracture or due to subsidence of block between them.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 3175
Q:

Each model of a computer has a unique

A) High level language B) Assembly language
C) Both A & B D) Machine language
 
Answer & Explanation Answer: D) Machine language

Explanation:

Each model of a computer has a unique machine language.

Report Error

View Answer Report Error Discuss

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

3 3174
Q:

Which Biblical epic made in 1953 was the first film to be made in cinemascope?

Answer

The Robe

Report Error

View answer Workspace Report Error Discuss

0 3174
Q:

Who is known as father of  Biology

A) Aristotle B) Darwin
C) Lamark D) Linneus
 
Answer & Explanation Answer: A) Aristotle

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

3 3173
Q:

Which of  the  following  statements  about the social base of the Arya Samaj in British India is/are correct?1.It  was  located  mainly in  Punjab  and western Uttar Pradesh.2.It    mainly    comprised    the    trading castes.3.It  was  much  more  limited  than  that  of the Brahmo Samaj.

Select  the  correct  answer  using  the  code given below.

A) 1 and 2 only B) 2 and 3 only
C) 1 only D) 1, 2 and 3
 
Answer & Explanation Answer: C) 1 only

Explanation:

Arya Samaj was an Indian religious movement  based   on   Vedas  and was     founded     by     Dayananda Saraswati on April 7, 1875 and was based in Punjab and western Uttar Pradesh     states     like,     Aligarh, Varanasi, etc.  It  was  against  caste system  and  supported  equality  of men   and   women,moreover   it mainly    comprised    the    trading castes;    while    Brahmo    Samaj, founded  by  Raja  Rammohan  Roy, was limited because it was popular only   among   elite   and   educated society.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

1 3171
Q:

Point out the error, if any, in the following program.

# include "stdio.h"

main()

{

     FILE *fp;

     char str[80];

     fp = fopen ("trail", "r");

     while (!feof (fp))

    {

           fgets (str, 80, fp);

           puts (str);

     }

     fclose (fp);

}

Answer

The last line from the file "trial" would be read twice. To avoid this, ues:


       While ( fgets (str, 80, fp) ! = NULL)


               puts (str);

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3171
Q:

Who is appointed as new Deputy Governor of RBI in place of R. Gandhi in March, 2017 ?

A) Shrugdi Vilas B) BP Kanungo
C) Harun R. Khan D) Mundra
 
Answer & Explanation Answer: B) BP Kanungo

Explanation:

BP Kanungo was appointed as Deputy Governor in Reserve Bank of India (RBI) for three years. The Appointments Committee of Cabinet (ACC) has approved his appointment to the post with effect from the date of taking over the charge on or after April 3, an order issued by Personnel Ministry said. He has been appointed in place of R Gandhi, it said.
Kanungo was in March last year appointed as Executive Director in the central bank.

Report Error

View Answer Report Error Discuss

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

1 3170
Q:

A single packet on a data link is known as

A) Frame B) Group
C) Block D) Path
 
Answer & Explanation Answer: B) Group

Explanation:

In the OSI model of computer networking, a frame is the protocol data unit at the data link layer. Frames are the result of the final layer of encapsulation before the data is transmitted over the physical layer.

 

A single packet on a data link is known as Frame.

Report Error

View Answer Report Error Discuss

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

8 3170