Questions

Q:

What is process synchronization?

Answer

A situation, where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called race condition. To guard against the race condition we need to ensure that only one process at a time can be manipulating the same data. The technique we use for this is called process synchronization.

Report Error

View answer Workspace Report Error Discuss

1 2075
Q:

What's the maximum hard drive size for FAT16-based Windows system?

Answer

Maximum hard drive size for FAT16-based windows system is 2GB.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2075
Q:

What is presented in the Preamble to the constitution?

A) An outline of individual rights that are explained in the constitution. B) The process for appealing a law.
C) the names of the constitution's authors. D) The constitution's goal to keep government powers in check.
 
Answer & Explanation Answer: A) An outline of individual rights that are explained in the constitution.

Explanation:

The Preamble to the constitution is the summary of the topics explained in the constitution. Hence, it is an outline of individual rights that are explained in the constitution.

Report Error

View Answer Report Error Discuss

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

0 2075
Q:

Which error are you likely to get when you run the following program?

main()

{

  struct emp

  {

      char name[20];

      float sal;

  };

  struct emp e[10];

  int i;

  for ( i = 0 ; i <= 9; i++)

        scanf ( "%s %f" , e[i].name, &e[i].sal );

}

Answer

Floating point formats not linked

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2074
Q:

Project Scope Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Create WBS ?

Answer

I. Inputs



  • Organizational process assets

  • Project scope statement

  • Project scope management  plan

  • Approved Change requests


II. Tools and Techniques



  • Work breakdown structure templates

  • Decomposition


III. Outputs



  • Project scope statement(updates)

  • Work breakdown structure

  • WBS dictionary

  • Scope baseline

  • Project scope management plan(updates)

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 2073
Q:

Which of the following teams have never won the cricket world cup title?

A) Bangladesh B) England
C) South Africa D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

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

8 2073
Q:

Where's MBR located on the disk?

Answer

Main Boot Record is located is sector 0, track 0, head 0, cylinder 0 of the primary active partition.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2073
Q:

Who was the first cricketer to take all wickets in a test innings?

A) Curtly Ambrose B) Jimmy Mathews
C) Jim Laker D) Anil Kumble
 
Answer & Explanation Answer: C) Jim Laker

Explanation:

Jim Laker was the first player to take all 10 wickets in a Test match innings. Ten for 53 in the Australians 2nd innings of the 4th Ashes Test at Old Trafford in 1956.

 

The only other bowler to achieve the feat is India's Anil Kumble, who took ten for 74 at Delhi's Feroz Shah Kotla against Pakistan in 1999.

Report Error

View Answer Report Error Discuss

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

4 2073