GTU BE Computer Engineering/IT/CSE all semester Study Material



BASIC ELECTRICAL ENGINEERING (BEE)

Unit-1:  DC Circuits (20%)

Unit-2:  AC Circuits (25%)

Unit-3:  Transformers (15%)

Unit-4:  Electrical Machines (20%)

Unit-5:  Electrical Installations (20%)

STUDY MATERIAL


BASIC MECHANICAL ENGINEERING(BME)

Unit-1:  Introduction

Unit-2:  Energy

Unit-3:  Properties of gases

Unit-4:  Properties of Steam

Unit-5:  Heat Engines

Unit-6:  Steam Boilers

Unit-7:  Internal Combustion Engines

Unit-8:  Pumps

Unit-9:  Air Compressors

Unit-10:  Refrigeration & Air Conditioning

STUDY MATERIAL


BASIC ELECTRONICS(BE)

Unit-1:  Diode theory and applications

Unit-2:  Bipolar junction transistors and its biasing

Unit-3:  Special purpose diodes and transistors

Unit-4:  AC Analysis of BJT circuits and small signal amplifier

Unit-5:  Field effect transistors(FET) and biasing

Unit-6:  Digital circuits

➤ STUDY MATERIAL

Engineering Graphics & Design(EGD)

Unit-1:  Introduction to Engineering Graphics

Unit-2:  Loci of Points

Unit-3:  Engineering Curves

Unit-4:  Projections of Points and Lines

Unit-5:  Projections of Planes

Unit-6:  Projections of Solids, Section of Solids and Development of Surfaces

Unit-7:  Orthographic Projections

Unit-8:  Isometric Projections and Isometric View or Drawing

Unit-9:  Computer Aided Drawing

➤ STUDY MATERIAL


PROGRAMMING FOR PROBLEM SOLVING

Unit-1:  Introduction to computer and programming

Unit-2:  Fundamentals of C

Unit-3:  Control structure in C

Unit-4:  Array & String

Unit-5:  Functions

Unit-6:  Recursion

Unit-7:  Pointers

Unit-8:  Structure

Unit-9:  Dynamic memory allocation

Unit-10:  File management

➤ STUDY MATERIAL

ENGLISH

Unit-1:Vocabulary building(20%)

Unit-2:Phonetics(10%)

Unit-3:Identifying Common Errors in Writing(20%)

Unit-4:Basic Writing Skills(10%)

Unit-5:Nature and Style of Writing(20%)

Unit-6:Writing Practices(20%)

➤ STUDY MATERIAL


ENVIRONMENTAL SCIENCE

Unit-1:INTRODUCTION TO ENVIRONMENT:(8%)

Unit-2:ENVIRONMENTAL POLLUTION:(44%)

Unit-3:GLOBAL ENVIRONMENTAL ISSUES:(24%)

Unit-4:BASIC CONCEPT OF GREEN BUILDING AND SMART CITIES:(16%)

Unit-5:CONCEPT OF 4R’s:(8%)

➤ STUDY MATERIAL


MATHS-1

 ➤ STUDY MATERIAL




MATHS-1 NOTES

 MATHS-1

 ➤ STUDY MATERIAL


ENVIRONMENTAL SCIENCE NOTES

ENVIRONMENTAL SCIENCE

Unit-1:INTRODUCTION TO ENVIRONMENT:(8%)

Unit-2:ENVIRONMENTAL POLLUTION:(44%)

Unit-3:GLOBAL ENVIRONMENTAL ISSUES:(24%)

Unit-4:BASIC CONCEPT OF GREEN BUILDING AND SMART CITIES:(16%)

Unit-5:CONCEPT OF 4R’s:(8%)

➤ STUDY MATERIAL

 

ENGLISH NOTES

 ENGLISH

Unit-1:Vocabulary building(20%)

Unit-2:Phonetics(10%)

Unit-3:Identifying Common Errors in Writing(20%)

Unit-4:Basic Writing Skills(10%)

Unit-5:Nature and Style of Writing(20%)

Unit-6:Writing Practices(20%)

➤ STUDY MATERIAL

PROGRAMMING FOR PROBLEM SOLVING(PPS) NOTES

 PROGRAMMING FOR PROBLEM SOLVING

Unit-1:  Introduction to computer and programming

Unit-2:  Fundamentals of C

Unit-3:  Control structure in C

Unit-4:  Array & String

Unit-5:  Functions

Unit-6:  Recursion

Unit-7:  Pointers

Unit-8:  Structure

Unit-9:  Dynamic memory allocation

Unit-10:  File management

➤ STUDY MATERIAL

Engineering Graphics & Design(EGD) NOTES

 Engineering Graphics & Design(EGD)

Unit-1:  Introduction to Engineering Graphics

Unit-2:  Loci of Points

Unit-3:  Engineering Curves

Unit-4:  Projections of Points and Lines

Unit-5:  Projections of Planes

Unit-6:  Projections of Solids, Section of Solids and Development of Surfaces

Unit-7:  Orthographic Projections

Unit-8:  Isometric Projections and Isometric View or Drawing

Unit-9:  Computer Aided Drawing

➤ STUDY MATERIAL

BASIC ELECTRONICS(BE) NOTES

 BASIC ELECTRONICS(BE)

Unit-1:  Diode theory and applications

Unit-2:  Bipolar junction transistors and its biasing

Unit-3:  Special purpose diodes and transistors

Unit-4:  AC Analysis of BJT circuits and small signal amplifier

Unit-5:  Field effect transistors(FET) and biasing

Unit-6:  Digital circuits

➤ STUDY MATERIAL

BASIC MECHANICAL ENGINEERING(BME) NOTES

 BASIC MECHANICAL ENGINEERING(BME)

Unit-1:  Introduction

Unit-2:  Energy

Unit-3:  Properties of gases

Unit-4:  Properties of Steam

Unit-5:  Heat Engines

Unit-6:  Steam Boilers

Unit-7:  Internal Combustion Engines

Unit-8:  Pumps

Unit-9:  Air Compressors

Unit-10:  Refrigeration & Air Conditioning

STUDY MATERIAL

PHYSICS GROUP-2 NOTES

STUDY MATERIAL

SOFTWARE ENGINEERING EASY NOTES(SE)

 Definition of software engineering:

- The application of a systematic disciplined, quantifiable, approuch to the development, operation & maintenance of software; that is the  application of engineering to software. 

IMP QUESTIONS OF CHAPTER 1:

1) Explain software engineering  as a layered technology. (3 marks)

2) Discuss all process framework activities of software engineering (7 marks)

3) Waterfall process model (5/7 marks)

4) spiral model (5/7 marks)

5) Compare prototype and incremental process model. (3 marks)

6) Compare spiral and prototype model.(3 marks)




BASIC ELECTRICAL ENGINEERING (BEE) NOTES

 BASIC ELECTRICAL ENGINEERING (BEE)

Unit-1:  DC Circuits (20%)

Unit-2:  AC Circuits (25%)

Unit-3:  Transformers (15%)

Unit-4:  Electrical Machines (20%)

Unit-5:  Electrical Installations (20%)

STUDY MATERIAL

Difference between JAVA and PYTHON easy points


 

Difference between C and PYTHON easy points

 


PYTHON NOTES

 ▶ Chapter 1: Overview of Python and Data Structures

 Python is a widely used general-purpose, high level, interpreted, dynamic programing language. 

 Python laid its foundation in the late 1980s.

  The implementation of Python was started in December 1989 by Guido Van Rossum at CWI in Netherland.


Features of Python: 

1. It is Simple 

2. Easy to learn 

3. Free and Open source

 4. High level language: Strong abstraction from the details of the computer like registers, memory address and call stacks. 

5. Compiled as well as Interpreted: For the most part, Python is an interpreted language and not a compiled one, although compilation is a step. Python code, written in .py file is first compiled to what is called bytecode which is stored with a .pyc or .pyo format. This bytecode is a low-level set of instructions that can be executed by an interpreter.

 6. Embedded: The code of the other programming language can use in the Python source code. We can use Python source code in another programming language as well. It can embed other language into our code. 

7. Extensible ( Support for other languages ): Python is an Extensible language. We can write us some Python code into C or C++ language and also we can compile that code in C/C++ language. 

8. Dynamically Typed: Python is a dynamically-typed language. That means the type (for example- int, double, long, etc.) for a variable is decided at run time not in advance because of this feature we don’t need to specify the type of variable. 

9. Platform Independent: Python can run equally on different platforms such as Windows, Linux, UNIX, and Macintosh, etc. So, we can say that Python is a portable language. It enables programmers to develop the software for several competing platforms by writing a program only once. 

10. Procedure as well as Object oriented 

11. Large standard Library support: Python has a large standard library which provides a rich set of module and functions so you do not have to write your own code for every single thing. There are many libraries present in python for such as regular expressions, unit-testing, web browsers, etc. 

12. GUI Programming Support 



PDF OF CHAPTER 1:



In This blog GTU Computer Engineering/IT/CSE all Semester Study Material For All Subjects available

GTU BE Computer Engineering/IT/CSE all semester Study Material

BASIC ELECTRICAL ENGINEERING (BEE) Unit-1:  DC Circuits (20%) Unit-2:  AC Circuits (25%) Unit-3:  Transformers (15%) Unit-4:  Electrical Mac...