CSE - 101 Flashcards
How many parts a computer system consists of ? What are they?
Computer systems have four parts
– Hardware
– Software
– Data
– User
What is hardware?
Hardware is the mechanical and electrical part of a computer system which helps the user to interact with the computer. Such as monitor, keyboard, mouse etc.
What is software?
Software is an organized sequence of instructions that directs the functionality of a computer system to achieve a desired outcome.
What is data?
The Information stored and processed by a computer is called data.
Who is user?
A user is a person who utilizes a computer or network service is called user.
What are the steps of information processing cycle for a computer?
- Input
- Processing
- Output
- Storage/Distribute
Describe the information processing cycle of a computer.
Describe about processing device.
A processor, also known as a central processing unit (CPU), is the brain of a computer. Processors execute instructions fetched from memory and perform basic arithmetic, logic, and I/O operations. They also control the flow of data and manage other devices in the system. Processors are made up of billions of transistors that are arranged in complex circuits. These circuits work together to fetch, decode, and execute instructions. Processors are made of silicon and copper. Most computers have several processors
Describe about memory devices of a computer.
There are mainly two category of memory devices found in a computer:
1. Primary 2. Secondary
1. Primary: Primary memory devices are directly accessible by the processor. There are mainly two types of primary memory
i) RAM ii) ROM
RAM: RAM holds data of currently running program and systems. It is faster but has smaller capacity than secondary memory. It is volatile, which means the data is lost when the power is turned off.
ROM: ROM holds pre programmed data that cannot be changed by the user. It is used to hold essential program and settings which needs to be retained even when the power is turned off.
- Secondary: Secondary memory holds data that cannot be accessed by the processor directly. It has larger storage capacity but it is slower than primary storage device. Such as HDD and SSD.
Describe about the basic parts of a computer.
Monitor - displays information in visual form, using text and graphics.
- Keyboard - is used mainly for typing text into your
computer. Like the keyboard on a typewriter, it has
keys for letters and numbers, but it also has special keys.
- Mouse - is a small device used to point to and select
items on your computer screen.
- Modem - To connect your computer to the Internet,
you need a modem. A modem is a device that sends
and receives computer information over a telephone
line or high-speed cable.
What is BIOS?
BIOS is a type of ROM which is used to establish communication when the computer is first turned on.
What is caching?
Caching is the process of storing frequently used data in a extremely fast ram to access those data more quickly.
What is virtual memory?
Virtual memory is a space on a hard disk that is used to store temporary data and swap it in and out with ram.
What is motherboard?
Motherboard is a main circuit board which connects other internal components with each other.
What is power supply?
Power supply is a transformer that regulates electricity used by the computer.
What is hard disk?
Hard disk is a permanent storage device with large capacity which stores information such as programs and documents.
What is an operating system?
The basic software that helps the user to interact with the computer.
What is Integrated Drive Electronics (IDE) controller?
IDE is the primary interface for the hard-drive CD-ROM and floppy disks.
What is Peripheral Components Interconnect (PCI) Bus?
PCI Bus is the most common way to connect additional components to the computer.
What is SCSI?
SCSI is a small computer interface which is a method to connect additional devices to the computer.
What is AGP (Accelerated Graphics Port) ?
AGP is a very high speed connection used by the graphics card to interact with the computer.
Describe the characteristics of DRAM.
Dynamic ram chips needs to be re=energized. There are three types of DRAM:
1. SDRAM: Faster, use system clock.
2. DDR SDRAM: Transfer twice data for each clock.
3. Rambus DRAM: Use rambus channel, pipelining and parallel channels.
Describe the characteristics of SRAM.
Static RAM need not to be re-energize, uses transistors instead of capacitors. Cache uses SRAM technology.
What is Megnatoresistive RAM
Use magnetic pattern than electric charges. - More capacity, faster, consume less power