Questions

Q:

Which formula represents a molecular compound?

A) Ar B) NaI
C) N2O4 D) All of the above
 
Answer & Explanation Answer: C) N2O4

Explanation:

Molecular compounds are those with covalent bonds between the elements and those elements are typically non metals.

 

Here in the given options, Ar is an element. NaI has an ionic bond. Hence, N2O4 has a covalent bond between the two non metals and is a molecular compound.

Report Error

View Answer Report Error Discuss

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

0 2643
Q:

What is virtual path?

Answer

Along any transmission path from a given source to a given destination, a group of virtual circuits can be grouped together into what is called path.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 2643
Q:

The Ministry of Information & Broadcasting on 27 March 2017 launched an online film certification system that is expected to make the CBFC paperless and transparent. What is the name given to this ambitious system ?

A) E-Certify B) E-Cinepramaan
C) E-Cinema D) E-Cineboard
 
Answer & Explanation Answer: B) E-Cinepramaan

Explanation:

‘E-Cinepramaan’ is the name of the online film certification system (OFCS) that was launched by Union Information & Broadcasting Minister Venkaiah Naidu on 27 March 2017.

– This online system is being seen as a big step towards making the Central Board for Film Certification (CBFC) paperless and transparent, enabling effective monitoring and real-time progress tracking for applicants.

– E-Cinepramaan will enable producers to track the status of their application online and would be inform them through SMSes and e-mails about any required action. The system also has inbuilt alerts to ensure that time-limits are adhered to.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank Clerk

2 2643
Q:

What Is EFT?

Answer

Exchange Traded Funds (ETFs) are a relatively new phenomenon and are gaining popularity rapidly. This post outlines the key features of an ETF.


ETFs are like mutual funds because they hold an underlying asset like stocks, debt, commodities future contracts etc. If you are new to the concept of an ETF, think of it as a mutual fund, and build your understanding from thereon. An example of an ETF is the SBI Gold ETF, which holds physical gold as its underlying asset.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

1 2643
Q:

Answer the following Program

#define CHARSIZE 8

#define MASK(y) (1 << y % CHARSIZE)

#define BITSLOT (y) (y / CHARSIZE)

#define SET(x,y) ( x[BITSLOT(y)] = MASK(y) )

#define TEST(x,y) ( x[BITSLOT(y)] & MASK(y) )

#define NUMSLOTS(n) ((n + CHARSIZE - 1) / CHARSIZE)

 

Give the above macros how would you

1. declare an array arr of 50 bits

2. put the 20th bit on

3. test whether the 40th bit is on or off

Answer

1. char arr[NUMSLOTS(50)];


2. SET (arr, 20);


3. if (TEST (arr, 40))

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2643
Q:

How do you stay up to date with fashion?

Answer

Designers stay current by reading magazines, browsing the internet, attending fashion shows, and studying technical manuals. They study the history of fashion to better understand its development and current tendencies.

Report Error

View answer Workspace Report Error Discuss

4 2642
Q:

Controlling marketing activities :

What is annual plan control? Why is it needed in an organisation?

Answer

The annual plan control is one of the four types of marketing control system. Annual plan control is essential in order to determine whether all the marketing efforts undertaken by the organisation has been really worthwhile or not. It aims to achieve sales volume,profits and all those objectives which have been set up in the beginning of the year. In an organisation,the top management and middle level management are responsible for the annual plan control. They have to keep a check on the activities undertaken to implement the plans.


 


 

Report Error

View answer Workspace Report Error Discuss

0 2642
Q:

The international crisis in 2014 between Russia and Ukraine belongs to which of the following place ?

A) Crimea B) Abkhazia
C) Georgia D) Keev
 
Answer & Explanation Answer: A) Crimea

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History

3 2642