Questions

Q:

Basophils increase in number when parasitic invasion occurs.

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

Explanation:

FALSE. Basophils number will not be increased when parasitic invasion occurs.


 


Basophils are a type of white blood cell. Although they're produced in the bone marrow, they're found in many tissues throughout your body. They're part of your immune system and play a role in its proper function.


 


Basophils appear in many specific kinds of inflammatory reactions, particularly those that cause allergic symptoms. If your basophil level is low, it may be due to a severe allergic reaction.


 


Basophils contain anticoagulant heparin, which prevents blood from clotting too quickly. They also contain the vasodilator histamine, which promotes blood flow to tissues.


 

Report Error

View Answer Workspace Report Error Discuss

Subject: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO

2 3491
Q:

Which country has become the first country to open honorary consulate office in Gujarat International Finance Tec-City (GIFT City) ? 

A) France B) Portugal
C) Spain D) Belgium
 
Answer & Explanation Answer: D) Belgium

Explanation:

Belgium has become the first country to open an honorary consulate office in Gujarat International Finance Tec-City (GIFT City).

Report Error

View Answer Report Error Discuss

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

3 3491
Q:

In the context of memory management, what are placement and replacement algorithms?

Answer

Placement algorithms determine where in available real-memory to load a program. Common methods are first-fit, next-fit, best-fit. Replacement algorithms are used when memory is full, and one process (or part of a process) needs to be swapped out to accommodate a new program. The replacement algorithm determines which are the partitions to be swapped out.

Report Error

View answer Workspace Report Error Discuss

3 3491
Q:

What part of the body controls balance?

A) Cerebrum B) Cerebellum
C) Medulla oblangata D) Amygdala
 
Answer & Explanation Answer: B) Cerebellum

Explanation:

The cerebellum is a small part of the brain positioned at the back of the head, where it meets the spine, which acts as the body's movement and balance control centre.

 

Basic-brain-anatomy1524025969.jpg image

 

It's a lot smaller than the cerebrum at only 1/8 of its size. But it's a very important part of the brain.

Report Error

View Answer Report Error Discuss

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

2 3490
Q:

In electro - magnetic radiation, which of the following has greater wave - length than visible light

A) Ultra -violet rays B) Infra - red rays
C) Cosmic rays D) x-rays
 
Answer & Explanation Answer: B) Infra - red rays

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

7 3487
Q:

Which article of the Indian Constitution deals with the creation of All India Services?

A) 315 B) 313
C) 312 D) 311
 
Answer & Explanation Answer: C) 312

Explanation:

312-Article of the Indian Constitution deals with the creation of All India Services.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

2 3487
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 3486
Q:

The project life cycle can be broken into five phases that tend to overlap with each other frm one phase to another;however ,the control phase does not overlap with a specific phase. why?

A) Change control management is seperate from the other phases B) Change control management has a plan that can be usede throughout the initiation, planning, execution, and closeout of the project
C) Because the project sponsor is responsible for change control management , the project manager is not involved with that phase of the project D) Change control extends throughout the entire project from initiation to closeout
 
Answer & Explanation Answer: D) Change control extends throughout the entire project from initiation to closeout

Explanation:

Change control management is utilized from the begining to the end of the project in order to keep it focused with an emphasis on the time and budget. Answer A is incorrect because change control management is not seperate from the other phases. Answer B is incorrect because the control plan must be throughout the other phases of a project. Its usage is not optional, and consistent utilization is imperative to managing scope creep and other scope expansions. Answer C is incorrect because the project sponsors is generally not responsible for the change control documentation, although it should be involved in the buy-in and approval process.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 3486