Questions

Q:

What does FIFA stand for

Answer

FIFA stand for Federation Internationale de Football Association.


what_does_fifa_stand_for1549624513.jpg image

Report Error

View answer Workspace Report Error Discuss

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

0 2267
Q:

Suppose n is a positive integer such that (n2+ 48) is a perfect square. What is the number of such n?

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: C) 3

Explanation:
Report Error

View Answer Report Error Discuss

1 2267
Q:

Can you suggest any other way of writing the following expression such that 30 is used only once?

a <= 20 ? b = 30 : c = 30 ;

Answer

*( ( a <= 20 ) ? &b : &c ) = 30;

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2267
Q:

Magnesium is a constituent metal of __________

A) Chlorophyll molecule B) DNA
C) Mitochondria D) Ribosomes
 
Answer & Explanation Answer: A) Chlorophyll molecule

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

0 2267
Q:

Which one of the following is a plant hormone?

A) Cytokinin B) Oestrogen
C) Thyroxin D) Insulin
 
Answer & Explanation Answer: A) Cytokinin

Explanation:

Cytokinins is a Plant hormone which helps in cell division and leads to Growth & formation of shoots, roots & bud.

Report Error

View Answer Report Error Discuss

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

1 2267
Q:

What would be the output of the following program?

main()

{

  extern int i;

   i = 20;

  printf( "%d", sizeof(i) );

}

Answer

extern int i is a declaration and not a definition, hence Error occured.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2266
Q:

Depletion of ozone layer is caused by

A) CFC's B) Carbon tetra-chloride (CCl4)
C) HCFC's D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Ozone layer depletion is one of the most serious problems faced by our planet earth. Substances that Deplete the Ozone Layer (ODS) emission are responsible for ultraviolet radiations from the sun break them to release chlorine (from CFCs) and bromine (from methyl bromide and halons).

Report Error

View Answer Report Error Discuss

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

1 2266
Q:

What is 16 bit?

Answer

Anything larger and the computer would need to break the number into smaller pieces.


 


16-bit is a computer hardware device or software program capable of transferring 16 bits of data at a time.


Today, 16-bit hardware and software has been replaced by 32-bit and 64-bit alternatives, which give the computer more memory to work with; increasing overall performance.


 


For example, early computer processors (e.g., 8088 and 80286) were 16-bit processors, meaning they were capable of working with 16-bit binary numbers (decimal number up to 65,535).

Report Error

View answer Workspace Report Error Discuss

2 2266