Questions

Q:

Who is the founder of the Indian Premier League (IPL)?

A) N. Srinivasan B) Samir Modi
C) Rajeev Shukla D) Lalit Modi
 
Answer & Explanation Answer: D) Lalit Modi

Explanation:

The founder of the Indian Premier League (IPL) is Lalit Modi.

Report Error

View Answer Report Error Discuss

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

3 2363
Q:

How many bit combination are there in a byte?

Answer

Byte contains 8 combinations of bits.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2363
Q:

IP addresses are converted to

A) A binary string B) A domain name
C) Alphanumeric string D) A hexadecimal string
 
Answer & Explanation Answer: B) A domain name

Explanation:

IP addresses are converted to a domain name by DNS - Domain Name System.

Report Error

View Answer Report Error Discuss

7 2363
Q:

On 26thNovember, 1949, which of the following provisions of the Constitution of India came into effect?

1.Citizenship

2.Elections

3.Provisional Parliament

4.Fundamental Rights

 

Select the correct answer using the code given below.

A) 2, 3 and 4 B) 1, 2 and 3
C) 1 and 3 only D) 1 and 2 only
 
Answer & Explanation Answer: B) 1, 2 and 3

Explanation:

Some provisions of the Constitution pertaining to citizenship, elections, provisional parliament, temporary and transitional provisions, and short title contained in Articles 5, 6, 7, 8, 9, 60, 324, 366, 367, 379, 380, 388, 391, 392 and 393 came into force on November 26, 1949 itself

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 2362
Q:

Two categories of laser printers are

Answer

There are two types of printers we use. They are 


* Laser Printers and


* Inkjet Printers.


 


And again Laser printers are of two categories. They are ::


 


1. Personal laser printers  and


2. Office laser printers.

Report Error

View answer Workspace Report Error Discuss

Subject: Physics Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 2362
Q:

Who has been conferred the Ashoka Chakra for year 2019?

A) Syam Prasad B) Ahmed Sunani
C) Nazir Ahmad Wani D) Vishnu wagh
 
Answer & Explanation Answer: C) Nazir Ahmad Wani

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

9 2362
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Integrated Change Control Phase?

Answer

I. Inputs



  • Project management plan

  • Requested changes

  • Work performance information

  • Recommended preventive actions

  • Recommended corrective actions

  • Recommended defect repair

  • Deliverables


II. Tools and Techniques



  • Project management methodology

  • Project management information system

  • Expert Judgment


III. Outputs



  • Approved change requests

  • Rejected change requests

  • Project management plan(updates)

  • Project scope statement (updates)

  • Approved corrective actions

  • Approved preventive actions

  • Approved defect repair

  • Validated defect repair

  • Deliverables 

Report Error

View answer Workspace Report Error Discuss

0 2361
Q:

What would be the output of the following program?

# define SQR(x) (x * x)

main()

{

    int a, b = 3;

    a = SQR ( b + 2 );

    Printf ("\n %d ", a );

}

Answer

11


Because, on preprocessing the expression becomes  a = ( 3 + 2 * 2 + 3),  as Ist preference is multiply & then addition, it evalvates as(3+ 2 * 3 +2) = (3+6+2)=11.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2361