Questions

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

In terms of percent, whiskey has more alcohol than wine.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

in_terms_of_percent_whiskey_has_more_alcohol_than_wine1558417798.png image


From the above figure, we can say that there is the same amount of alcohol in one regular beer (340 ml/12 oz, 5% alcohol), one glass of wine (140 ml/5oz, 12% alcohol), one glass of fortified wine (85 ml/3oz, 20% alcohol) and one shot of spirits (45 ml/1.5 oz, 40% alcohol).


 


Hence, the given statement whiskey has more alcohol than wine is TRUE.

Report Error

View Answer Workspace Report Error Discuss

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

2 4842
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 4841
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 4841
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 4839
Q:

Which country has built the world's largest amphibian aircraft ?

A) Japan B) Russia
C) China D) India
 
Answer & Explanation Answer: C) China

Explanation:

China's amphibian aircraft, which is stated to be the world's largest, has successfully passed engine tests and is expected to make its maiden flight in the first half of the year 2017.

Report Error

View Answer Report Error Discuss

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

6 4838
Q:

The brain is covered by

A) meninges B) skin
C) bone D) all the above
 
Answer & Explanation Answer: D) all the above

Explanation:

The central nervous system ( brain and spinal card ) are invested with the meninges which nourish and protect the system .This again is enclosed inside a bony box which has the skin above it

Report Error

View Answer Report Error Discuss

Filed Under: Biology

14 4838
Q:

Who governs the INTERNET ?

A) ISOC B) IETF
C) IAB D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

9 4837