Searching for "style"

Q:

Indo-persian style of architecture atained its supreme beauty in the reign of 

A) Babur B) Akbar
C) Jehangir D) Shah Jehan
 
Answer & Explanation Answer: D) Shah Jehan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

Q:

In this question ,there is a word writen in capital letter, with one letter underlined. For each letter in that word there is a code written. That code is denoted by either 1 , 2, 3, 4 or 5 notin the same order. you have to find out the exact code for the underlined letter in the word. The number of that code is the answer.

1. N    2. G    3. P    4. F    5. C

Answer

Answer : 5


 


 


 


Explanation : Given that, For each letter in the word (FLIES) there is a code written and also that code is denoted by either 1 , 2, 3, 4 or 5 


 


Apply the below code, It exactly matches the Given Condition


 


Letters at odd- numbered places shift three positions backward and letters at even-numbered places shift two positions forward as in English alphabet.


 



 


Here, Odd- Numbered Places F, I , S shift three positions backward in English Alphabet.


 


Even- Numbered Places L, E shift two positions forward in English Alphabet.


 


 


 


Therefore, exact code for the underline letter (F) is C.


 


 


 


So the Answer is 5.

Report Error

View answer Workspace Report Error Discuss

Q:

The value of

 is:

Answer

2n+2n22x2n - 2n = 2n1 + 122n(2-1) = 32

Report Error

View answer Workspace Report Error Discuss

Subject: Numbers Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

Q:

The total number of prime factors in the expansion

Answer

 


2211 x 75 x 112=> 222 x 75 x 112


 Total number of prime factors is (22+5+2) = 29

Report Error

View answer Workspace Report Error Discuss

Subject: Numbers Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

Q:

Simplify the following equation.

1943 + 12 + 13 + 11 + 14

A) 43/19 B) 1
C) 38/19 D) None of these
 
Answer & Explanation Answer: D) None of these

Explanation:

After solving we get,

 

62/931.

 

None of the options satisfy.

Report Error

View Answer Report Error Discuss

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

Q:

1747 + 13212 - ? = 1123

A) 16 B) 17
C) 18 D) 19
 
Answer & Explanation Answer: D) 19

Explanation:

1747 + 13212 - ? = 1123

1237 + 15812 - ? = 353

=> ? = 1237 + 15812 - 353

=> ? = 1476 + 1106 - 98084

=> ? = 19.07

Report Error

View Answer Report Error Discuss

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

Q:

If logxl+m-2n = logym+n-2l = logzn+l-2m, then xyz is equal to

A) 0 B) 1
C) lmn D) 2
 
Answer & Explanation Answer: B) 1

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Logarithms

Q:

Explain three important components of Dynamic HTML authoring - Positioning, Style modifications and Event handling

Answer

- Positioning: Is some what where we need the object to be placed in the graphical view i:e on screen. If we talk in DHTML sense then we have two types of positioning: Relative and Absolute.


Relative Positioning: Relative positioning is the same as the current HTML3 layout and is best reserved for situations where you want to be sure that the content will revert to this default inside a document that also uses absolute positioning.


Absolute Positioning: In DHTML absolute positioning means that the object will remain at the same position regardless of the condition of other elements and the size of the browser. In simple languages if an object/image is absolutely positioned (STYLE="position: absolute;"), with an offset of 150 pixels to the right and 250 pixels down from the left-hand corner of the browser screen then it will avail this position what ever the circumstances may be.


- Style Modifications: Style modification indicates the changes in the presentation or the view part that are being made in web page. This part comes under Cascading Style Sheet where the user style his web page by using the attributes and the tags that are pre-defined in CSS.


- Event Handling: As explained earlier Events is the beating heart of any JavaScript application. For handling event in DHTML we attach event handler to HTML elements. The event handler waits until a certain event, for instance a click on a link, takes place. When it happens it handles the event by executing some JavaScript code that has been defined by us. After it has executed the code the event handler comes to its initial state and waits for the user to fire any event. Hence to handle events in DHTML we need to register an event handler.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology