Entries by admin

Question Short Answer/Essay – 10 points What is the use of JavaScript as Server-Side and Client-Side Application (Based on Lesson 1)? Question Short Answer/Essay – 10 points Show how in JavaScript concatenating a variable with literal strings and writing

Question Short Answer/Essay – 10 points What is the use of JavaScript as Server-Side and Client-Side Application (Based on Lesson 1)? Question Short Answer/Essay – 10 points Show how in JavaScript concatenating a variable with literal strings and writing the result using document.write could be done. Question Short Answer/Essay – 10 points Describe on Load […]

Question1 : One large modern computer has a 48-bit memory address register. How much memory can this computer address? Question 2 : What is the function of registers in the fetch-execute instruction cycle? What is the purpose of the instruction register?

Question1 : One large modern computer has a 48-bit memory address register. How much memory can this computer address? Question 2 : What is the function of registers in the fetch-execute instruction cycle? What is the purpose of the instruction register? Question 3 : Differentiate between Parallel and Serial Busses? Question 4 : List Five […]

Question1 For a display of 1920 pixels by 1080 pixels at 16 bits per pixel how much memory, in megabytes, is needed to store the image? Question 2 Describe the difference between active matrix display and passive matrix display in a liquid crystal display

Question1 For a display of 1920 pixels by 1080 pixels at 16 bits per pixel how much memory, in megabytes, is needed to store the image? Question 2 Describe the difference between active matrix display and passive matrix display in a liquid crystal display (LCD) monitor. Which results in a brighter picture? Question 3 Draw […]

Quiz for programs

What is the output of the following code: int x = 9; int y = 8; int z = 7; if (x > 9) { if (y > 8){ System.out.println(“x > 9 and y > 8”); } else if (z >= 7){ System.out.println(“x = 7”); } else { System.out.println(“x 8 x = 7 x