Questions

Q:

In which year American Revolution started ?

A) 1774 B) 1775
C) 1776 D) 1777
 
Answer & Explanation Answer: B) 1775

Explanation:

American Revolution started in 1775 and lasted till 1781.

Report Error

View Answer Report Error Discuss

Filed Under: World History

1 2319
Q:

Explain Data Control Language

Answer

Data Control Language (DCL):-statements to take care of the security and authorization.


Examples:



    1. GRANT

    2. REVOKE

Report Error

View answer Workspace Report Error Discuss

2 2319
Q:

Point out the error, ifany, in the followingb code?

typedef struct

{

     int data;

     NODEPTR link;

} *NODEPTR;

 

Answer

A typedef defines a new name for a type, and in simpler cases like the one shown below you can define a new structure type and a typedef for it at the same time.


typedef struct


{


    char name[20];


    int age;


} emp;


However, in the structure defined in this question, there is an error because a typedef declaration cannot be used until it is defined. In the given code fragment the typedef declaration is not yet defined at he point where the link field is declared.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2318
Q:

What are the roles of glass-box and black-box testing tools?

Answer

Glass Box (or white box) testing is the process of giving i/p to the system and checking how the system processes i/p to generate o/p


Black Box testing is the process of giving i/p to the system and checking if the system is giving correct o/p without bothering how the o/p is generated.


As we can see from the definitions, the role of black box testing is to ensure that the o/p generated is correct. And role of white box testing is to ensure that methods used to generate the o/p are correct.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

0 2317
Q:

What is the currency of Japan?

A) yen B) dirham
C) yuan D) None of the above
 
Answer & Explanation Answer: A) yen

Explanation:

The currency of Japan is Japanese yen.

Report Error

View Answer Report Error Discuss

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

1 2317
Q:

Landowners often complain that hunters

A) do not get written permission to hunt B) make too much noise
C) leave litter behind D) All of the above
 
Answer & Explanation Answer: A) do not get written permission to hunt

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

1 2317
Q:

One who copies from other writers

A) Aggressive B) Militant
C) Bellicose D) Plagiarist
 
Answer & Explanation Answer: D) Plagiarist

Explanation:

One who copies from other writers is called Plagiarist.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 2317
Q:

Climatology is a subspecialty of

A) meteorology B) environmental science
C) oceanography D) marine biology
 
Answer & Explanation Answer: B) environmental science

Explanation:

Climatology is a study of climate which is subspecialty of environmental science studies.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2317