Question
6.What is ISA? a. Specifications of Machine code, Addressing modes, and etc.. b. Specifications of Programming Languages, Data Types, etc.. c. Specifications of RAM (Internal
6.What is ISA?
a. Specifications of Machine code, Addressing modes, and etc..
b. Specifications of Programming Languages, Data Types, etc..
c. Specifications of RAM (Internal Memory), Hard Drive, etc..
d. Specifications of Network Interface Cards, Ports, etc..
7. Which of the following will affect the performance of a program?
a. Algorithm of the program
b. Efficiency of the compiler
c. ISA of the Computer
d. All of the above
8. Consider a program that takes 16 sec to execute. It has two parts A and , where Part A runs for 9 sec and Part B runs for 7 sec. Sam discovered that with same cost part A can be improved to run 3 times faster, OR part B can be improved to run 7 times faster (but both parts cannot be improved at the same time). Which part should be improved to get better overall performance?
a. Part A, because it takes longer time to execute- make common case faster
b. Part B, because it can be improved to run 7 times faster
c. Either A or B ; both improvements give same overall performance (10 sec)
d. Neither A nor B; based on Amdhals law the overall performance cannot be improved
9. If 110b= 1210, what is b (in base 10)?
a. 8
b. 4
c. 3
d. 2
10. What is 11.510 in Hex?
a. B.5
b. B.8
c. 11.8
d. 8.5
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started