Searching for "drivers"

Q:

In the question a statement is given, followed by two arguments, I and II. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You have to decide which of the given arguments, if any, is a strong argument.

Statement : Should speed breakers be banned?

Argument I : Yes, data shows that number of accidents increase after putting the speed breakers.
Argument II : No, it teaches fast drivers a lesson.

A) if only argument I is strong. B) if only argument II is strong.
C) if both I and II are strong. D) if neither I nor II is strong.
 
Answer & Explanation Answer: A) if only argument I is strong.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Statement and Arguments
Exam Prep: Bank Exams

Q:

In the question a statement is given, followed by two arguments, I and II. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You have to decide which of the given arguments, if any, is a strong argument.

 

Statement : Should sale of alcohol near highways be banned?

Argument I : No, people should have freedom to decide as it is their fundamental right.
Argument II : Yes, 90% of road accidents involve drivers who are under influence of alcohol.

A) if only argument I is strong. B) if only argument II is strong.
C) if both I and II are strong. D) if neither I nor II is strong.
 
Answer & Explanation Answer: C) if both I and II are strong.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Statement and Arguments
Exam Prep: Bank Exams

Q:

In the following figure, rectangle represents Chefs, circle represents Choreographers, triangle represents Drivers and square represents Americans. Which set of letters represents Americans who are either Choreographers or Drivers?

A) CDE B) EGI
C) DEH D) BCH
 
Answer & Explanation Answer: C) DEH

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Image Analysis
Exam Prep: Bank Exams

Q:

IRDAI has directed all third-party insurance companies to include vehicle insurance policies cover to vehicle owners-drivers of all vehicles (two-wheelers, three-wheelers, passenger vehicles and commercial vehicles) for an additional premium of- 

A) Rs 500  B) Rs 750 
C) Rs 10000  D) Rs 1000
 
Answer & Explanation Answer: B) Rs 750 

Explanation:

All vehicle insurance policies will now include personal accident cover worth Rs 15 lakh in case of the death of the owner while driving or riding. This new rule will help the families of accident victims especially two-wheeler riders who are most of the time under-insured. The Insurance Regulatory and Development Authority (IRDAI) in a circular has directed all third-party insurance companies to include this cover to vehicle owners-drivers of all vehicles (two-wheelers, three-wheelers, passenger vehicles and commercial vehicles) for an additional premium of Rs 750 per year (annual insurance policy). This will now be part of the mandatory insurance cover that is a must for all vehicle owners. 

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT

Q:

BSoDs can be caused by poorly written device drivers ormalfunctioning hardware, such as faulty memory, powersupply issues, overheating of components, or hardwarerunning beyond its specification limits. Which color screenis displayed wh en en coun ter ed a BSOD Er r or ?

A) Red B) Grey
C) Black D) Blue
 
Answer & Explanation Answer: D) Blue

Explanation:

BSODs appear when Microsoft Windows encountersa critical error it cant recover from, requiring a rebootand possibly resulting in lost work. It stands for bluescreen of death. Blue screens are generally caused byproblems with your computers hardware or issues withits hardware driver software. A blue screen occurswhen Windows encounters a "STOP Error." Thiscritical failure causes Windows to crash and stopworking

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

What are the different JDBC drivers available ?

Answer

There are mainly four type of JDBC drivers available. They are:

Type 1 : JDBC-ODBC Bridge Driver - A JDBC-ODBC bridge provides JDBC API access via one or more ODBC drivers. Note that some ODBC native code and in many cases native database client code must be loaded on each client machine that uses this type of driver. Hence, this kind of driver is generally most appropriate when automatic installation and downloading of a Java technology application is not important. For information on the JDBC-ODBC bridge driver provided by Sun.

Type 2: Native API Partly Java Driver- A native-API partly Java technology-enabled driver converts JDBC calls into calls on the client API for Oracle, Sybase, Informix, DB2, or other DBMS. Note that, like the bridge driver, this style of driver requires that some binary code be loaded on each client machine.

Type 3: Network protocol Driver- A net-protocol fully Java technology-enabled driver translates JDBC API calls into a DBMS-independent net protocol which is then translated to a DBMS protocol by a server. This net server middleware is able to connect all of its Java technology-based clients to many different databases. The specific protocol used depends on the vendor. In general, this is the most flexible JDBC API alternative. It is likely that all vendors of this solution will provide products suitable for Intranet use. In order for these products to also support Internet access they must handle the additional requirements for security, access through firewalls, etc., that the Web imposes. Several vendors are adding JDBC technology-based drivers to their existing database middleware products.

Type 4: JDBC Net pure Java Driver - A native-protocol fully Java technology-enabled driver converts JDBC technology calls into the network protocol used by DBMSs directly. This allows a direct call from the client machine to the DBMS server and is a practical solution for Intranet access. Since many of these protocols are proprietary the database vendors themselves will be the primary source for this style of driver. Several database vendors have these in progress.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

You have a computer that runs Windows 7.
You need to confirm that all device drivers installed on the computer are digitally signed. What should you do?

A) At a command prompt, run Verify. B) At a command prompt, run Sigverif.exe.
C) From Device Manager, click Scan for hardware changes. D) From Device Manager, select the Devices by connection view.
 
Answer & Explanation Answer: B) At a command prompt, run Sigverif.exe.

Explanation:
Report Error

View Answer Report Error Discuss

Q:

The probabilities that drivers A, B and C will drive home safely after consuming liquor are 2 / 5, 3 / 7 and 3 / 4, respectively. What is the probability that they will drive home safely after consuming liquor ?

A) 3/70 B) 4/70
C) 9/70 D) 1/50
 
Answer & Explanation Answer: C) 9/70

Explanation:

Let A be the event of driver A drive safely after consuming liquor. 

 

Let B be the event of driver B drive safely after consuming liquor. 

 

Let C be the event of driver C drive safely after consuming liquor. 

 

P(A)=2/5,P(B)=3/7,P(C)=3/4

 

The events A, B and C are independent . Therefore,

 

PABC=P(A)P(B)P(C)=25*37*34=970

 

Therefore, The probability that all the drivers will drive home safely after consuming liquor is 9/70

Report Error

View Answer Report Error Discuss

Filed Under: Probability