Questions

Q:

What frequency range is the high frequency band?

A) 3 kHz B) 3 to 30 MHz
C) 30 to 300 MHz D) 10 GHz
 
Answer & Explanation Answer: B) 3 to 30 MHz

Explanation:

The HF band is based on frequencies 3 to 30 Mhz. AM radio stations are in the HF band but normally are stated in kilohertz.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

4 3464
Q:

Which day is celebrated as United nations Day every year

A) 7th April B) 24th October
C) 14th November D) 27th December
 
Answer & Explanation Answer: B) 24th October

Explanation:
Report Error

View Answer Report Error Discuss

4 3463
Q:

How would you dynamically allocate a 2-D array of integers?

Answer

#include "alloc.h"


#define MAXROW 3


#define MAXcol 4


main()


{


        int *p, i, J;


        p = (int *) malloc (MAXROW * MAXCOL * sizeof (int));


         for ( i=0; i < MaxROW ; i++)


         {


                for (j=0; j < MAXCOL ; j++)


                { 


                      p [ i * MAXCOL + j] = i;


                       printf ( "%d", p [i * MAXCOL + j] );


                 }


                  printf ("\n");


          }


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3463
Q:

When is the UN day celebrated

A) October 24 B) September 24
C) June 26 D) May 15
 
Answer & Explanation Answer: A) October 24

Explanation:
Report Error

View Answer Report Error Discuss

3 3461
Q:

How many districts that telangana have?

A) 9 B) 10
C) 11 D) 12
 
Answer & Explanation Answer: B) 10

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

3 3461
Q:

What are the sub-components of I/O manager in Windows NT?

Answer

- Network redirector/ Server


- Cache manager.


- File systems


- Network driver


- Device driver

Report Error

View answer Workspace Report Error Discuss

0 3460
Q:

Which one of the following is not an instrument of Fiscal policy?

A) Open Market Operations B) Taxation
C) Public borrowing D) Public expenditure
 
Answer & Explanation Answer: A) Open Market Operations

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

8 3460
Q:

The process that takes place in the atom bomb is

A) nuclear fusion B) nuclear fission
C) radioactive disintegration D) chemical decomposition
 
Answer & Explanation Answer: B) nuclear fission

Explanation:

In the atom bomb, isotopes of uranium are  disintegrated with the release of a large amount of energy. Hence, the process is nuclear fission.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

1 3459