11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil இயற்கை வேளாண்மை,சுற்றுச்சூழல் -செய்யுள் - மனோன்மணீயம் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil என்னுயிர் என்பேன் -துணைப்பாடம் - இசைத்தமிழர் இருவர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - துணைப்பாடம் - வாடிவாசல் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A

Published on: 27/11/2019
Computer Organization
Download Tamil Nadu 11th Standard Computer Science question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Science Test

1.
Microprocessors were first introduced in the early _______.
1956
1958
1960
1970
2.
Which of the following performs all tasks in the computer?
Chips
Bus
CPU
I/O devices
3.
4.
How many bits constitute a word?
8
16
32
determined by the processor used.
5.
Which of the following is not the part of a microprocessor unit?
ALU
Control unit
Cache memory
register
6.
Name the different types of CPU Register.
7.
Name the measurement of clock speed of the computer.
8.
What is HDMI?
9.
10.
What is an instruction?
11.
Compare between 32-bit and 64 bit microprocessor?
12.
What is the use of System Bus?
13.
What is Clock speed?
14.
How will you differentiate a flash memory and an EEPROM?
15.
16.
Explain main memory and its types.
17.
Explain the data communication between CPU and memory.
18.
Explain RAM in detail.
19.
1.
(d)
1970
2.
(c)
CPU
3.
(d)
4.
(d)
determined by the processor used.
5.
(c)
Cache memory
6.
(i) MAR (Memory Address Register)
(ii) MDR (Memory Data Register)
7.
(i) MHz (Mega Hertz)
(ii) GHz (Giga Hertz)
8.
HDMI (High Definition Multimedia Interface) is an audio/video interface which transfer the uncompressed video and audio data from a video controller, to a compatible computer monitor, LCD projector, digital television, etc.
9.
10.
Instruction is a command which is given to the computer to perform an operation on a piece of data.
11.
| 32-bit | 64-bit |
| Data bus is 32-bit wide | Data bus 64-bits wide |
| Supports maximum of 3-4 GB of memory | It supports more than 4GB |
| Processing Power is low. | Processing Power is high |
| Example Pentium IV | Example Core i3, Core i7. |
12.
(i) The address bus is used to point a memory location.
(ii) A decoder, a digital circuit is used to point to the specific memory location where the word can be located.
(iii) The address register is connected with the address bus, which provides the address of the instruction.
(iv) A data bus is used to transfer data between the memory and the CPU.
(v) The data bus is bidirectional and the address bus is unidirectional.
(vi) The control bus controls both read and write operations.
(vii) The system bus is a bunch of wires which is the collection of address bus, data bus and control bus that serves as communication channels between the microprocessor and other devices.
13.
Every microprocessor has an internal clock that regulates the speed at which it executes instructions. The speed at which the microprocessor executes instructions is called clock speed. Clock speed is measured in MHz (Mega Hertz) or in GHz (Giga Hertz).
14.
| Flash memory | EEPROM |
| It is faster | It is slower |
| Flash memory is read/write memory | EEPROM is read only memory |
| Flash memory can store 4GB to 2TB of data | EEPROM can store only less data |
| Flash memory is used in PDA'S, Digital camera to store data. | It is used to store critical programs. |
15.
16.
The main memory is otherwise called as Random Access Memory. This is available in computers in the form of Integrated Circuits (ICs). It is the place in a computer where the Operating System, Application Programs and the data in current use are kept temporarily so that they can be accessed by the computer's processor. The smallest unit of information that can be stored in the memory is called as a bit. The memory can be accessed by a collection of 8 bits which is called as a byte. The bytes are referred by 'B'. If a computer has 1 megabyte of memory, then it can store 10,48,576 bytes (or characters) of information. [Hence 1MB is 1024K.B and 1 K.Bis 1024 Bytes, So 1024 x 1024 =10,48,576 Bytes).
Types of RAM
There are two basic types of RAM
1. Dynamic RAM (DRAM)
2. Static RAM (SRAM)
These two types differ in the technology they use to hold data. Dynamic RAM being a common type needs to be refreshed frequently. Static RAM needs to be refreshed less often, which makes it faster. Hence, Static RAM is more expensive than Dynamic RAM.
17.
Data communication between CPU and memory
The Central Processing Unit(CPU) has a Memory Data Register (MDR) and a Memory Address Register (MAR). The Memory Data. Register (MDR) keeps the data which is transferred between the Memory and the Cl'U. The Program Counter (PC) is a special register in the CPU which always keeps the address of the next instruction to be executed.

The read operation transfers the data(bits) from word to Memory Data Register. The write operation transfers the data(bits) from Memory Data Register to word.
18.
(i) The main memory is otherwise called as Random Access Memory. This is available in computers in the form of Integrated Circuits ( lCs ). It is the place in a computer where the Operating System, Application Programs and the data in current use are kept temporarily so that they can be accessed by the computer's processor.
(ii) The smallest unit of information that can be stored in the memory is called as a bit. The memory can be accessed by a collection of 8 bits which is called as a byte.
(iii) The bytes are referred by 'B'. If a computer has 1 megabyte of memory, then it can store 10,48,576 bytes.(or characters) of information. [Hence 1MB is 1024KB and 1 KB is 1024 Bytes, So 1024 x 1024 =10,48,576 Bytes].
(iv) RAM is a volatile memory, which means that the information stored in it is not permanent. As soon as the power is turned off, whatever data that resides in RAM is lost. It allows both read and write operations.
(v) There are two basic types of RAM Dynamic RAM (DRAM), Static RAM (SRAM)
(vi) These two types differ in the technology they use to hold data. Dynamic RAM being a common type needs to be refreshed frequently. Static RAM needs to be refreshed less often, which makes it faster.
(vii) Hence, Static RAM is more expensive than Dynamic RAM.
19.
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards