Questions

Q:

 The main objective of Availability Management is?

A) To monitor and report availability of services and components B) To guarantee availability levels for services and components
C) To ensure that all targets in Service Level Agreements (SLAs) are met D) To ensure that service availability matches or exceeds the agreed needs of the business
 
Answer & Explanation Answer: D) To ensure that service availability matches or exceeds the agreed needs of the business

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: ITIL Certification

2 10913
Q:

A source program is the program written in which level language  ?

A) Alpha Numeric B) High-Level
C) Symbolic D) Machine
 
Answer & Explanation Answer: B) High-Level

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming
Exam Prep: Bank Exams
Job Role: Analyst , Database Administration , IT Trainer

15 10912
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 10911
Q:

The information of brilliant colors in a thin soap film is a consequence of the phenomena of

A) Polarization and interference B) Diffraction and dispersion
C) Multiple refraction and dispersion D) Multiple reflection and interference
 
Answer & Explanation Answer: D) Multiple reflection and interference

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

40 10905
Q:

why 8085 processor, is called an 8 bit processor?

Answer

Because 8085 processor is 8 bit ALU (arithmetic logic review). Similarly 8086 processor has 16 bit ALU.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

19 10890
Q:

Maximum age limit of President of India

A) 30 B) 35
C) 45 D) None of the above
 
Answer & Explanation Answer: D) None of the above

Explanation:

There is no maximum age limit for the President of India. Minimum age limit for president of India is 35 years.

Report Error

View Answer Report Error Discuss

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

12 10889
Q:

What color does blue and yellow make?

A) Green B) Black
C) Red D) White
 
Answer & Explanation Answer: A) Green

Explanation:

Mixing of blue and yellow colors make Green Color.

                                 400px-Color_mixture.svg_1521793884.png image

 

RYB (an abbreviation of red–yellow–blue) is a historical set of colors used in subtractive color mixing and is one commonly used set of primary colors. It is primarily used in art and design education, particularly painting.

RYB predates modern scientific color theory, which has determined that cyan, magenta, and yellow are the best set of three colorants to combine, for the widest range of high-chroma colors.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

2 10873
Q:

Compatibility in regard to computers refers to ________

A) The software doing the right job for the user B) It being versatile enough to handle the job
C) The software being able to run on the computer D) Software running with other previously installed software
 
Answer & Explanation Answer: D) Software running with other previously installed software

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

42 10870