Questions

Q:

In the following question, out of the four alternatives, select the word opposite in meaning to the word given.
Lugubrious

A) Clumsy B) Lucid
C) Optimistic D) Sinister
 
Answer & Explanation Answer: C) Optimistic

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2198
Q:

Which properties are characteristic of the group 1 metals?

A) Low melting points B) Produce hydrogen when react with water
C) Soft in nature D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Group 1 metals are also called as alkali metals with reactive in nature and low melting points. They are soft and produce hydrogen and alkaline metal hydroxide solution when they react with water.

Report Error

View Answer Report Error Discuss

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

0 2198
Q:

In the following questions, one part of the sentence may have an error. Find out which part of the sentence has an error and click the button corresponding to it. If the sentence is free from error, click the "No error" option.

It is not possible for me (A) / to give you the accurate date (B) / of my departure yet. (C) / No Error (D)

A) A B) B
C) C D) D
 
Answer & Explanation Answer: B) B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2198
Q:

Swap two variables without using third variable.

Answer

#include<stdio.h>
int main(){
    int a=5,b=10;
    a=b+a;
    b=a-b;
    a=a-b;
    printf("a= %d  b=  %d",a,b);
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2198
Q:

Which of these is an example of a labor law?

A) A town zones an area for residential buildings only B) A restriction on when a union may call a strike
C) A surplus of supply D) All of the above
 
Answer & Explanation Answer: B) A restriction on when a union may call a strike

Explanation:
Report Error

View Answer Report Error Discuss

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

6 2198
Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2198
Q:

Who has been honoured with Jnanpith Award for 2018?

A) Amitav Ghosh B) Raghuveer Chaudary
C) Krishna Sobti D) None of the above
 
Answer & Explanation Answer: A) Amitav Ghosh

Explanation:

English author Amitav Ghosh has been honoured with 54th Jnanpith Award for 2018 for his outstanding contribution towards literature.

Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2198
Q:

Which planet has the most moons?

A) Uranus B) Venus
C) Jupiter D) Neptune
 
Answer & Explanation Answer: C) Jupiter

Explanation:

Jupiter is the planet with the most number of moons i.e, 67 followed by Saturn 62, Uranus 27 and Neptune 14.

Report Error

View Answer Report Error Discuss

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

2 2198