Searching for "attributes"

Q:

When designing the file structure for an operating system, what attributes are considered ?

Answer

Commonly, the different attributes for a file structure are naming,size, identifier, a level of protection, supported file types and location for the files.

Report Error

View answer Workspace Report Error Discuss

Q:

What are the main attributes for a successful commercial lawyer?

Answer

Interpersonal Skills: Good lawyers and paralegals have exceptional interpersonal skills and can establish trusting relationships with each and everyone they work with.
Logical Thinking Ability: A great lawyer is able to guess logically and make legitimate judgments and assumptions based on data presented.
Perseverance: Those working in the legal profession must have perseverance. In most cases require long hours of work with heavy research and lots of writing. A superb lawyer or legal assistant must be active to put in the time it takes to get the role done.
Public Speaking Skills: A good lawyer has excellent public speaking skills and is comfortable addressing a courtroom. They can also easily handle speaking in front of other groups.
Writing Skills: A great lawyer or legal assistant has exceptional writing skills which might be used in preparing compelling arguments, motions, briefs, and other legal documents.
Creativity: A brilliant lawyer is creative and able to think of affordable solutions when problems and unique situations arise.
Research Skills: Preparing a legal strategy generally requires a vast amount of studies. The one who involved in the legal profession should have superb research skills to be able to find and recognize pertinent information.

Report Error

View answer Workspace Report Error Discuss

Subject: Law

Q:

What are the main attributes of test automation?

Answer

The main attributes are discussed below:


 


Maintainability: For each new release need to update the test automation suites.


Reliability: Accuracy and repeatability of the test automation.


Flexibility: Ease of working with all the different kinds of automation test ware. 


Efficiency: Total cost related to the effort needed for the automation.


Portability: Ability of the automated test to run on different environments.


Robustness: Effectiveness of automation on an unstable or rapidly changing system. 


Usability: Extent to which automation can be used by different types of user.

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

Q:

Define cursor attributes: %FOUND, %NOTFOUND, %ROWCOUNT, and %ISOPEN

Answer

- %FOUND


 This is a Boolean variable which evaluates to TRUE if the last row is successfully fetched.


 


- %NOTFOUND


 This is a Boolean variable which evaluates to TRUE if the last row is not successfully fetched. This means there are no more rows to fetch.


 


- %ROWCOUNT


 Returns the number of rows fetched by the cursor.


 


- %ISOPEN


If the cursor is open, it evaluates to TRUE else FALSE.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

Q:

What are the new attributes provided in HTML5 for "form" tag ?

Answer

The new attributes provided in HTML5 for <form> are: 


a.) autocomplete


– It specifies if a form or input field should have autocomplete as on or off. 


– If autocomplete is on, the browser is able to fill the values based on the values filled by the user earlier. 


– autocomplete works for following input types: text, search, url, tel, email, password, datepickers, range, and color. 


b.) novalidate


- This is a boolean attribute. 


- When present, it signifies that the form-data should not be validated when submitted.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

Q:

If no multivalued attributes exist and no partial dependencies exist in a relation, then the relation is in what normal form?

A) First normal form B) Second normal form
C) Third normal form D) Fourth normal form
 
Answer & Explanation Answer: B) Second normal form

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

Q:

Which type of entity is related to two or more associated entities that each contain specialized attributes that apply to some but not all of the instances of the entity?

A) Supertype entity B) Subtype entity
C) Archetype entity D) Instance entity
 
Answer & Explanation Answer: A) Supertype entity

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

Q:

What tasks, contents, and importance does the Data Dictionary have in the R/3 system

A. It is needed for developing R/3 software

B. It is needed to run R/3 applications

C. It contains, among other things, the R/3 Data Model attributes

D. It contains, among other things, the rules for checking entered data

Answer

Answer : A , B , C , D

Report Error

View answer Workspace Report Error Discuss