.NET Programming Solved (MCQs)
Section 1
Each Section contains maximum 50 questions. To get more questions visit other sections.
Q41. Which is not an ADO.NET DataAdapter Object?
- A. OleDbDataAdapter
- B. SQLDataAdapter
- C. QueryDataAdapter
- D. Both a and b.
Q42. Where does a web application reside?
- A. Web client
- B. Web server
- C. Visual Studio .NET
- D. Both a and b.
Q43. Which is an example of a web document?
- A. Server script
- B. Web page
- C. Client browser
- D. Both a and b.
Q44. A postback occurs when:
- A. a browser posts a form to the server.
- B. a user’s action activates the handing of a server event.
- C. a server posts a form to the client.
- D. Both a and b.
Q45. Which set of symbols are used to signify the presence of ASP.NET code?
- A. <@
- B. <#
- C. <$
- D. <%
Q46. Which is the file extension used for an ASP.NET file?
- A. asn
- B. asp
- C. aspn
- D. aspx
Q47. What is the extension for a Visual Basic web form interface file?
- A. .asp
- B. .aspx
- C. .asp.vb
- D. .aspx.vb
Q48. When an ASP.NET file is placed on an IIS server and viewed through a browser, the resulting HTMLpage contains:
- A. all ASP.NET code.
- B. as much ASP.NET code as is in the ASP.NET file.
- C. a mix of ASP.NET and HTML code.
- D. all HTML code.
Q49. What is the extension for a Visual Basic web form code file?
- A. .asp
- B. .aspx
- C. .asp.vb
- D. .aspx.vb
Q50. Which HTML tag creates a link to another browser page?
- A. A href
- B. A ref
- C. An href
- D. An ref
1
2
3
4
5