Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

King Faisal University College of Computer Science and IT Department of Computer

ID: 3750016 • Letter: K

Question

King Faisal University College of Computer Science and IT Department of Computer Science Computer Scie 1437/1438H- APL: Quiz Dat: 26t Feb 2017 Total Time: 20 min Student Name No: Q1: Chose the correct option for each question below: 1. The CLR-common language runtime is responsible for? a. Compiling the code b. Interpreting the code c. executing MSIL code d. CLR is not used in NET 2. ASP.NET creates an application state object for each application from the class and stores this object in a. Client memory b. Server memory c. Client disk d. Server disk 3. How do we include the external style sheet? a. b. d. None of the above 4. In an HTML document in which tag we refer to an external style sheet? a. In the section d. All of the above S. Which HTML tag is used to define an internal style sheet? a. c. d. None of the above

Explanation / Answer

1(c) Executing MSIL code
CLR is used to convert byte code into CPU instruction. Intermediate code is known as MSIL

2)A) Client MEMORY

3(a)
In this way we can specify external style sheet, such that mystyle.css contains the styles

4) d
We can specify at any place inside body, inside head or outside the document

5(c)
<style> tag is for internal stylesheet


Thanks, PLEASE UPVOTE if helpful