This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Explain How Timing Differences Are Smoothed Out Among Processors, Memories And I/o Devices. |
Answer»
|
|
| 2. |
Explain The Role Of System Software In A Computer. |
Answer»
|
|
| 3. |
Explain Various Components Of System Software. |
|
Answer» Compiler : A system software program which translates the highlevel language program into a SUITABLE machine language program. TEXT editor: Another important system program that all programmers use is a text editor. It is USED for entering and editing application programs. The user of this program interactively execute COMMANDS that allow statements of a source program entered at a KEYBOARD to be accumulated in a file. Operating system (OS) : It is a key system software component. This is a large program, or actually a collection of routines , that is used to control the sharing of and interaction among various computer units as they execute application programs. The OS routines perform the tasks required to assign computer resources to individual application programs. These tasks include assigning memory to program and data files, moving data between memory and disk units, and handling I/O operations. Compiler : A system software program which translates the highlevel language program into a suitable machine language program. Text editor: Another important system program that all programmers use is a text editor. It is used for entering and editing application programs. The user of this program interactively execute commands that allow statements of a source program entered at a keyboard to be accumulated in a file. Operating system (OS) : It is a key system software component. This is a large program, or actually a collection of routines , that is used to control the sharing of and interaction among various computer units as they execute application programs. The OS routines perform the tasks required to assign computer resources to individual application programs. These tasks include assigning memory to program and data files, moving data between memory and disk units, and handling I/O operations. |
|
| 4. |
Discuss Various Parameters For Improving The Performance Of A Computer. |
|
Answer» The most IMPORTANT measure of the performance of a computer is how quickly it can execute a programs.The speed with which a computer executes programs is affected by the DESIGN of its hardware and its machine language instructions.
The most important measure of the performance of a computer is how quickly it can execute a programs.The speed with which a computer executes programs is affected by the design of its hardware and its machine language instructions. |
|
| 5. |
What Is A Interrupt Service Routine? |
Answer»
|
|
| 6. |
Explain The Operating Steps For Program Execution? |
|
Answer» Operating steps for Program execution :
Operating steps for Program execution : |
|
| 7. |
What Are Memory Address Register (mar) & Memory Data Register (mdr)? |
| Answer» | |
| 8. |
Explain About Program Counter (pc)? |
Answer»
|
|
| 9. |
What Are Sequential Logic Design Steps? |
|
Answer» Sequential Logic Design Steps :
Sequential Logic Design Steps : |
|
| 10. |
What Are The Design Verification Guidelines? |
|
Answer» Design Verification Guidelines :
Design Verification Guidelines : |
|
| 11. |
Explain The Combinational Logic Design Process? |
|
Answer» Combinational Logic Design Process :
•G, GIO, Gdel, Pdel
Combinational Logic Design Process : •G, GIO, Gdel, Pdel |
|
| 12. |
What Does Mips Stand For? |
|
Answer» Microprocessor without Interlocked PIPELINE Stages. MIPS processor is one of the first RISC processors. Again, all processors announced after 1985 have been of RISC architecture. Microprocessor without Interlocked Pipeline Stages. MIPS processor is one of the first RISC processors. Again, all processors announced after 1985 have been of RISC architecture. |
|
| 13. |
What Is The Main Example Of Cisc Architecture Processor? |
|
Answer» Intel IA-32 PROCESSORS (in over 90% COMPUTERS). Intel IA-32 processors, from 80386 processor in early 80’s to Pentium IV today, and the next one to be introduced this or next year, are of CISC ARCHITECTURE. All Intel IA-32 processors are having as a base the Identical instruction set architecture designed in early 1980’s. Intel IA-32 processors (in over 90% computers). Intel IA-32 processors, from 80386 processor in early 80’s to Pentium IV today, and the next one to be introduced this or next year, are of CISC architecture. All Intel IA-32 processors are having as a base the Identical instruction set architecture designed in early 1980’s. |
|
| 14. |
What Are The Characteristics Of Risc Isa? |
|
Answer» RISC ISA Characteristics
These simple properties LEAD to DRAMATIC simplifications in the implementation of advanced pipelining techniques, which is why RISC architecture instruction sets were designed this way. RISC ISA Characteristics These simple properties lead to dramatic simplifications in the implementation of advanced pipelining techniques, which is why RISC architecture instruction sets were designed this way. |
|
| 15. |
Explain Risc Architecture? |
|
Answer» RISC Architecture : After 1985, any computer announced has been of RISC architecture. RISC designers focused on two critical performance TECHNIQUES in computer design: the exploitation of instruction-LEVEL the exploitation of instruction level PARALLELISM, first through pipelining and later through multiple instruction ISSUE, the use of cache, first in simple forms and later using sophisticated organizations and OPTIMIZATIONS. RISC Architecture : After 1985, any computer announced has been of RISC architecture. RISC designers focused on two critical performance techniques in computer design: the exploitation of instruction-level the exploitation of instruction level parallelism, first through pipelining and later through multiple instruction issue, the use of cache, first in simple forms and later using sophisticated organizations and optimizations. |
|
| 16. |
What Are The Developments Of Computer Design? |
|
Answer» Developments in Computer DESIGN : During the first 25 years of electronic computers both forces, technology and INNOVATIONS in computer design made major contributions. Then, during the 1970’s, computer designers were largely dependent UPON integrated circuit technology, with roughly 35% growth per year in processor performance. In the last 20 year, the combination of innovations in computer design and improvements in technology has led SUSTAINED growth in performance at an annual RATE of over 55%. In this period, the main source of innovations in computer design has come from RISCstyle pipelined processors. Developments in Computer Design : During the first 25 years of electronic computers both forces, technology and innovations in computer design made major contributions. Then, during the 1970’s, computer designers were largely dependent upon integrated circuit technology, with roughly 35% growth per year in processor performance. In the last 20 year, the combination of innovations in computer design and improvements in technology has led sustained growth in performance at an annual rate of over 55%. In this period, the main source of innovations in computer design has come from RISCstyle pipelined processors. |
|
| 17. |
What Are The Tasks Of Computer Architects? |
|
Answer» Tasks of Computer ARCHITECTS : Computer architects must design a computer to meet functional requirements as well as price, power, and performance goals. OFTEN, they also have to determine what the functional requirements are, which can be a major task. Once a SET of functional requirements has been established, the architect must try to optimize the design. Here are three major application AREAS and their main requirements: Desktop computers: focus on optimizing costperformance as measured by a single user, with little regard for PROGRAM size or power consumption. Server computers: focus on availability, scalability,and throughput cost-performance. Embedded computers : driven by price and often power issues, plus code size is important. Tasks of Computer Architects : Computer architects must design a computer to meet functional requirements as well as price, power, and performance goals. Often, they also have to determine what the functional requirements are, which can be a major task. Once a set of functional requirements has been established, the architect must try to optimize the design. Here are three major application areas and their main requirements: Desktop computers: focus on optimizing costperformance as measured by a single user, with little regard for program size or power consumption. Server computers: focus on availability, scalability,and throughput cost-performance. Embedded computers : driven by price and often power issues, plus code size is important. |
|
| 18. |
Explain Instruction Set Architecture? |
|
Answer» Instruction SET ARCHITECTURE - ISA refers to the actual programmer-visible machine interface such as instruction set, registers, memory ORGANIZATION and exception HANDLING. Two main approaches: RISC and CISC architectures. A computer organization and computer hardware are two components of the implementation of a machine. Computer organization includes the high-level aspects of a design, such as the memory system, the bus structure, and the design of the internal CPU (where arithmetic, logic, branching and data transfers are implemented). Computer hardware refers to the specifics of a machine, included the detailed logic design and the packaging technology of the machine. For many years the interaction between ISA and implementations was believed to be small, and implementation issues were not a major focus in designing instruction set architecture. In the 1980’s, it becomes clear that both the difficulty and inefficiency of pipelining could be INCREASED by instruction set architecture complications. Instruction Set Architecture - ISA refers to the actual programmer-visible machine interface such as instruction set, registers, memory organization and exception handling. Two main approaches: RISC and CISC architectures. A computer organization and computer hardware are two components of the implementation of a machine. Computer organization includes the high-level aspects of a design, such as the memory system, the bus structure, and the design of the internal CPU (where arithmetic, logic, branching and data transfers are implemented). Computer hardware refers to the specifics of a machine, included the detailed logic design and the packaging technology of the machine. For many years the interaction between ISA and implementations was believed to be small, and implementation issues were not a major focus in designing instruction set architecture. In the 1980’s, it becomes clear that both the difficulty and inefficiency of pipelining could be increased by instruction set architecture complications. |
|
| 19. |
Explain Computer Architecture? |
|
Answer» A MODERN MEANING of the term computer architecture covers three ASPECTS of computer DESIGN:
A modern meaning of the term computer architecture covers three aspects of computer design: |
|
| 20. |
Explain Sequential Logic? |
|
Answer» Sequential logic STORES data. Registers in a CPU, RAM and so on STORE data. Sequential logic stores data. Registers in a CPU, RAM and so on store data. |
|
| 21. |
What Is Combinational Logic? |
|
Answer» The term combinational logic refers to CIRCUITRY that transforms bits, as opposed to storing bits. For EXAMPLE, the ALU PORTION of a CPU transforms data, e.g. transforming two input word-sized bit strings into an output which is the SUM of the two inputs. The term combinational logic refers to circuitry that transforms bits, as opposed to storing bits. For example, the ALU portion of a CPU transforms data, e.g. transforming two input word-sized bit strings into an output which is the sum of the two inputs. |
|
| 22. |
What Is Digital Logic? |
|
Answer» Digital LOGIC is the representation of SIGNALS and sequences of a digital circuit through numbers. It is the basis for digital computing and PROVIDES a FUNDAMENTAL understanding on how CIRCUITS and hardware communicate within a computer. Digital logic is the representation of signals and sequences of a digital circuit through numbers. It is the basis for digital computing and provides a fundamental understanding on how circuits and hardware communicate within a computer. |
|