Learn and practice Aptitude questions and answers with explanation for interview, competitive exam (Pariksha Corner )

Wednesday, January 22, 2020

Which of the following objects can be used in expressions an

Which of the following objects can be used in expressions and scriplets in JSP without explicily declaring them ?
ASession and request only
BRequest and response only
CResponse and session only
DSession, request and response
View Answer

What is the correct HTML tag for the largest heading ?

What is the correct HTML tag for the largest heading ?
Ahead = large
Bheading = large
Chl
Dh6
View Answer

At a particular time of computation, the value of a counting

At a particular time of computation, the value of a counting semaphore is 7. Then 20 P operations and 'x' V operations were completed on this semaphore. If the final value of the semaphore is 5, x will be
A13
B15
C18
D22
View Answer

In a paged memory, the page hit ratio is 0-65. Time required

In a paged memory, the page hit ratio is 0-65. Time required to access a page from secondary memory is 100 ns and from the main memory is 10 ns. The average time required to access a page is
A78.5 ns
B68.5 ns
C68.0 ns
D41.5 ns
View Answer

consider the arrival time of 6 processes

A5
B6.25
C7.25
D10
View Answer

the following functional dependencies hold good for

A100
B200
C300
D20000
View Answer

Suppliers ( sid ; sname ; city ; street )

Assume the following relational schema :
Suppliers ( sid ; sname ; city ; street )
Parts ( pid ; pname ; pcolor )
Catalog ( sid ; pid ; cost).
Assume each supplier and each street within the city is unique and ( sname, city ) forms a candidate key. No other functional dependencies, except those implied in the schema exist. Which of the following statements is true ?
AThe schema is not in 2 NF
BThe schema is in 2 NF, but not in 3 NF
CThe schema is in 3 NF. but not in BCNF
DThe schema is in BCNF.
View Answer

Categories