Questions

Q:

Which state of india has the smallest land area?

A) Goa B) Nagaland
C) Sikkim D) Tripura
 
Answer & Explanation Answer: A) Goa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

73 25598
Q:

Which of the following is not the unit of time

A) Parallactic second B) Micro Second
C) Leap year D) Solar day
 
Answer & Explanation Answer: A) Parallactic second

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

241 25521
Q:

#define clrscr() 100

main()

{

clrscr();

printf( "%dn", clrscr() );

}

A) 100 B) 0
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: A) 100

Explanation:

Preprocessor executes as a seperate pass before the execution of the compiler. So textual replacement of clrscr() to 100 occurs.The input program to compiler looks like this :

main ()

{

100;

printf("%d\n",100);

}

Note: 100; is an executable statement but with no action. So it doesn't give any problem.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

13 25516
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

65 25488
Q:

What is the effective resistance (in Ω) of two resistors 21 Ω and 28 Ω connected in parallel?

 

A) 49 B) 24
C) 12 D) 98
 
Answer & Explanation Answer: C) 12

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams , CAT

0 25388
Q:

All dolls are windows.All bottles are windows.All cars are bottles.

1. All cars are windows

2. some cars are dolls

3. some windows are cars

Which among the above listed are true

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

Explanation:

All cars are bottles.All bottles are windows.

 

Since both premises are universal,the conclusion must be universal and should'nt contain the middle term.So it follows that 'All cars are windows'.Thus,1 follows.Also 3 is the converse of this conclusion and hence it holds

Report Error

View Answer Report Error Discuss

5 25278
Q:

With which game does Santosh Trophy is associated

A) Tennis B) Cricket
C) National Football D) Golf
 
Answer & Explanation Answer: C) National Football

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

180 25232
Q:

An air bubble in water will act like a

A) convex lens B) convex mirror
C) concave lens D) concave mirror
 
Answer & Explanation Answer: C) concave lens

Explanation:

An_air_bubble_in_water_will_act_like_a1557488532.jpg image

The lens which have atleast one inward curved surface is a concave lens. Concave ens is a diverging lens as it spreads out light rays that have been refracted through it.

A concave lens is thinner at its centre than at its edges.

Report Error

View Answer Report Error Discuss

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

181 25202