Apply OOP Coc
Apply OOP Coc
aspx
A. Join
B. Return
C. Date
D. Constraint
A. Natural Join
B. Left Outer Join
C. Right Outer Join
D. Full Outer Join
A. scripting
B. programming
C. styling
D. markup
A. //
B. /* Comment */
C. // Comment //
D. <!-- Comment -->
A. <p>
B. <pre>
C. <panel>
D. None of the above
A. <style>
B. <css>
C. style
D. css
When there are no matching values between two tables of a database, which of
the following join returns zero records?
a) Self join
b) Full join
c) Inner join
d) Right join
Which of the following feature is also known as run-time binding or late binding?
Dynamic typing
Dynamic loading
Dynamic binding
Data hiding
Which of the following OOP concept binds the code and data together and keeps
them secure from the outside world?
Polymorphism
Inheritance
Abstraction
Encapsulation
Table1 LEFT JOIN Table2 returns _____
a) All records from the Table2 and the matched records from the Table1
b) All records from the Table1 and the matched records from the
Table2
c) Records that have matching values in both tables.
d) All records when there is a match in either Table1 or Table2
It is the ability to process the many messages and data in one way
It is the ability to process the undefined messages or data in at least
one way
It is the ability to process the message or data in more than
one form
It is the ability to process the message or data in only one form
A. Atomicity
B. Consistency
C. Durability
D. All of the above
___ states that all operations of a transaction must occur
simultaneously; otherwise, the transaction will be aborted.
A. Atomicity
B. Consistency
C. Isolation
D. Durability
A. Consistency
B. Rollback
C. Durability
D. Isolation
A. Selector
B. Attribute
C. Property
D. Tag
A. style
B. css
C. stylesheet
D. Both A. and B.
A. //
B. /* and */
C. <* and *>
D. <! And !>
A. text-color
B. color
C. font-color
D. Both A. and B.
A. bgcolor
B. bg-color
C. background
D. background-color
From the given options which is/are the valid way to represent
a color?
A. font
B. font-family
C. font-style
D. All of the above
A. a {text-decoration : underline;}
B. a {text-decoration : none;}
C. a {text-decoration : block;}
D. None of the above
A. a:mouseover
B. a:move
C. a:mover
D. a:hover
A. border-style
B. border-color
C. border-decoration
D. Both A. and B.
A. text-align:center
B. align:center
C. text-align:middle
D. align:middle
A. text-align
B. padding-left
C. margin-left
D. text-indent
A. text-space
B. letter-space
C. letter-spacing
D. letter-distance