Questions

Q:

The all India Census was

1.first attempted in 1872

2.regularly undertaken since 1881

3.always undertakenas a five-year exercise

 

Select the correct answer using the code given below.

A) 1 only B) 2 and 3 only
C) 1 and 2 only D) 1, 2 and 3
 
Answer & Explanation Answer: C) 1 and 2 only

Explanation:

While it has been conducted every 10 years, beginning in 1872, the first completecensus was taken in the year 1881. Post 1949, it has been conducted by the Registrar General and Census Commissioner of India under the Ministry of Home Affairs, Government of India.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

3 32175
Q:

______________ kills the germs present in the water.

 

A) Evaporation B) Rehydration
C) Boiling D) Desiccation
 
Answer & Explanation Answer: C) Boiling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

0 32173
Q:

CD-ROM is a semiconductor memory.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

"CD-ROM is a semiconductor memory" is a FALSE statement.


 


Compact Disc-Read-Only Memory, a type of optical disk capable of storing large amounts of data -- up to 1GB, although the most common size is 650MB (megabytes). A single CD-ROM has the storage capacity of 700 floppy disks, enough memory to store about 300,000 textpages.


 


Semiconductor memory is a type of semiconductor device tasked with storing data. There are two electronic data storage mediums that we can utilize, magnetic or optical.


 


Magnetic storage:


* Stores data in magnetic form.


* Affected by magnetic fields.


* Has high storage capacity.


* Doesn't use a laser to read/write data.


* Magnetic storage devices are; Hard disk , Floppy disk, Magnetic tape etc.


 


Optical storage:


* Stores data optically, uses laser to read/write.


* Not affected by magnetic fields.


* Has less storage than a hard disk.


* Data accessing is high, compared to a floppy disc.


* Optical storage devices are; CD-ROM,CD-R, CD-RW, DVD etc.


 


There is also volatile memory. This is memory that loses its data once power is cut off, while non-volatile memory retains data even without power.

Report Error

View Answer Workspace Report Error Discuss

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

68 32167
Q:

In which conference of 1888, the constitution was created for Congress?

 

A) Bombay B) Calcutta
C) Madras D) Allahabad
 
Answer & Explanation Answer: D) Allahabad

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

2 32146
Q:

What will be output of following program?


#include <stdio.h>
int main()

{
   void (*p)();
   int (*q)();
   int (*r)();
   p = clrscr;
   q = getch;
   r = puts;
  (*p)();
  (*r)("www.sawaal.com");
  (*q)();
  return 0;
}

A) NULL B) www.sawaal.com
C) Compilation error D) None of above
 
Answer & Explanation Answer: B) www.sawaal.com

Explanation:

p is pointer to function whose parameter is void and return type is also void. r and q is pointer to function whose parameter is void and return type is int . So they can hold the address of such function.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 32145
Q:

Which of the following is not part of performance testing?

A) simulating many users B) measuring response times
C) generating many transactions D) recovery testing
 
Answer & Explanation Answer: D) recovery testing

Explanation:

In software engineering, performance testing is in general, a testing practice performed to determine how a system performs in terms of responsiveness and stability under a particular workload.

Report Error

View Answer Report Error Discuss

20 32132
Q:

Who holds the post of Deputy Chairman of the Planning Commission?

 

A) Prime Minister B) Planning Minister
C) an official who holds the rank of a Cabinet Minister D) an economist of repute
 
Answer & Explanation Answer: C) an official who holds the rank of a Cabinet Minister

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 32087
Q:

Which city in Australia is hosted the 2018 commonwealth Games?

 

A) Hobart B) perth
C) Gold Coast D) Adelaide
 
Answer & Explanation Answer: C) Gold Coast

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

1 32075