0% found this document useful (0 votes)
1K views

Isro Cse

This computer science syllabus covers the following topics: 1) Digital logic, number representation, and computer arithmetic. 2) Computer organization including CPU components, memory, I/O, and pipelining. 3) Common data structures like stacks, queues, trees, and graphs. 4) Programming methodology in C including control flow, scope, and object-oriented concepts. 5) Common algorithms like searching, sorting, trees, graphs, and design techniques.

Uploaded by

ankit bansal
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Isro Cse

This computer science syllabus covers the following topics: 1) Digital logic, number representation, and computer arithmetic. 2) Computer organization including CPU components, memory, I/O, and pipelining. 3) Common data structures like stacks, queues, trees, and graphs. 4) Programming methodology in C including control flow, scope, and object-oriented concepts. 5) Common algorithms like searching, sorting, trees, graphs, and design techniques.

Uploaded by

ankit bansal
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Computer Science Syllabus for ISRO Scientist Exam

(1) Computer H/W Digital Logic: Logic functions, Minimization, Design and syn
thesis of Combinational and Sequential circuits Number representation and Comput
er Arithmetic (fixed and floating point)
(2) Computer Organization: Machine instructions and addressing modes, ALU and Da
ta-path, hardwired and micro-programmed control, Memory interface, I/O interface
(Interrupt and DMA mode), Serial communication interface, Instruction pipelinin
g, Cache, main and secondary storage.
(3) SOFTWARE SYSTEMS Data structures: Notion of abstract data types, Stack, Queu
e, List, Set, String, Tree, Binary search tree, Heap, Graph
(4) Programming Methodology: C programming, Program control (iteration, recursio
n, Functions), Scope, Binding, Parameter passing, Elementary concepts of Object
oriented, Functional and Logic Programming
(5) Algorithms for problem solving: Tree and graph traversals, Connected compone
nts, Spanning trees, Shortest paths Hashing, Sorting, Searching Design technique
s (Greedy, Dynamic Programming, Divide-and-conquer)
(6) Compiler Design: Lexical analysis, Parsing, Syntax directed translation, Run
time environment, Code generation, Linking (static and dynamic)
(7) Operating Systems: Classical concepts (concurrency, synchronization, deadloc
k), Processes, threads and Inter-process communication, CPU scheduling, Memory m
anagement, File systems, I/O systems, Protection and security.
(8) Databases: Relational model (ER-model, relational algebra, tuple calculus),
Database design (integrity constraints, normal forms), Query languages (SQL), Fi
le structures (sequential files, indexing, B+ trees), Transactions and concurren
cy control
(9) Computer Networks: ISO/OSI stack, sliding window protocol, LAN Technologies
(Ethernet, Token ring), TCP/UDP, IP, Basic concepts of switches, gateways, and r
outers.

You might also like