Searching for "u"

Q:

Economics is the study of how society manages its

A) Limited resources & limited wants B) Unlimited wants & unlimited resources
C) Limited wants & unlimited resources D) Limited resources & unlimited wants
 
Answer & Explanation Answer: C) Limited wants & unlimited resources

Explanation:

Economics is the study of how society manages its scarce resources i.e, Limited wants & unlimited resources.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

Q:

The PHP Syntax is most similar to

A) Visual Basic B) VB Script
C) PERL & C D) Java Script
 
Answer & Explanation Answer: C) PERL & C

Explanation:

PHP is similar to the C style syntax in terms of keywords and language syntax.

 

If conditions, for and while loops, and function returns are similar in syntax to languages such as C, C++, C#, Java and Perl.

Report Error

View Answer Report Error Discuss

Q:

Which of the following is not a valid escape code?

A) " B) \
C) ' D) =
 
Answer & Explanation Answer: D) =

Explanation:

The valid escape codes in programming languages are ', ", \, n, or t are the valid escape codes. 

 

For example, the sequence \n usually represents a newline, while the escape sequence \\ represents a backslash, \t usually represents a newtab.

Report Error

View Answer Report Error Discuss

Q:

Markup tags tell the web browser

A) How to display the file B) How to organise the page
C) How to display message box on page D) None of the above
 
Answer & Explanation Answer: A) How to display the file

Explanation:

Markup tags tell the web browser how to display the file.

Report Error

View Answer Report Error Discuss

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

Q:

The arranging of data in a logical sequence is called

A) Summarizing B) Classifying
C) Sorting D) Rearranging
 
Answer & Explanation Answer: C) Sorting

Explanation:

The process of arranging any items in a systematic manner in a logical sequence is called as Sorting. It can be of two types :

1. Ordering

Arranging items following some criterion like ascending or descending order

2. Categorizing

Grouping items with similar properties together.

Report Error

View Answer Report Error Discuss

Filed Under: SQL
Exam Prep: AIEEE , Bank Exams , CAT

Q:

A paper printout of a document is known as

A) Hardcopy B) Softcopy
C) Permanent output D) All of the above
 
Answer & Explanation Answer: A) Hardcopy

Explanation:

A paper printout of a document is known as Hardcopy output.

Report Error

View Answer Report Error Discuss

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

Q:

Which of the following is not soluble in water?

A) sodium chloride B) potassium sulfate
C) copper(II) hydroxide D) silver nitrate
 
Answer & Explanation Answer: B) potassium sulfate

Explanation:

We know that,

All nitrates are soluble in water.

All chlorides are soluble in water with the exception of those formed with silver , lead , mercury ions as all halides are soluble.

Sulphates are soluble in water.

Hydroxides are not soluble in water.

 

Hence, copper(II) hydroxide is not soluble in water.

Report Error

View Answer Report Error Discuss

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

Q:

Choose the correct html tag to make a text italic.

1. <italic>

2. <it>

3. <i>

4. <il>

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

Explanation:

HTML Tag  is used to make a text italic.

Report Error

View Answer Report Error Discuss