What do you know about web programming

Multiple choice questions on web programming
  1. Question 1. Which of the following languages ​​can be used to write server scripts in ASP.NET?
    1. C #
    2. C ++
    3. Visual Basic
    4. . All heads are correct
  2. Question 2. To run the ASP .NET page you need the minimum?
    1. Java Virtual Machine
    2. Windows explorer
    3. Common Language Runtime
    4. A Web browser
  3. Question 3. When compiling an ASP.Net application, what format is the result?
    1. EXE
    2. DLL
    3. COM
    4. Both sentences a and c are wrong
  4. Question 4. When an .aspx page is requested, the output on the browser is as follows:
    1. HTML
    2. XML
    3. WML
    4. All 3 sentences a, b, c are correct
  5. Question 5. To write ASP.Net code on the same page as HTML, which tag block do you put in?
5 ★ | 1 Vote