ASP.NET Test - Part 1
- 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
- All right
-
- Question 3: The URL of the web application is determined by:
- Virtual directory of the application
- The physical directory of the application
- Name of Project
- All 3 sentences are wrong
-
- Question 4. Which of the following languages can be used to write Server side scripts in ASP.NET?
- C #
- Visual Basic
- C ++
- Both a and b are correct
-
- Question 5. To run the ASP .NET page, do you need the minimum?
- Windows explorer
- A Web browser
- Common Language Runtime
- Both a and b are correct
-
- Question 6. When an .aspx page is requested, the browser output is in the following form:
- HTML
- XML
- WML
- All 3 sentences a, b, c are correct
-
- Question 7. When compiling an ASP.Net application, what format is the result?
- EXE
- DLL
- COM
- All right
-
- Question 8. To write ASP.Net code on the same page as HTML, which tag block do you put in?
5 ★ | 1 Vote