1451. Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
comments icon0
A. To create a customized control that needs to display data in a tabular fashion

B. To create and populate a Table with images

C. To create and populate a Table in Design view

D. To display a tabular result set

1453. Default scripting language in ASP?
comments icon0
A. VBScript

B. EcmaScript

C. JavaScript

D. PERL

1457. The cat command is used to_______________?
comments icon0

A. print a file

B. display a file

C. copy a file

D. capture a file

1460. The physical layer of a network________________?
comments icon0
A. defines the electrical characteristics of signals passed between the computer and communication devices

B. All of the above

C. controls error detection and correction

D. constructs packets of data and sends them across the network

1462. Which commands is used to assign executable permission to all of the files named letter ?
comments icon0

A. chmod u+x letter

B. chmod ugo+r letter

C. chmod ugo+x letter

D. chmod ugo+rw letter

1471. Which command is used to remove the read permission of the file note from both the group and others ?
comments icon0

A. chmod go+rw note

B. chmod go+r note

C. chmod go-x note

D. chmod go-r note
1473. Which of the following is not a member of ADODBCommand object ?
comments icon0

A. ExecuteScalar

B. ExecuteStream

C. Open

D. ExecuteReader

1474. Layer one of the OSI model is_______________________?
comments icon0

A. network layer

B. physical layer

C. physical layer

D. transport layer

1480. By default, ASP.NET store SessionIDs in ___________________?
comments icon0

A. Database

B. Database

C. Cookies

D. Global variable

1482. We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
comments icon0

A. page_laod event in aspx page

B. page_load event in code-behind

C. both will run simultaneously

D. None of these

1485. Web.config file is used.. ?
comments icon0

A. To configure the web browser

B. To configure the web server

C. To store the global information and variable definitions for the application

D. Configures the time that the server-side codebehind module is called

1486. The [line number G] key allows you________________?
comments icon0
A. to move cursor to the beginning of the line specified by the number

B. to move cursor right by one position

C. to move cursor down by one line

D. to move cursor left by one position

1487. If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
comments icon0
A. The access is restricted only to ASP.NET files

B. The access is restricted only to static files and non-ASP.NET resources.

C. Both A and B

D. None of the Above

1489. How do you trace the application_End event on runtime ?
comments icon0

A. By Stopping

B. Can not be done

C. By Debugging

D. By Tracing

1494. Who founded the Linux Kernel ?
comments icon0

A. Bill Gates

B. Richard Stallman

C. Linus Torvalds

D. Ben Thomas

1495. Which one of the following namespaces contains the definition for IdbConnection ?
comments icon0

A. System.Data

B. System.Data.Interfaces

C. System.Data.Connection

D. System.Data.Common

1496. Which of the following denote page code model in ASP.NET ?
comments icon0

A. single-file

B. code-behind

C. Both A and B

D. None of the Above