Computer Fundamentals_Science and Tech
Computer Fundamentals_Science and Tech
1.1 CPU
• A CPU (Central Processing Unit) is the primary component of any computer or electronic
device.
• It is responsible for carrying out the instructions given to it by the user.
• The CPU acts as the “brain” of the computer. It reads and interprets commands from software
programs and uses them to control other components within the machine.
a. Elements of a CPU
➢ Control Unit (CU)
➢ Arithmetic Logic Unit (ALU)
➢ Registers
➢ Cache
➢ Bus Interface Unit (BIU)
➢ Instruction Decoder
➢ Clock
➢ Pipeline
➢ Floating-Point Unit (FPU)
b. Functions of a CPU
➢ Fetching Instructions
➢ Decoding Instructions
➢ Executing Instructions
➢ Managing Registers
➢ Controlling Program Flow
➢ Handling Interrupts
➢ Managing Caches
➢ Coordinating with Other System Components
➢ Arithmetic and Logic Operations
➢ Virtual Memory Management
➢ I/O Operations
1.2.1 RAM
• RAM stands for Random Access Memory, which is a type of computer memory that stores
data temporarily for quick access by the CPU.
• RAM is essential for a computer to run applications and open files.
• It is a form of electronic computer memory that can be read and changed in any order,
typically used to store working data and machine code.
• A random-access memory device allows data items to be read or written in almost the same
amount of time irrespective of the physical location of data inside.
1.2.2 ROM
• ROM, which stands for read only memory, is a memory device or storage medium that stores
information permanently.
• It is also the primary memory unit of a computer along with the random access memory
(RAM).
• It is called read only memory as we can only read the programs and data stored on it but
cannot write on it.
• It is restricted to reading words that are permanently stored within the unit.
• The manufacturer of ROM fills the programs into the ROM at the time of manufacturing the
ROM. After this, the content of the ROM can't be altered.
b. SSD
• An input device is a computer device or hardware that allows the user to provide data, input,
and instructions to the computer system.
• Examples of input devices include keyboards, computer mice, scanners, cameras, joysticks,
and microphones.
b. Output Device
2. Software
• An operating system (OS) is the program that, after being initially loaded into the computer
by a boot program, manages all the other application programs in a computer.
• It is a program that acts as an interface between the system hardware and the user.
• Some of the types of Operating System are:
➢ Batch OS
➢ Multiprogramming OS
➢ Multitasking OS
➢ Time Sharing OS
➢ Real Time OS
• Examples of Operating Systems are Windows, Linux, macOS, Android, iOS, etc.
• The term “application software” refers to software that performs specific functions for a
user.
• When a user interacts directly with a piece of software, it is called application software.
• The sole purpose of application software is to assist the user in doing specified tasks.
• Microsoft Word and Excel, as well as popular web browsers like Firefox and Google
Chrome, are examples of application software.
Here are the main differences between system software and application software.
3. Data Representation
• A bit (binary digit) is the smallest unit of data that a computer can process and store.
• It's short for "binary digit" and is the fundamental building block of all digital computing
and communication systems.
• It is used for storing information and has a value of true/false or on/off.
• An individual bit has a value of either 0 or 1.
• A group of 8 bits is called a byte.
• A group of 4 bits is called a nibble.
4. Boolean logic
4.1 Logic Gates
• Logic Gates are the fundamental building blocks in digital electronics.
• By combining different logic gates complex operations are performed and
circuits like flip-flop, counters, and processors are designed.
• Logic Gates are designed by using electrical components
like diodes, transistors, resistors, and more.
a. AND Gate
b. OR Gate
c. NOT Gate
d. NAND Gate
e. NOR Gate
Questions
a) ALU
b) CPU
c) None of above
d) Memory
Answer: b) CPU
2. Which device is used as the standard pointing device in a Graphical User Environment?
a) Keyboard
b) Mouse
c) Joystick
d) Trackball
Answer: b) Mouse
3. The section of the CPU that is responsible for performing mathematical operations is
a) Memory
b) Register Unit
c) Control Unit
d) ALU
Answer: d) ALU
a) Computer Program
b) Algorithm
c) Flowchart
d) Utility Program
Answer: d) Bits
Answer: a) Windows NT
8. A light sensitive device that converts drawing, printed text or other images into digital
form is
a) Keyboard
b) Plotter
c) Scanner
d) OMR
Answer: b) Plotter
Answer: c) ROM
Answer: a) Bug