Skip to main content

Computer Fundamentals

Here is a list of the selected topics / tutorials on Computer Fundamentals.

Computer Fundamentals basic concepts and topics on computer
Selected topics / tutorials on Computer Fundamentals.


Part-1
Introduction To Computers
1.1 What is Computer

1.2 What are Characteristics of Computer

1.3 What are the basic units or components of a computer

1.4 What are Different Types of Computer

1.5 Write a note on Classification of Computers

1.6 What are the basic operations of a computer

1.7 Explain The Concept of A Computer System

1.8 What are uses of computer at Home

1.9 Uses Of Computer in Business Organizations

1.10 Uses Of Computer In Education Field

1.11 Uses Of Computer in Medical Field

1.12 Uses Of Computer In Industry

1.13 Uses Of Computer In Science

1.14 Differentiate between Analog and Digital Computers


Part-2
Computer Hardware 
2.1 What are Different Types of Hardware

2.2 What are Different Types of Input Devices

2.3 Explain Different Types Of Output Devices

2.4 Explain Parts of CPU and its Working

2.5 What are Dual Devices or Both Input/ Output Devices

2.6 What is RAM, Explain Different Types of RAM

2.7 What is ROM Explain Different Types of ROM

2.8 Discuss Differences Between RAM and ROM

2.9 Explain different types of storage devices

2.10 What are Pointing Input Devices

2.11 Different Types of Mouse Input Device

2.12 Types Of Scanners Input Device


Part-3
Computer Software
3.1 Explain Computer Software With Examples

3.2 Explain Different Types of Software

3.3 System Software and Application Software:Differences

3.4 Customized and Packaged Software

Part-4
Data, Data Processing, Information
4.1 Define Data and Information With Examples

4.2 Differences Between Data and Information

4.3 Explain Data Processing Cycle

4.4 Types of Data Processing

4.5 Electronic Data Processing In Business
Part-5
Internet
5.1  Explain Internet and History of Internet

5.2  Services Of Internet

5.3  Advantages / Disadvantages Of Internet

5.4 Define Web Server, Web Browser, WWW, ISP

Part-6
Important Objective Type Questions For M.Com. I
1. Important Objective type questions 1-50

2. Important Objective Type Questions 51-100

3. Important Objective Type Questions 101-155

Part-7
Important Short Questions for Computer Test or Interview for a Computer
Job.
7.1 Introduction To Computer VIVA

7.2 Computer Hardware Test Interview VIVA

7.3 Computer Software VIVA

7.4 Computer Internet Test Interview Viva Voce

7.5 Computer Networks - Test Interview Viva Voce

7.6 Fundamentals of Data Processing - For Test, Interview


Part-8
Computer Networking & Networks
8.1 Explain Advantages Of Networks

8.2 Types Of Computer Networks

8.3 Differences between LAN and WAN

8.4 Bus Topology Advantages Disadvantages

8.5 Advantages and Disadvantages of Star Topology

8.6 Advantages and Disadvantages of Ring Network Topology

8.7 Advantages and Disadvantages of Tree Topology

8.8 Advantages and Disadvantages of Mesh Topology

Part-9
Operating Systems
9.1 What is an Operating System?

9.2 Components of Operating System

9.3 Different Functions Of Operating Systems

Part 10
 Microsoft Excel Tutorials
MS Excel Worksheet Tutorials with Formulas and Functions

Microsoft Excel Formulas and Functions Fast and Easy Way -1

Using Simple Formulas in Excel With Arithmetic Operators 2

How Functions are Used in Excel Fast and Easy Way 3

Create Bar Chart in Excel Easily by Example

Employee Pay sheet Formulas in Microsoft Excel 

Students Test Score Grades Result Sheet in Excel

MS Excel House Building Expense Management Formulas Worksheet

Excel Worksheet With Income Tax Calculation Formula on Employee Pay

Microsoft Excel Formulas To Calculate Your Age in Years Months Days and Day of Birth

Create 3D Line Chart in MS EXCEL for 2 Cricket Teams

Create Save Password Protect Workbook in Excel

Use of Text Functions Left Right Mid in Excel

Use of Max Min Functions in Excel

Use of Average Function With Examples

Uses of Excel in Business and Commerce

Use of SUM Function With Examples in MS Excel

Create PIE Chart in MS Excel




Popular posts from this blog

What are Different Types of Input Devices With Examples

Topic: Different types of input devices of a computer system with examples, pictures and explanation:  Topics Covered are: Definition of Input Devices Functions of Input Devices ( How input devices work? ) Examples of Input Devices Pictures / Images of different input devices Different Examples of Input Devices With Description Keybboard Mouse Trach Ball Trackpad Joy Stick Light Pen Microphone Scanner Graphic Tablet ( Digitizer ) Digital Camera Touch Screen ( I/O Device / Dual Device - Perform Both Functions input + Output ) INPUT DEVICES ( Definition ) Input devices are used to enter data and instructions into computer memory from external world. Input Device is a hardware part of the computer that is used to enter data and instructions into computer memory. The examples of input devices include: Keyboard, Mouse , Track ball, Track Pad, Joy stick, Touch Screen, Light pen,   Scanner , Digital Camera, Microphone, Graphics tablet e...

Types Of Network Topology

Today, we will types of network topology . What is a Network Topology? Definition of Network topology is the shape of the network . It is the physical layout of connected devices in a network. It tells us how a network will look like. Network Topology ( Definition 2) : The way in which the connections are made among all the network entities is called the topology of the network. Network Topology ( Definition 3) :Network topology specifically refers to the physical layout of the network, e.g., the location of the computers and how the cable is run between them. Network Topology ( Definition 4) :The physical topology of a network refers to the configuration of cables, computers, and other peripherals. The characteristics of a network depend upon the network topology selected. types of network topology Explain different types of network Topology Different network topologies are as follows: 1. Bus Topology 2. Ring Topology 3. Star Topology 4. Tree Topolo...

Basic Structure of HTML Document

Basic Structure of HTML Document  The basic structure of an HTML document is given below: <HTML>         <HEAD>                  </HEAD>                 <BODY>                </BODY> </HTML> The above format shows that an HTML document starts with <HTML> tag and ends with </HTML> tag. It is also clear that an HTML document consists of two main sections:  Head Section Head section is used to specify a title of the web page, normally. There are some other uses of Head section too, like linking external style sheets and Java script code, etc. Head section starts with the <HEAD> tag and ends with the </HEAD> tag. <TITLE> tag is used to display a title of...