ASP.NET Test - Part 1
In the following article, please join the Network Administrator to learn more about ASP.NET through extremely interesting multiple choice questions.
-
Question 1. Web application:
-
Only run on a single machine
-
There is Client / Server architecture
-
Are all applications that use the Internet
-
Both sentences a and b are wrong
-
Question 2. Which statement is true:
-
The executable part of the web application runs under the control of the web server
-
Web applications do not need to be installed on the client side
-
Web service is a type of Internet application
-
-
Question 3: The URL of the web application is determined by:
-
Virtual directory of the application
-
The physical directory of the application
-
-
All 3 sentences are wrong
-
Question 4. Which of the following languages can be used to write Server side scripts in ASP.NET?
-
Question 5. To run the ASP .NET page, do you need the minimum?
-
Question 6. When an .aspx page is requested, the browser output is in the following form:
-
-
-
-
All 3 sentences a, b, c are correct
-
Question 7. When compiling an ASP.Net application, what format is the result?
-
Question 8. To write ASP.Net code on the same page as HTML, which tag block do you put in?