Tuesday 28 August 2018

3rd sem D2D Students Must present on 30August for Thalassemia Test


Date: 28th August-2018

NOTICE

GTU has decided to go for compulsory Thalassemia Test for 3rd Sem D2D Students. So All D2D students are requested to fill the form along with 150/-Rs fee, on or before 29th August-18, Wednesday and submit it to Prof. M. D. Bhatol, Computer Department.

Thalassemia Test will be conducted on 30th August-18, Thursday. All D2D Students must be present on the same day.

Thalassemia Test for 1st Semester Students on 30August2018


Date: 28th August-2018

NOTICE

GTU has decided to go for compulsory Thalassemia Test for all the 1st Year Students. So All 1st year students are requested to fill the form along with 150/-Rs fee, on or before 29th August-18, Wednesday and submit it to Prof. M. D. Bhatol, Computer Department.

Thalassemia Test will be conducted on 30th August-18, Thursday. All 1st Year Students must be present on the same day.




Wednesday 4 July 2018

3rd sem Digital Electronics Practical List


Government Engineering College,Patan
Computer Science & Engineering Department
Subject Name:  DIGITAL ELECTRONICS
Subject Code:  2131004

Semester: 3rd

Sr. No.
Title
Sign
1
To design and implement all logic gates.

2
To study and perform about D’Morgan’s Theorem.

3
To study the Universal gates.

4
To design and implement all gates using NAND & NOR gates.

5
To design and implement Half Adder, Full Adder.

6
To design and implement Half Subtractor, Full Subtractor.

7
To design numerical display (0-9) using seven segment display

8
To design and implement Magnitude Comparator

9
To design & implement the code conversion circuits.
1.      Binary to Gray Code.
2.      Gray to Binary Code.

10
To design and implement the following circuit and verify their truth table.
1.      4 To 1 line Multiplexer.
2.      1 To 4 line De-Multiplexer.

11
To design and implement the following circuit and verify their truth table.
1.      3×8 Decoder
2.      8×3 Encoder

12
To study following flip-flops and verify truth tables:
1. R-S flip flop     3. D flip flop
2. J-K flip flop      4. T flip flop

13
To study and perform about master-slave flipflop.


Thursday 12 April 2018

Notice for 2nd sem students


NOTICE


To: 2nd Semester Students

Submission schedule of Computer Programming & Utilization Subject on 16April2018 at 11:00am


Sr.no
Branch
Division
Faculty name
1
CSE
G
Prof. Manisha Bhatol
2
CSE
H
Prof. A.V.Panchal
3
EC
E
Prof. P.A.Darji
4
EE
D
Prof. M.R.Thakkar


Tuesday 3 April 2018

2nd Semester Students


NOTICE


To: 2nd Semester Students


Those who are absent or failed in CPU Mid Exam, have to write Mid Paper , Three GTU Papers with all options and submit it to below mentioned faculty on or before 12th April-2018.

Div. G: Prof. Manisha Bhatol
Div. H: Prof. A.V.Panchal
Div. E: Prof. P.A.Darji
Div. D: Prof. M.R.Thakkar

Thursday 15 March 2018

INTERNAL EXAM-100 ACTIVITY POINTS Summer- 2018


GOVERNMENT ENGINEERING COLLEGE, PATAN
INTERNAL EXAM-100 ACTIVITY POINTS Summer- 2018


Date: 15/3/2018


This is to inform 2ND , 4TH & 6TH SEM students of all branch of Engineering, The Internal Exam is scheduled from date 19/03/2018 to 23/03/2018, So all students remain present                                         with file of all your activity proofs (Certificate/documents etc.) for approval points.


All students must submit a file of Xerox copy of Certificate/documents etc. to the internal examiner.


Also students can contact of concern faculty.

1.Prof. M D Bhatol
2.Prof. U V Patel

Thursday 8 March 2018

CPU Mid semester Exam Syllabus-2018


Government Engineering College, Patan
Department of Computer Science & Engineering
Mid semester Exam Syllabus-2018


Course (Semester)           : B. E. Semester II
Subject Name & Code     : COMPUTER PROGRAMMING AND UTILIZATION (2110003)



Unit


Topics


1

Introduction to Computer & Programming

·         Introduction ,
·         Basic block diagram and functions of various components of computer,
·         Concepts of Hardware and software,
·         Types of software, Compiler and interpreter,
·         Concepts of Machine level,
·         Assembly level and high level programming ,
·         Flow charts and Algorithms.



 2
             
Fundamentals of ‘C’

·         Features of C language,
·         Structure of C Program,
·         Comments, header files, data types,
·         Constants and variables,
·         Operators, expressions,
·         Evaluation of expressions,
·         Type conversion,
·         Precedence and associativity, I/O functions

                            
                    3

Control Structure in ‘C’

·         Simple statements, 
·         Decision making statements,
·         Looping statements,
·         Nesting of control structures,
·         Break and continue ,
·         Goto statement