Questions

Q:

Potassium Permanganate is used for purifying drinking water, because

A) it is a sterilising agent B) it dissolves the impurities of water
C) it is a reducing agent D) it is an oxidising agent
 
Answer & Explanation Answer: D) it is an oxidising agent

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

150 19662
Q:

The M.K.S. system was first introduced by

A) archimedes B) Eienstein
C) Newton D) Giorgi
 
Answer & Explanation Answer: D) Giorgi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

93 19654
Q:

Magnetic disks are the most popular medium for

A) Sequential access B) Direct access
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

A magnetic disk is a storage device that uses a magnetization process to write, rewrite and access data. It is covered with a magnetic coating and stores data in the form of tracks, spots, and sectors. Hard disks, zip disks, and floppy disks are common examples of magnetic disks.

Magnetic_disks_are_the_most_popular_medium_for11558071061.png image        Magnetic_disks_are_the_most_popular_medium_for1558071122.png image

 

 

Hence, Magnetic disks are the most popular medium for both Direct access and Sequential access.

 

 

Report Error

View Answer Report Error Discuss

24 19639
Q:

Where was electricity supply first introduced in India

A) Kolkata B) Mumbai
C) Darjeeling D) Chennai
 
Answer & Explanation Answer: C) Darjeeling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

68 19631
Q:

Begum Akhtar is associated to which art form?

 

A) Dance B) Painting
C) Music D) Folk Art  
 
Answer & Explanation Answer: C) Music

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

0 19629
Q:

What is the output of this C code?

        #include <stdio.h>
        void main()
        {
            int x = 97;
            char y = x;
            printf("%cn", y);
        }

A) a B) 97
C) Run time error D) None
 
Answer & Explanation Answer: A) a

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 19619
Q:

The Computer size was very large in

A) Fourth Generation B) Third Generation
C) Second Generation D) First Generation
 
Answer & Explanation Answer: D) First Generation

Explanation:

The First Generation Computers size was very large. 

 

Since the First generation computers used 1000s of vacuum tubes that required lot of space made them gigantic in size. Single transistor could replace 1000 vacuum tubes and a single IC chip replaced 1000s of transistors made computers smaller and more speedy.

 

It is obvious that computers developed with more power, reliability, speed and smaller sizes due to the enhancement of technology.

Report Error

View Answer Report Error Discuss

34 19603
Q:

Unreachable code would best be found using

A) code inspections B) a static analysis tool
C) code reviews D) a test management tool
 
Answer & Explanation Answer: C) code reviews

Explanation:

Code review is a software quality assurance activity in which one or several humans check a program mainly by viewing and reading parts of its source code, and they do so after implementation or as an interruption of implementation.

Report Error

View Answer Report Error Discuss

23 19591