Exam preparation MCQs with answers

Practice Pakistan's most useful MCQs for competitive exams

Prepare for NTS, PPSC, FPSC and subject-wise tests with fresh multiple choice questions, clear options and quick answer reveal.

Latest MCQs

Why is Global.asax is used ?
  • (A)  Implement application and session level events
  • (B)  Declare Global variables
  • (C)  No use
  • (D)  All of the above
How do we create a FileSystemObject ?
  • (A)  Server.CreateObject(“Scripting.FileSystemObject”)
  • (B)  Create Object:”Scripting.FileSystemObject”
  • (C)  Server.CreateObject(“FileSystemObject”)
  • (D)  Create(“FileSystemObject”)
Explain the significance of Server .MapPath ?
  • (A)  Returns the Virtual Path of the web folder
  • (B)  Maps the specified virtual path to Physical path
  • (C)  Returns the physical file path that corresponds to virtual specified path
  • (D)  All of the above