Software Engineering Mcqs

What command is used to remove files ?

(A) dm

(B) rm

(C) delete

(D) erase

Submitted By: Ali Uppal


Which of the following is not a communication command ?

(A) grep

(B) mail

(C) mesg

(D) write

Submitted By: Ali Uppal


Which of the following command is used to see the services running in NFS server ?

(A) rpcinfo

(B) serverinfo

(C) NFSinfo

(D) infserv

Submitted By: Ali Uppal


What type of addressing format is used by Class A network ?

(A) Net.Net.Net.Node

(B) Net.Net.Node.Node

(C) Net.Node.Net.Node

(D) Net.Nod

(D) Nod

Submitted By: Ali Uppal


What command is used to assign executable permission to all of the files named “report” ?

(A) chmod ugo + x report

(B) chmod u + x report

(C) chmod ugo + rw report

(D) chmod ugo + r report

Submitted By: Ali Uppal


The actual work process of ASP.NET is taken care by _____________?

(A) aspnet_wp.exe

(B) aspnet_isapi.dll

(C) inetinfo.exe

(D) None of these

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Default scripting language in ASP?

(A) VBScript

(B) EcmaScript

(C) JavaScript

(D) PERL

Submitted By: Ali Uppal


When is the user controls code is executed______________?

(A) After the webform loads

(B) Before Page_init event of web form

(C) After the page_init event of webform

(D) None of the above

Submitted By: Ali Uppal


How do you trace the application_End event on runtime ?

(A) By Debugging

(B) Can not be done

(C) By Tracing

(D) By Stopping

Submitted By: Ali Uppal