Questions

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 33175
Q:

What will be output of the following c program ?

#include

int main()

{

    int max-val=100;

    int min-val=10;

    int avg-val;

    avg-val =( max-val + min-val ) / 2;

    printf( "%d", avg-val );

    return 0;

}

A) 55 B) 105
C) 60 D) Compilation error
 
Answer & Explanation Answer: D) Compilation error

Explanation:

We cannot use special character – in the variable name.
Variable name can have only underscore.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

5 33141
Q:

The minimum forest cover to maintain ecological balance in the plains is

A) 25% B) 33%
C) 40% D) 50%
 
Answer & Explanation Answer: B) 33%

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

92 33130
Q:

Esc key in a windows keyboard is not used to

 

A) Close a dialog-box B) Run a selected command
C) Cancel a command D) Close a selected drop down list
 
Answer & Explanation Answer: B) Run a selected command

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

9 33106
Q:

Railway passenger coaches are manufactured at

A) Varanasi B) Chittaranjan
C) Perambur D) Kolkata
 
Answer & Explanation Answer: C) Perambur

Explanation:

The Integral Coach Factory at Perambur has become a leading rail coach manufacturing factory in the world. Chittaranjan Loco Works now produce diesel engines. Diesel engines are also being assembled at varanasi and Jamshedpur (Tata Elecrtic company of TELCO), BEML also manufactures railway wagons.

Railway_passenger_coaches_are_manufactured_at1558507823.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

125 33050
Q:

‘Pey Jal Survekshan’ is the initiative of which Union Ministry?

 

A) Ministry of Jal Shakti B) Ministry of Agriculture and Farmers Welfare
C) Ministry of Rural Development D) Ministry of Housing and Urban Affairs
 
Answer & Explanation Answer: D) Ministry of Housing and Urban Affairs

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

1 33040
Q:

Among the given nutrients, milk is a poor source of

A) Calcium B) Protein
C) Vitamin C D) Carbohydrates
 
Answer & Explanation Answer: C) Vitamin C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

179 33035
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 33012