All Computer/IT related notes with Syllabus...

Call Me: +9779812837886,+9779847871010

Pages

Analog & Digital Computer

Analog Computer:
     An analog computer is that computer which is use to process analog data. Analog computers store data in a continuous form of physical quantities and perform calculations with the help of measures. It is quite different from the digital computer, which makes use of symbolic numbers to represent results. Analog computers are excellent for situations which require data to be measured directly without converting into numerals or codes.
There are certain advantages associated with analog computers. Real-time operation and simultaneous computation is possible with the help of analog computers. Analog computers can also provide the insight of the problems and errors in case of analog issues for users.

Digital Computer:
         The digital computer is the most commonly used computer which is used to process information with quantities using digits, usually using the binary number system.It is present generation of computer which process raw data as fast as compared to analog computers.It provides more accurate result than analog computer.
Share:

Explain the block diagram of computer system.

computer can process data, pictures, sound and graphics. They can solve highly complicated problems quickly and accurately.A computer as shown in figure. performs basically five major computer operations or functions irrespective of their size and make. These are:
  1. It accepts data or instructions by way of input,
  2. It stores data,
  3. It can process data as required by the user,
  4. It gives results in the form of output, and
  5. It controls all operations inside a computer.

Block diagram of Computer System:



1. Input: This is the process of entering data and programs in to the computer system. You should know that computer is an electronic machine like any other machine which takes as inputs raw data and performs some processing giving out processed data. Therefore, the input unit takes data from us to the computer in an organized manner for processing. 
2. Storage: The process of saving data and instructions permanently is known as storage. Data has to be fed into the system before the actual processing starts. It is because the processing speed of Central Processing Unit (CPU) is so fast that the data has to be provided to CPU with the same speed. Therefore the data is first stored in the storage unit for faster access and processing. This storage unit or the primary storage of the computer system is designed to do the above functionality. It provides space for storing data and instructions. 
The storage unit performs the following major functions:
• All data and instructions are stored here before and after processing.
• Intermediate results of processing are also stored here.
3. Processing: The task of performing operations like arithmetic and logical operations is called processing. The Central Processing Unit (CPU) takes data and instructions from the storage unit and makes all sorts of calculations based on the instructions given and the type of data provided. It is then sent back to the storage unit. 
4. Output: This is the process of producing results from the data for getting useful information. Similarly the output produced by the computer after processing must also be kept somewhere inside the computer before being given to you in human readable form. Again the output is also stored inside the computer for further processing.
5. Control: The manner how instructions are executed and the above operations are performed. Controlling of all operations like input, processing and output are performed by control unit. It takes care of step by step processing of all operations inside the computer.
FUNCTIONAL UNITS 
In order to carry out the operations mentioned in the previous section the computer allocates the task between its various functional units. The computer system is divided into three separate units for its operation. They are
Arithmetic Logical Unit (ALU)  
Logical Unit :After you enter data through the input device it is stored in the primary storage unit. The actual processing of the data and instruction are performed by Arithmetic Logical Unit. The major operations performed by the ALU are addition, subtraction, multiplication, division, logic and comparison. Data is transferred to ALU from storage unit when required. After processing the output is returned back to storage unit for further processing or getting stored.
Control Unit (CU) 
The next component of computer is the Control Unit, which acts like the supervisor seeing that things are done in proper fashion. Control Unit is responsible  for  co ordinating various operations using time signal. The control unit determines the sequence in which computer programs and instructions are executed. Things like processing of programs stored in the main memory, interpretation of the instructions and issuing of signals for other units of the computer to execute them. It also acts as a switch board operator when several users access the computer simultaneously. Thereby it coordinates the activities of computer’s peripheral equipment as they perform the input and output. 
Central Processing Unit (CPU) 
The ALU and the CU of a computer system are jointly known as the central processing unit. You may call CPU as the brain of any computer system. It is just like brain that takes all major decisions, makes all sorts of calculations and directs different parts of the computer functions by activating and controlling the operations.


Share:

Differentiate between ROM & RAM.

There are various differences of  RAM and ROM they are mentions below:
S.N
RAM
S.N
ROM
1
It stands for Random Access Memory.
1
It stands for Read Only Memory.
2
It store data & informations temporary.
2
It store data & informations permanently.
3
It is volatile memory.
3
It is non-volatile memory.
4
It stores data during power supply is on.
4
But it stores data while power supply is off.
5
It transfer data very fast.
5
But it transfer data slower than RAM.
6
It consumes lots of power.
6
It consumes less power.
7
Used in CPU cache, Primary memory.
7
Used in firmware, micro-controller.
8
Used for both Read & Write.
8
Use only for Reading.
9
It is costlier.
9
It is less costlier than RAM.



Share:

What is Computer?


    A computer is an electronic machine or device which performs Input, Process & Output operations based on users instructions provided by a software or hardware program. 


Share:

Visual programming-Syllabus

      This course aims to guide the students in both the theoretical and practical aspects of visual programming of computer for the solutions of the real-world problems. The course covers the language basics, GUI design, use of different controls, object oriented concept , file handling , database programming, calling windows API etc. using VB.net language.
After the completing course the student will be able to:
1.     Use the integrated development environment for program development
2.     Write visual programs with event handling
3.     Write visual programs with file handling and database
4.     Explain the working process of visual programs

Share:

Computer Graphics-Syllabus

   This course deals with graphics hardware, two and three dimensional graphics, fundamentals of animation techniques; web graphics design and graphics design packages.
After completing this course the students will be able to: 
  1. Acquire the knowledge of computer graphics.
  2. Familiarize with hardware involved in graphics.
  3. Explain Algorithms to generate two and three-dimensional graphical objects and animations. 



Share:

Computer Fundamentals-Syllabus

   This course is designed to provide knowledge on fundamental concept of computer, hardware components, software, electronic mail, internet, concept of multimedia and computer viruses. This course specifically designed to acquire basic knowledge of different kinds of hardware and software associated with it. It also provides knowledge of different kinds of operating system installation process. It also provides skills on word processing, spreadsheet, presentation tools and database package. This subject covers a foundation understanding of computer architecture, software, operating system, peripherals, computer virus, email and internet.
After completing this course, the student will be able to:
1.     Explain the history and generation of computer.
2.     Develop the knowledge of computer architecture.
3.     Develop the concept of computer hardware and different types of software.
4.     Perform application software such as word processor, spreadsheets, presentation tools and database packages
5.     Install different version of operating system in computer.
6.     Explore the world by Internet and email.

Share:

Data Structure & Algorithm-Syllabus

    The purpose of this course is to provide the students with the basic concepts of data structures and algorithms. The main objective of the course is to teach the students how to select and design data structures and algorithms that are appropriate for problems that might occur. This course offers the students a mixture of theoretical knowledge and practical experience. Programming language C can be used for practical work.
On completion of this course the students will be enabled to:
   Introduce data abstraction and data representation in memory.
   Discuss, design and use elementary data structures such as stack, queue, linked list, tree and graph.
 Decompose complex programming problems into manageable sub-problems  Introduce theory of algorithms and their complexity.

Share:

Database Management System-Syllabus

   The course covers the fundamental concepts of database and database management system including database design using entity relationship diagram, relational databases, structured query language, normalization, transaction processing, and concurrency control and recovery techniques.
The main objective of this course is to: 
       Explain the concepts of database and database management system.
       Provide knowledge of database design using entity relationship diagram.


       Perform on SQL statements, normalization, transaction processing, and database recovery.

Share:

Operating System-Syllabus

    This course demonstrates the basic features of Operating System and its components. It covers the description and implementation techniques of basic functions of operating system like process management, memory management, file management and device management.
At the end of this course, the students will be able to:
1.         Define operating system.
2.         Explain the history and functions of operating system.
3.         Describe need and role of operating system.
4.         Describe operating system as resource manager and virtual machine.
5.         Explain the memory management techniques.
6.         Explain the file management techniques.
7.         Analyze and compare different scheduling algorithms used by OS.

Share:

Microprocessor-Syllabus

   This course deals with fundamentals of microprocessor, basic low level microprocessor programming, interfacing and introduction to basic programmable devices.
After completing this course the students will be able to:
1.  Explain the working principle of a computer
2.  Demonstrate the working principle of microprocessor
3.  Implement the process of writing and executing low level language
4.  Explain and implement the Interfacing techniques of devices with a computer system


Share:

Engineering Mathemathics-Syllabus

This subject consists of five units related to vectors; algebra; calculus; geometry; and statistics necessary to develop mathematical background helpful for the understanding and practicing the related engineering works. 
After the completion of this course, students will be able to: 
1.         Explain the concepts of vectors in plain and vectors in space and apply them in the field of the related engineering area
2.         Explain the concepts of the complex numbers, linear inequalities and programming apply them in the field of the related engineering area.
3.         Explain the concepts of determinants and matrices and apply them in the field of the related engineering area
4.         Explain the concepts of determinants and matrices and apply them in the field of the related engineering area
5.         Explain the concepts of applications of derivatives and areas of curves and apply them in the field of the related engineering:
6.         Explain the concepts of coordinates in space and planes and apply them in the field of the related engineering area
7.         Explain the concepts of statistics and apply them in the field of the related engineering area.
Share:

Multimedia Technology-Syllabus

        This course covers different domains of Multimedia Systems like Devices, Systems and its applications and Multimedia tools. After completing this course the students will be enabled to: 
1. Explain basics of Multimedia system
2. Find out hardware and software requirements.
3. Operate text, audio/sound, images and graphics, video and animation.
4. Apply communication in multimedia
5. Apply compression techniques.
6. Handle multimedia Tools- Flash and Photoshop


Share:

Object Oriented Programming in C++-Syllabus

     This course deals to develop the skill on thinking about computation and problem solving in Object Oriented Paradigms. The course helps the students to discover the basic concepts of objectoriented programming concept such as object, class, inheritance, polymorphism, abstraction and encapsulation and apply in C++. 
After completing this course the students will be able to:  
1.     Explain  object oriented programming approach
2.     Design the problem and solution using object oriented design methods 
3.     Define various object oriented concepts such as class/object, abstraction, inheritance, operator overloading, dynamic binding, templates etc in C++ programming language.

Share:

Computer Repair & Maintenance-Syllabus

      This course deals about fundamental concept, theories and popular principles of repair and Maintenance systems of computer. The major focus is trouble shooting, repairing and maintenance into real-life by utilizing the knowledge and skill of computer hardware and software. This makes the learning-teaching process more interactive, skillful and interesting.   
At the end of the course student will be able to:
1.              Explain basic operation, classification and role of the computer
2.              Perform the maintenance of computer, its accessories and peripherals
3.              Take Care of computer and its accessories
Share:

Internet Technology-Syllabus

      The course is design to impart the practical knowledge and skills to design and setup Internet and Intranet. The focus of this courseis on the practical application of internetworking technologies to private Intranets for Information management and public Internets for electronic commerce. Students will learn theoretical and practical details. Students will develop various Intranet and Internet applications and setup servers as part of practical sessions.


Continue Reading>>

Share:

Computer Architecture-Syllabus

       This course is an introduction to computer architecture and organization. It covers topics in both the physical design of the computer (organization) and the logical design of the computer (Architecture).
After completing this course the student will able to:
1.  Explain the over view of computer organization
2.  Explain the principle of CPU system
3.  Explain the principle of memory system
4.  Explain the principle of data flow

Share:

Software Engineering-Syllabus

         This course aims to guide the students in both the theoretical and practical aspects of developing computer solutions for real-world problems. One will study the tools and techniques used in analysis and design of software systems, and apply those tools within a recognized software development methodology and within the context of a case study.


 Continue Reading>>

Share:

Electrical Engineering-Syllabus

This course focuses on familiarization of fundamental concepts in DC and AC electrical networks.
After completing this course the students will be able to:
1.     Identify the basics of circuit elements and their networks
2.     Familiarize with the fundamentals of electricity and electromagnetism
3.     Apply the DC and AC supply.
4.     Describe the electric sources and loads.
Share:

Clock

Total Pageviews

Popular Posts

Keep Visiting Us For More Latest updates||Thank You||