11th Class Computer Science Chapter 5 Computer Architecture Short Questions Answers
11th Class Computer Science Chapter 5 Computer Architecture Short Questions Answers
We are providing all Students from 5th class to master level all exams preparation in free of cost. Now we have another milestone achieved, providing all School level students to the point and exam oriented preparation question answers for all science and arts students.
After Online tests for all subjects now it’s time to prepare the next level for Punjab board students to prepare their short question section here. We have a complete collection of all classes subject wise and chapter wise thousands questions with the right answer for easy understanding.
Here we are providing complete chapter wise Computer Science questions and Answers for the 11th class students. All the visitors can prepare for their 11th class examination by attempting below given question answers.
In this List we have included all Punjab boards and both Arts and Science students. These Boards students can prepare their exam easily with these short question answer section
Lahore Board 11th classes short questions Answer
Rawalpindi Board 11th classes short questions Answer
Gujranwala Board 11th classes short questions Answer
Multan Board 11th classes short questions Answer
Sargodha Board 11th classes short questions Answer
Faisalabad Board 11th classes short questions Answer
Sahiwal Board 11th classes short questions Answer
DG Khan Board 11th classes short questions Answer
Bahwalpur Board 11th classes short questions Answer
All above mention Punjab Boards students prepare their annual and classes test from these online test and Short question answer series. In coming days we have many other plans to provide all kinds of other preparation on our Gotest website.
How to Prepare Punjab Board Classes Short Question Answer at Gotest
- Just Open the desired Class and subject which you want to prepare.
- You have Green bars which are Questions of that subject Chapter. Just click on Bar, it slides down and you can get the right answer to those questions.
- You can also Rate those question Answers with Helpful or not to make it more accurate. We will review all answers very carefully and also update time to time.
Now you can start your preparation here below
The machine language version that results from compiling the High Level Languages code is called the object code or object program. The compiler stores the object code on storage media for execution later.
A language processor is a special type of computer software that has the capacity of translator the source code or program code into machine codes. The following are different types of language processors are:
- Compiler
- Assembler
- Interpreter
EPROM stands for Erasable Programmable Read Only Memory. Once data is stored on ROM or EPROM, it cannot be modified. However, there is another type of memory chips called EPROM.
An assembler translates from a low level language to binary machine code. The assembler produces one machine instruction for each source instruction. The assemblers are generally used in assembling the source code or program code written in assembly language.
Main memory is a computer device with the slowest access rate. If the CPU needs a data item, a request is sent to main memory via a memory bus. The main memory then searches for the data item and sends it back to the CPU.
Main memory is a computer device with the slowest access rate. If the CPU needs a data item, a request is sent to the main memory via a memory bus. The main memory then searches for the data item and sends it back to the CPU. Lot of time is wasted in this entire cycle. So to avoid this delay a cache memory is built-in in the CPU to temporarily store the frequently used instructions and data so that CPU should not approach RAM for data every time and hence lot of time will be saved. The use of Cache Memory is vital to enhance the speed of processor.
DRAM chips must be recharged or refreshed constantly again and again. When we on the computer the DRAM chip gets charged, and discharged as we use it.
With an assembly language, the second generation of programming languages also called low level language: a programmer writes instructions using symbolic instruction codes.
The data bus comments the microprocessor with other devices mapped on to the system. This is often described pictorially using a memory map. Unlike the address bus, the data bus is two-way. The data bus is not limited to transferring data: it is also used to transfer program instructions.
ROM stands for Read Only Memory. Once data is stored on ROM it cannot be modified. However, there is another type of memory chips called ROM.
The data bus connects the microprocessor with other devices mapped onto the system. This is often described pictorially using a memory map.
A processor contains small but very fast computer memory used to speed the execution of computer programs that are called registers.
The control unit is the component of the processor that directs and coordinates most of the operations in the computer. The control unit has a role much like a traffic cop: it interprets each instruction issued by a program and then initiates the appropriate action to carry out the instruction. Types of internal components that control unit direct include the arithmetic/logic unit, registers and buses.
DRAM is based on technology which needs to be recharges after some specific time again and again so it is slow but SRAM does not recharge during execution of instruction so it is fast.
A single machine cycle instruction may be made up of a substantial number of substantial number of sub instructions each of which must take at least one clock cycle. Each type of central processing unit is designed to understand a specific group of instructions called instruction set.
Motherboard is hardware component all the hardware devices are connect to this board and all the data travels from one device to another with the help of this device.
The instructions that are used to transfer the execution control from one part of the program to another during program execution are called control transfer instructions. These instructions may be used to execute a set of instruction repeated for a number of times.
DRAM has to recharge again and again during execution of instructions so it use more power than SRAM. This activity of recharging makes it slower.
Data is the form of electric on-off signals (bits) travel from RAM to CPU, CPU to RAM and other one device to another. For transmission of data in different components there are the pathways which are called buses.
The programs in the machine language execute faster because computer under stand these codes and there is no need to translate them.
ROM is called a nonvolatile memory because the data stored in ROM is not lost/erased when the computer power off.
Names of different system buses
- Data bus
- Control bus
- Address bus