1602. What tags one need to add within the asp:datagrid tags to bind columns manually ?
comments icon0

A. It is not possible to do the operation

B. Set AutomaunalColumns Property to true on the datagrid tag

C. Set AutoGenerateColumns Property to true on the datagrid tag

D. Set AutoGenerateColumns Property to false on the datagrid tag
1609. Which command is used to terminate a process ?
comments icon0

A. haltsys

B. cancel

C. shutdown

D. kill
1617. NIS_____________________?
comments icon0

A. allows configuration-such as password and group files

B. is Network Information Service

C. was formerly known as yellow pages

D. is a simple directory service whose main purpose is to allow remote authentication of systems on local network systems

1618. What command is used to terminate a process ?
comments icon0

A. cancel

B. shutdown

C. haltsys

D. kill
1621. The command chmod 761 letter is equivalent to__________________?
comments icon0
A. chmod u = rwx, g = rw, o = x letter

B. chmod 167 letter

C. chmod a = 761 letter

D. chmod 4=7, g = 6, o = 1 letter

1623. The type of code found in Code-Behind class is __________________?
comments icon0

A. Client-side code

B. Server-side code

C. Both A and B

D. None of these

1624. Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year ?
comments icon0

A. find -name mtime + 365 / ok rm

B. find /user/* \(-mtime + 365 a atime +365 \) OK rm {} \;

C. grep (/usr/*) mtime + 365 | -ok rm

D. find -mtime +365 | rm

1628. What is the base class from which all Web forms inherit ?
comments icon0

A. Master Page

B. Page Class

C. Session Class

D. None of these

1629. In ASP.NET if one wants to maintain session then which of the following is used ?
comments icon0
A. All of the above

B. Session State Service

C. In-process storage

D. Microsoft SQL Server

1632. Which command is used to make all files and sub-directories in the directory (progs) executable by all users ?
comments icon0

A. chmod -x a+x progs

B. chmod -R a+x progs

C. chmod -R 222 progs

D. chmod -1 a+x progs

1633. Which command is used to locate all the .profile files in the system ?
comments icon0
A. find /-name profile -print

B. l -u .profile

C. ls profile

D. cd /.profile

1634. Which command is used to assign only read permission to all three categories of the file note ?
comments icon0

A. chmod a-rw

B. chmod ugo=r note

C. chmod u+r,g+r,o-x note

D. chmod go+r note

1636. Which of the following is FALSE ?
comments icon0

A. ASP.NET is a major upgrade over ASP

B. ASP.NET applications run without a Web Server

C. ASP+ and ASP.NET refer to the same thing

D. None of these
1640. The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has_______________?
comments icon0

A. executable permission only

B. write and executable permissions

C. both read and executable permissions.

D. both read and write permissions
1641. How do we create a FileSystemObject ?
comments icon0

A. Server.CreateObject(FileSystemObject)

B. Create Object:Scripting.FileSystemObject

C. Server.CreateObject(Scripting.FileSystemObject)

D. Create(FileSystemObject)

1646. What package group will you select during the custom configuration to enable the machine to communicate with Windows clients ?
comments icon0

A. All of the above

B. IPX/NetWare Connectivity

C. SMB (Samba) Connectivity

D. Dial-up Workstation

1647. The second set of the three permissions (r-) indicates that______________?
comments icon0
A. group has read permission only

B. other has read permission only

C. owner has read permission only

D. group has write permission only

1648. What command is used to assign executable permission to all of the files named report ?
comments icon0

A. chmod ugo + r report

B. chmod ugo + x report

C. chmod ugo + rw report

D. chmod u + x report