Questions

Q:

You cannot link excel worksheet data to a word document

A) With a hyperlink B) With the copy and paste buttons on the standard toolbar
C) With the right drag method D) With the copy and paste special commands
 
Answer & Explanation Answer: B) With the copy and paste buttons on the standard toolbar

Explanation:

You cannot link excel worksheet data to a word document With the copy and paste buttons on the standard toolbar.

Report Error

View Answer Report Error Discuss

2 2314
Q:

The Longest Driverless Metro in the world is________

Answer

The Dhubai Metro(UAE) consists of two driverless lines(Red and Green) that totalled 74.694 km (46.41 miles) when the Greenline was officially opened on 9 September 2011.

Report Error

View answer Workspace Report Error Discuss

1 2314
Q:

Which is a density independent factor in controlling a population?

A) Food shortage B) Disease
C) Floods D) All of the above
 
Answer & Explanation Answer: C) Floods

Explanation:

Any factor limiting the size of a population whose effect is not dependent on the number of individuals in the population, then such factor is called Density Independent Factor. It is things that the organisms have no control over.

 

Here in the given options, food shortage and disease are factors that are dependent on the number of population but Floods have no dependency.

 

Some examples of density independent factors are :: Earth quake, fires, volcanic eruptions, floods, and  all natural calamities.

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 2314
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 2314
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 2314
Q:

Where is the headquaters of the Universal postal Union

A) Switzerland B) UK
C) Iran D) India
 
Answer & Explanation Answer: A) Switzerland

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

2 2314
Q:

Improve the bracketed part of the sentence.
It was so hot during the concert that some spectators passed (out).

A) away B) by
C) over D) no improvement
 
Answer & Explanation Answer: D) no improvement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE

1 2314
Q:

Why do you need common fields in a Database?

Answer

A database that contains multiple tables related through common fields.


A common field is a field of data that is shared among all forms in a database. Without them, it would be difficult and/or time-consuming to create other forms.

Report Error

View answer Workspace Report Error Discuss

7 2313