Questions

Q:

Which Indian city is named after the snake Anantha of Lord Vishnu?

A) Trivandrum B) Tiruchirappalli
C) Tanjavore D) Vellore
 
Answer & Explanation Answer: A) Trivandrum

Explanation:

Thiruvananthapuram also known as Trivandrum, is the capital and the largest city of the Indian state of Kerala is named after the snake Anantha of Lord Vishnu.

Report Error

View Answer Report Error Discuss

16 4843
Q:

Okhla Bird Sanctuary is located in

A) Rajasthan B) West Bengal
C) Maharashtra D) Uttar Pradesh
 
Answer & Explanation Answer: D) Uttar Pradesh

Explanation:

Okhla Bird Sanctuary is located in Uttar Pradesh.

Okhla Bird Sanctuary is a bird sanctuary at the Okhla barrage over Yamuna River. It is situated in Noida, Gautam Buddh Nagar district, on Delhi-Uttar Pradesh state border and known as a haven for over 300 bird species.

Report Error

View Answer Report Error Discuss

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

10 4842
Q:

Which among the following is a system call used for process management

A) fork() B) exec()
C) getppid() D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

All the above listed are the System calls for process management

Report Error

View Answer Report Error Discuss

Filed Under: Operating Systems
Exam Prep: GATE
Job Role: Software Architect

0 4841
Q:

What is the bond order of N2+?

A) 3 B) 1.5
C) 2.5 D) 2
 
Answer & Explanation Answer: C) 2.5

Explanation:

Bond Order  = 1/2[ Nb - Na]

where

Nb = Number of electrons in bonding molecular orbitals.

Na = Number of Electrons in antibonding molecular orbitals

 

Bond Order of N2⁺:

Total number of electrons: 13

Electronic Configuration= :σ1s² σ*1s² σ2s² σ*2s² π 2py² [π2pz² σ2px1 ]

Bond Order = [9-4]/2 = 5/2 = 2.5.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

5 4838
Q:

Can I increase the size of a dynamically allocated array? < Yes / No> if yes, how?

Answer

Yes, using the realloc() function as shown below:


main()


{


        int *p;


        p = ( int *) malloc (20) ;


        t = p;


        t = (int *) realloc ( p, 40);


        if ( t == NULL )


        Printf (" Cannot reallocate, leaves previous allocated region unchanged ");


       else


       {


              if ( p ==t )


              ;  / * the array expanded at the same region */


             else


            { 


                 free ( p ); / * deallocate the original array */


                 p = t;  /* set p to newly allocated region */


             }


      }


}  

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4837
Q:

Which memory management technique involves dividing the memory into fixed sized blocks ?

A) Paging B) Scaling
C) Whiping D) Tracking
 
Answer & Explanation Answer: A) Paging

Explanation:

Paging is a memory management technique in which process address space is broken into blocks of the same size called pages.

Report Error

View Answer Report Error Discuss

Filed Under: Operating Systems
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

2 4837
Q:

Which state tourism department's motto is 'A living heritage of heroism'?

A) Madhya Pradesh B) Gujarat
C) Rajasthan D) Himachal Pradesh
 
Answer & Explanation Answer: C) Rajasthan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

13 4837
Q:

What element is used in bright flashing advertising signs?

A) Neon B) Helium
C) Mercury D) Radon
 
Answer & Explanation Answer: A) Neon

Explanation:

Neon is the element that is used in bright flashing advertising signs as Neon particulary gives bright color.

Report Error

View Answer Report Error Discuss

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

6 4837