Question: 1.What statement below is true about a native code? a. In some cases, it could contain error that requires debugging b. It is generated by

1.What statement below is true about a native code?

a. In some cases, it could contain error that requires debugging

b. It is generated by a specific language's compiler

O c. Operating System provides an environment for a native code to execute

d. 't is generated to execute on the target machine

_____________ 2.What file is generated when a source code written in a .NET language is compiled?

a.Microsoft Intermediate Language

b. CSS File

c. Class Library File

d. Binary file ______________

3.What statement below is true about a native code?

a. In some cases, it could contain error that requires debugging

b. It is generated by a specific language's compiler

c. Operating System provides an environment for a native code to execute

d. t is generated to execute on the target machine ______________

4.What is the value of the variable "a" after the execution of the following code?

double a = 2 + 3 *5 - 4/ 2;

a. 15

b. 11

c. 10.5

d. 6.5

_____________ _________ 5.What is a true statement about .NET Framework?

a. It supports both server-side and client-side scripting

B.It supports all programming languages

c. It is integrated into the Windows operating system

d. You must buy it before using it ______________ 6.What is not true about controls?

a. Checkbox list control allows multiple selections

b. Text box can be used for input and output

c.here is no major difference between a Dropdown list and List box controls

d. Label can be used to display an output

______________ 7.Which of the following statements is not true about JIT?

a. It means Just-In-Time compiler

b. JIT converts MSIL into a native code

c. It is a subcomponent of CLR

d.JIT generates intermediate language _______________ 8.What is the recommended and best name/ID of a text box that will be used to input a date of birth?

a. txt Date of Birth

b. DateOfBirth

c. Date OfBirthtxt

d. txtDateOfBirth __________________ 9.Which one below is not a server-side scripting language?

a. JSP

b. PHP

C.JavaScript

d. Visual C# _____________

10.What is the correct code to calculate and display the remaining amount after deducting 2.5% discount from the salary?

a. doubles = 1200 double r =s* 0.025 IbIRemaining.Text = r.ToString0;

b.int salary = 1200; int rem = salary * 0.025 IbIRemaining.Text = rem.ToString0;

c double s = 1200; double r= s-s* (2.5/100); IbIRemaining.Text = r.ToString0;

D .int salary = 1200; int rem = salary - salary 0.0253B IbI Remaining Text = rem.ToString; _________________ 11.Which statement below is not true about ASP.NET?

a. ASP.NET is free

b. It is a server-side web application framework

C. ASP.NET contains the .NET Framework

d. It is allowed to use different supported programming languages in a single project.

______________ 12.Which statement below will cause an error?

a. IblTotal.Text = int.Parse(x);

b. txtFirstName.Text ="" ;

C. for(int b = 1; b

d. drpLevel.Items.Add("Bachelor");

___________________ 13.What is expected to happen when the following code is executed? for(int a = 1;a

a. It will show "123" in IblOutput b. No output c It will show "12" in IblOutput d. It will show "1" in IblOutput

_____________ 14.It manages code while being executed.

a. Internet Information Services

b. Common Language Runtime

C. NET Framework

d. Just-In-Time compiler ______________

 1.What statement below is true about a native code? a. In

15.

Given the following user interface design, what is the correct code to display "Pay by cash" when the checkbox is checked and "Pay by card" when it is not? Cash Payment [Ib Message] Submit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!