Questions

Q:

The unit MIPS is used to measure the speed of a___.

A) Disk drive B) Tape drive
C) Printer D) Processor
 
Answer & Explanation Answer: D) Processor

Explanation:

MIPS refers millions instruction per sec and is used to measure the speed of Processor.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk

37 14645
Q:

Explain a.) Deceptive Ad b.) Unfair Ad

Answer

Deceptive Ad :


Deceptive advertising is also known as “False Advertising”. It is one form of advertising that will equip consumers with false and misleading information.


 


 


Unfair Ad :


Unfair advertising is very dangerous to consumers that involve legal binding. 


When there is an occurrence of public policy and consumer rights violation in an advertising message, then it is coined as “Unfair advertising”.  

Report Error

View answer Workspace Report Error Discuss

9 14643
Q:

How would you choose the best media to promote your advertisement?

Answer

It depends on the following factors:



  •        Reach

  •        Geographical spread

  •        Nature of target audience/clusters

  •        Previous successful track records

  •        Low budget; high returns etc. 

Report Error

View answer Workspace Report Error Discuss

9 14635
Q:

India is a Tropical country but has a Monsoonal climate because 

A) Its real extent is vast B) It is surrounded by the sea
C) The Himalayas provide the barrier effect D) Land and sea breeze create monsoons
 
Answer & Explanation Answer: C) The Himalayas provide the barrier effect

Explanation:

The whole of India, south of the Himalayas can be climatically treated as a tropical country as the Himalayas provide the barrier effect. 

 

Indian subcontinent is separated from the rest of Asia by the lofty Himalayan ranges which block the cold air masses moving southwards from Central Asia.

  

 As a result, during winters, the northern half of India is warmer by 3°C to 8°C than other areas located on same latitudes.

  

During summer, due to over the head position of the sun, the climate in the southern parts resemble equatorial dry climate.

 

The seasonal reversal of winds in Arabian Sea and Bay of Bengal give India a typical tropical monsoon climate.

 

So Indian climate, to be precise, is Tropical monsoon type (a distinct wet and dry climate) rather than just a tropical or half temperate climate.

Report Error

View Answer Report Error Discuss

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

21 14630
Q:

Which of the following sets of cities is located on the reference longitude for Indian standard time

A) Bangalore - Varanasi B) Chennai - Varanasi
C) Kakinada - Pondicherry D) Pondicherry - Varanasi
 
Answer & Explanation Answer: C) Kakinada - Pondicherry

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

39 14616
Q:

Which operation is not performed by computer?

A) Understanding B) Controlling
C) Processing D) Inputting
 
Answer & Explanation Answer: A) Understanding

Explanation:

A computer can perform inputting, processing and cotrolling but it can't perform understanding as it is has no brain. It can't earn from its previous experiances.

Report Error

View Answer Report Error Discuss

21 14611
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 14605
Q:

10 examples of computer hardware?

Answer

A computer system consists of two major elements: hardware and software. Computer hardware is the collection of all the parts you can physically touch. Computer software, on the other hand, is not something you can touch. Software is a set of instructions for a computer to perform specific operations. You need both hardware and software for a computer system to work.


10 examples of computer hardware are ::


1. Monitor


2. Motherboard


3. CPU(Microprocessor) 


4. Main memory(RAM)


5. Expansion cards 


6. Power supply unit


7. Optical disc drive 


8. Hard disk drive (HDD)


9. Keyboard


10. Mouse

Report Error

View answer Workspace Report Error Discuss

26 14597