Questions

Q:

If 3$8 = -50, 3$5 = -20 and 2$3 = -10, then find the value of 9$1 = ?

 

A) 10   B) -20  
C) 90   D) 80
 
Answer & Explanation Answer: D) 80

Explanation:
Report Error

View Answer Report Error Discuss

1 15686
Q:

The output of the code below is

        #include <stdio.h>
        int *m()
        {
            int *p = 5;
            return p;
        }
        void main()
        {
            int *k = m();
            printf("%d", k);
        }

A) 5 B) Junk value
C) 0 D) Error
 
Answer & Explanation Answer: A) 5

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 15678
Q:

What is page cannibalizing?

Answer

Page swapping or page replacements are called page cannibalizing.

Report Error

View answer Workspace Report Error Discuss

26 15677
Q:

Which combination of atoms can form a polar covalent bond?

A) H and Br B) H and H
C) Na and Br D) N and N
 
Answer & Explanation Answer: A) H and Br

Explanation:

Only H and Br form Polar Covalent Bond.

 

Covalent bonding:

Covalent bonding occurs when pairs of electrons are shared by atoms. Atoms will covalently bond with other atoms in order to gain more stability, which is gained by forming a full electron shell. By sharing their outer most (valence) electrons, atoms can fill up their outer electron shell and gain stability.

1. Polar Covalent Bond

2. Nonpolar Covalent Bond

 

1. Polar Covalent Bond:

A Polar Covalent Bond is created when the shared electrons between atoms are not equally shared. This occurs when one atom has a higher electronegativity than the atom it is sharing with. The atom with the higher electronegativity will have a stronger pull for electrons (Similiar to a Tug-O-War game, whoever is stronger usually wins). As a result, the shared electrons will be closer to the atom with the higher electronegativity, making it unequally shared.

 

2. Nonpolar Covalent Bond:

A Nonpolar Covalent Bond is created when atoms share their electrons equally. This usually occurs when two atoms have similar or the same electron affinity. The closer the values of their electron affinity, the stronger the attraction. This occurs in gas molecules; also known as diatomic elements. Nonpolar covalent bonds have a similar concept as polar covalent bonds; the atom with the higher electronegativity will draw away the electron from the weaker one.

 

Here H and H and N and N form Non-polar covalent bonds. Na and Br form the ionic bond.

Report Error

View Answer Report Error Discuss

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

13 15631
Q:

Puzzle : Clock

Divide the clock's face into three equal parts exactly with two lines. Therefore the sum of the numbers in the three equal parts should be same

Answer

Divide_the_clocks_face_into_three_equal_parts_exactly_with_two_lines1585547042.jpg image


 


26 + 26 + 26 = 78

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles Exam Prep: Bank Exams

140 15629
Q:

In a Class of 65 students and 4 teachers, each student got sweets that are 20% of the total number of students and each teacher got sweets that are 40% of the total number of students. How many sweets were there?

A) 845 B) 897
C) 949 D) 104
 
Answer & Explanation Answer: C) 949

Explanation:

No. of  sweets each student get = 20% of 65 = 13

No. of sweets each teacher get = 40% of 65 = 26

No. of sweets distributed to 65 students =  13 × 65 = 845

No. of sweets distributed to 4 teachers = 4 × 26 = 104

Therefore, the total no. of sweets there = 845 + 104 = 949.

Report Error

View Answer Report Error Discuss

Filed Under: Verbal Reasoning - Mental Ability
Exam Prep: Bank Exams
Job Role: Bank PO

9 15627
Q:

The hormone that helps in Parthenocarpy

A) Abscisic acid B) Gibberellin
C) Ethylene D) Cytokinin
 
Answer & Explanation Answer: B) Gibberellin

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

133 15620
Q:

What is a binary semaphore? What is its use?

Answer

A binary semaphore is one, which takes only 0 and 1 as values. They are used to implement mutual exclusion and synchronize concurrent processes.

Report Error

View answer Workspace Report Error Discuss

9 15617