CLASS 11, UNIT -1 COMPUTER ORGANISATION ,IT SKILLS-802
UNIT-1
COMPUTER ORGANISATION
Session-1: Computer Fundamentals
Q1: Name the first calculating device?
The first calculating device is Abacus.
Q2: What is Computer?
It is an electronic device that takes input from the user, processes the input according to the set of instructions and gives the output.
Q3: Name the language on which computer works.
The binary language, also called machine language, works on two digits 0 and 1. The on and off signals denote 1 and 0 respectively.
Q4: Define High Level Language (HLL). Give examples.
User friendly languages that use English terms for programming called as high-level language like C, C++, Java, JavaSc
ript, Python and many more.
Q5: What is Translator?
It converts the Commands given in high level languages into the binary language that can be understand by system.
Example: Compiler, Interpreter.
Q6: Difference between Hardware and software.
Q5: What are the characteristics of computer?
Characteristics of a computer:
Speed. Computers can perform calculations and other tasks at a much faster speed than humans.
Accuracy. Computers can perform calculations and other tasks with a very high degree of accuracy.
Diligence. Computers can work for long periods of time without getting tired or making mistakes.
Versatility. Computers can be used to perform a wide variety of tasks, from simple calculations to complex data analysis.
Reliability. Computers are generally very reliable and can be counted on to perform tasks as instructed.
Consistency. Computers will always produce the same output for the same input.
Memory. Computers have a large amount of memory that can be used to store data and instructions.
Storage capacity. Computers can store a large amount of data on external devices, such as hard drives and CDs.
Remembrance power. Computers can remember and recall large amounts of data.
Automation. Computers can be programmed to perform tasks automatically.
Q8: Name the cycle on which computer works?
Input- Process- Output Cycle (IPO cycle).
Q9: Name the major Components of a computer?
Major components of a computer:
Input devices are used to enter data into the computer. Some common input devices include keyboards, mice, and scanners.
Output devices are used to display the results of the computer's processing. Some common output devices include monitors, printers, and speakers.
Memory is used to store data and instructions. The two main types of memory are RAM (random access memory) and ROM (read-only memory).
Central processing unit (CPU) is the brain of the computer. It is responsible for carrying out the instructions that are given to the computer.
Motherboard is the main circuit board of the computer. It connects all of the other components of the computer together.
Hard drive is the main storage device of the computer. It stores all of the data and programs that the computer needs to function.
Power supply unit provides power to all of the components of the computer.
there are many other components that can be found in a computer, such as video cards, sound cards, and network cards.
10: Name the five functional units of a computer?
The five functional units of a computer are:
Input unit. The input unit is responsible for entering data into the computer. Some common input devices include keyboards, mice, and scanners.
Memory unit. The memory unit is used to store data and instructions. The two main types of memory are RAM (random access memory) and ROM (read-only memory).
Arithmetic logic unit (ALU). The ALU is responsible for performing arithmetic and logical operations on data.
Control unit. The control unit is responsible for coordinating the activities of all of the other functional units.
Output unit. The output unit is responsible for displaying the results of the computer's processing. Some common output devices include monitors, printers, and speakers.
Q11: Draw the block diagram of a computer?
Q12: Define Cache memory. Draw the diagram of the same.
It is a very high-speed memory which is used to cope-up with the high speed of CPU.
It is generally placed between CPU and Primary memory.
It acts as a buffer.
It reduces the average access time to data from the main memory.
It is comparatively expensive.
Q13: Define RAM. What are the two types of RAM?
It is also called main memory, primary memory, or working memory of the machine. It is a primary volatile memory i.e. its data gets lost once the power supply is stopped.
RAM is of two types:
DRAM (Dynamic Random-Access Memory)
SRAM (Static Random-Access Memory).
Q14: Difference between DRAM and SRAM.
Q15: Expand the following:
a. ALU b. CPU c. CU d. RAM e. EEPROM f. ROM g. DRAM h. SDRAM i. PROM j. EPROM k. MIPS
ALU: Arithmetic Logic unit
CPU: Central Processing Unit
CU: Control Unit
RAM: Random Access Memory
EEPROM: Electrically Erasable Programmable read only memory
ROM: Read only memory
DRAM: Dynamic read only memory
SRAM: Static read only memory
PROM: Programmable read only memory
EPROM: Erasable Programmable read only memory
MIPS: Millions Instruction Per Second
Q16. Differentiate between RAM and ROM
Q17. Differentiate between Input Device and Output Device
Session-2: Components of Computer
Q1: Define Motherboard.
Motherboard: This is the main circuit board which holds together various components
like CPU,
memory
connectors for the hard drive and optical drives
expansion cards to control the video and audio
and connections in the form of various ports (such as USB ports).
A main PCB, or mainboard, or mother board is the primary printed circuit board (PCB)
It provides a connection to every component of the computer.
Q2. Differentiate between Primary storage and Secondary storage
Q3. What is the hierarchy of memory capacity in computer
Every bit of information in computer is stored in terms of Bits (Binary Digits) i.e. 0s and 1s
1 nibble = 4 bits
1 byte = 8 bits
1024 bytes = 1 Kilobyte (KB)
1024 KB = 1 Megabyte (MB)
1024 MB = 1 Gigabyte (GB)
1024 GB = 1 Terabyte (TB)
1024 TB = 1 Petabyte (PB)
1024 PB= 1 Exabyte (EB)
1024 EB = 1 Zettabyte (ZB)
1024 ZB = 1 Yottabyte (YB)
Communication Manager
Resource Management
Process Management
File Management
Memory Management
Communication Manager
Manages the communication needs of the system, be it communicating with the peripheral devices or the internet, For this, the operating system uses special programs called drivers.
Resource Management
The operating system handles the allocation of all such resources, the priority in which these are allotted to the various processes to get an optimum performance from the system.
Process Management
The OS manages, controls, schedules all the processes being executed in the computer. It decides which process gets the processor and for how long.
File Management
Operating system takes care of all the files and folders. The basic tasks that a user needs to perform on files are creation, renaming, deletion, copying or moving of a file or folder. All the files stored in a computer system can be located through the file system.
Two main types of file system are:
FAT (File Allocation Table)
NTFS (New Technology File system).
Memory Management
The memory management component of an operating system allocates memory to the processes in a dynamic manner that is allocated on demand and released when not needed.
Q5. Differentiate between Single tasking and multi-tasking operating system.
Q7. What is Real time operating system?
A real-time operating system that processes data and events that have critically defined time constraints.
There are two main types of RTOS:
Hard Real-Time OS
These systems have strict timing requirements, and delays in processing have serious consequences.
Soft Real-Time OS
These systems have less strict timing requirements, and delays in processing may not have as serious consequences.
Examples of the real-time operating systems: Airline traffic control systems, Command Control Systems, Airlines reservation system, Heart Pacemaker, Network Multimedia Systems, Robot etc.
Q8. Blanks
The unit used to measure the performance of a computer is hertz (Hz).
One hertz is equal to one cycle per second. The clock speed of a computer is usually measured in megahertz (MHz) or gigahertz (GHz)
Two main types of File system are FAT and NTFS.
Operating System is the software that acts as an interface between user and the hardware.
Q9. What is FAT? Give an example.
File Allocation Table in a computer are stored and traced using a file system called FAT. FAT is used by the operating system to keep a track of files on hard disk. Various FAT systems are named on the basis of the number of bits used to store the data of FAT.
For example: FAT 16 uses 16 bits to store data, FAT 32 uses 32 bits.
Q10. Define Batch processing operating system
Batch processing system: A batch processing system is a type of operating system that processes data in batches. Batch processing systems are typically used to process large volumes of data, such as financial transactions, payroll data, and scientific data.
Session 4: Troubleshooting and utilities
Q1. What is Trouble Shooting?
Troubleshooting is the process of identifying and resolving problems in a system. It is a systematic approach to problem-solving that involves gathering information, identifying the cause of the problem, and implementing a solution.
Q2. What are the basic steps of troubleshooting?
The basic steps of troubleshooting
Identify the problem.
Establish a theory of probable cause.
Test the theory to determine the cause.
Establish a plan of action to resolve the problem and implement the solution.
Q3. What steps would you take if the monitor is not showing any display, or the screen is blank?
If the monitor is not showing any display or the screen is blank:
the system could be in sleep mode
check all the connections
the laptop’s battery may be low.
Q4. What would you do when your keyboard or mouse is not responding/ working properly?
If the keyboard is not responding:
Check connections
Check for any damage
Try changing batteries in a wireless keyboard
The keys may be stuck
Replacing the keyboard
In case the mouse is not working:
Check connections
Check for any damage
Restart the cordless mouse
Clean the mouse
and replace the mouse if required
Q5. What troubleshooting step will you take when the printer is not responding?
The printer may not be responding because:
It may not be connected properly or not switched on;
The printer could be out of paper;
There could be a paper caught in the printer;
Printer’s ink cartridge could be empty;
An incorrect printer driver may be configured
The IP address configured on your computer should match the Dynamic IP address allocated to the printer.
When the print jobs are being sent to the wrong printer: change the default printer
Q6. What troubleshooting step will you take when the computer is unable to connect to the network?
When the computer is unable to connect to the network
check the network connectivity
check the validity of IP address
the network fly lead
network card may not be working properly.
Q7. What to do when an application freeze?
Forcefully end the application or restart the computer.
Q8. Explain how you would check the validity of the IP address
Use an online IP address checker.
Use a command-line tool use a tool like ping or nslookup to check the validity of an IP address
Q9. How can one free disk space on the computer?
To free space on the hard drive:
run a disk clean up application;
delete unused files and programs;
empty the recycle bin
remove temporary files
run the disk defragmentation program
remove unused shortcuts and program services.
Q10. What are the troubleshooting steps
taken when an application freezes? (any 3)
1. 1. Forcefully end the application or restart the computer. or do any of the following
- Check the Task Manager. Open the Task
Manager (Ctrl + Shift + Esc) and go to the "Apps" tab. Find the
frozen application in the list and click the "End task" button.
- Restart the computer.
- Update the application
- Update the operating system
- Run a virus scan
- Uninstall and reinstall the application.
Comments
Post a Comment