DSSSB TGT Computer
DSSSB TGT Computer
DSSSB TGT Computer
● Operations on Number
● Fractions
● Simplification
● Decimals
● Percentage
● Average
● Discount
● Differences
● Analogies
● Problem Solving
● Space Visualization
● Decision Making
● Analysis
● Judgment
● Observation
● Relationship
● Arithmetical Number Series
● Vocabulary
● Synonyms
● Antonyms
● Grammar
General Awareness
● Scientific Research
● Sports
● History
● Polity Constitution
● Everyday Science
● Geography
● Economics
● Input/ Output: External Devices, I/O Modules, Programmed I/O, Interrupt- Driven I/O,
Direct Memory Access, I/O Channels and Producers, The External Interface.
● Computer Arithmetic : The Arithmetic and Logic Unit (ALU), Integer Arithmetic,
3. Operating Systems
batch, time-sharing, personal computers and workstation, process control & real-time
performance tuning.
● Process Management: System view of the process and resources, initiating The OS,
pre-emptive strategies.
inter-process communication.
● Deadlocks: System deadlock model, prevention strategies, hold and wait, circular wait,
● File Management: Directory structure, basic file operations and their implementation.
4. Digital Electronics
● Fundamental Concepts : Digital signal, NAND, NOR and Exclusive-OR operation, Boolean
● Number system and Codes: Primary, Octal, Hexadecimal, Signed Numbers Codes,
hamming codes.
asynchronous behaviour
5. Programming Fundamentals
● Basic Computer Organization: Functional Units, primary I/O devices and storage devices;
Representation of integers, real (fixed and floating point), characters (ASCII and
characterisation.
data structures-integers, reals, strings and arrays and internal representation of scalar
and vector data; data abstraction and encapsulation-objects, classes and packages;
concepts.
Event-Driven Programming:
Development using Visual Basic; Concept of Project In Visual Basic, VB Project Options-
Standard EXE, ActiveX DLL, ActiveX EXE, ActiveX Control, Active X Document EXE, Addin,
● DHTML Application: Getting Familiar with Visual Basic User Interface-Pull-Down menus,
Toolbar, Toolbox, Project Explorer, Properties Window, Form Layout Window, Form,
Immediate window; Opening and Closing window, Resizing and moving windows,
Docking windows; Quitting Visual Basic; Visual Basic Tool Box (Standard Window
Controls)- Pointer, Picture Box, Label, TextBox, Frame, Command Button, CheckBox,
Option Button, Combo Box, List Box, Horizontal Scrollbar, Vertical Scrollbar, Timer, Drive
List box, Directory List box, File List Box, Shape, Line, Image, Data, OLE;
● Object Naming Conventions: Event Procedures; Data Types: Integer, Long, Single,
Double, Currency, String, Byte, Boolean, Date, Object, Variant; Variables: Need to use
Data Types of variable, Scope and lifetime of Variables (Public and Private);
● Menu Editor : Concept of menus, Shortcut menus and Popup menus Designing Menu
System, Menu Editor Dialog Box Options (Name, Index, Shortcut, Help Context ID,
Negotiate Position, Checked, Enabled, Visible, Window List, Right Arrow, Left Arrow, Up
Arrow, Down Arrow, Menu List, Next, Insert, Delete, OK, Cancel), To Create Menu
Controls in the Menu Editor, Menu Naming Conventions, Setting the Name Property,
Assigning Access Keys and Shortcut Keys, Controlling Menus at Runtime-Enabling and
Control Invisible, Adding Menu Control at Runtime, Displaying Pop-Up Menu; General
Controls (Advance): Image List, Common Dialog Box, ADO DC, DB Combo, Media Player
Control, DB Grid; Adding a Toolbar: Creating an Image List, Adding Images to the
● Adding Status Bar: Adding Status Bar panels, Adding Time on the board. Dialogue Boxes:
7. Data Structures
abstract data types and objects, data abstraction and internal representation;
separate compilation; language support and OOP: Sub-typing, Inheritance, classes and
subclasses,
header files, function templates, overloading.
● Programming with Data structures: stacks, queues, lists, trees and balanced binary
trees, the specification of exception conditions and exception handling, the notion of an
8. Programming in C++
Data encapsulation, Class and Object, Abstract class and Concrete class, Polymorphism
methodologies.
Members of a class-Data Members AND Member Functions (methods), Using Private and
Public visibility modes, default visibility mode (private); Member function definition:
inside class definition and outside class definition using scope resolution operator (::);
Declaration of objects as instances of a class; accessing members from object (s), Array
of type class, Objects as function arguments pass by value and pass by reference;
Concept of Inheritance, Base Class, Derived Class, Defining derived classes, protected
visibility mode; Single level inheritance, Multilevel inheritance and Multiple inheritance,
accessibility of members from objects and within the derived class (es);
● Data File Handling: Need for a data file, Types of data files-Text file and Binary file; Basic
file operations on text file: Creating/ Writing text into file, Reading and Manipulation of
text from an already existing text File (accessing sequentially); Binary File: Creation of
file, Writing data into file, Searching for required data from file, Appending data to a file,
Insertion of data in sorted filed, Deletion of data from file, Modification of data in a file;
deallocation operators: new, delete; Pointers and Arrays: Array of Pointers, Pointer to an
array (1-dimensional array), Function returning a pointer. Reference variables and use of
self-referential structures;
attribute, Tuple/ Rows, fields, Data, Concept of String, Number and Date values, Data
type and Data Integrity (Domain and Referential Integrity). Candidate key, Alternate key,
Primary Key, Foreign Keys; Data Normalization-first, second, third, BCNF normal form;
Oracle, MS-SQL Server, DB2, MySQL, Sybase, INGRES. Examples of Front End Software’s:
● RDBMS Tools (Oracle): Introduction, Version, Two Tier and Three Tier support; Interface
with Oracle, Login Screen, Entering Name and Password; Classification of SQL
Statements: DML (SELECT, INSERT, UPDATE, DELETE), DDL (CREATE, DROP, ALTER,
● SQL SELECT Statement: SQL SELECT statement, Selecting All the Columns, Selecting
Specific Column, Column Heading Default, Using Arithmetic Operators, Operator
and using Column Alias, Concatenation Operator (ll), Duplicate rows and their
Elimination (DISTINCT keyword), Role of SQL and SQL*Plus in interacting with RDBMS,
● SELECT Statement Continued: Limiting Rows during selection (using WHERE clause),
Working with Character Strings and Dates, Using Comparison operators, BETWEEN
On multiple Columns;
● Functions: SQL Functions, Types of SQL Function (Single Row/ Multiple Row), Single Row
Conversion Functions [lower (), InitCap (), UPPER ()] Character Manipulation Function
[CONCAT (), INSTR (), LENGTH (), TRIM (), SUBSTR (), LPAD () ], Number Functions
(ROUND (), TRUNC (), MOD() ), Working with Dates [LAST_DAY(), MONTHS_BETWEEN(),
Functions and their Usage, Datatype Conversion Functions, Implicit and Explicit
TO_NUMBER and TO_DATE Functions, NVL Function and its Usage, DECODE Function
and its Usage; Grouping Records: Concept of Grouping Records and Nested Grouping,
Nested Grouping of records, Group Functions, Types of group functions [MAX (), MIN (),
AVG (), SUM (), COUNT ()], using AVG and SUM Functions, Using MIN and MAX
Functions, Using the COUNT Function, using COUNT(*), DISTINCT clause with Count,
Group Functions and Null Values, Using NVL Function with Group Functions, Grouping
Records: Group By Clause, Grouping By More than One Column, Illegal Queries with
Group By Clause, Excluding Group Results: Having Clause, Nesting Group Functions.
● Sub-Queries: Concept of Sub-Query, Sub Query to Solve a Problem, Guidelines for Using
Sub Queries, Types of Sub-Queries (Single Row and Multiple Row) and (Single Column
and Multiple Column); Single Row Sub-Query and its Execution; Displaying Data From
Multiple Tables: Concept of Join, Result of Join, Cartesian Product and Generating
Cartesian Production example using Mathematical Set), Types of Joins (EQUL, SELF,
NON-EQUI, OUTER (LEFT and RIGHT)), Equi-join, Additional Search Conditions using AND
operator, Short Naming Convention for Tables (Table Aliases), Non-Equijoin and its
INSERT Statement, Inserting New Rows, Inserting New Rows, with Null Values, Inserting
Date Values, Use OF substitution Variable to Insert Values, Copying Rows From Another
Table, Update Statement to Change Existing Data of a Table, Updating Rows In A Table,
Updating Rows Based on Another Table, Delete statement/ Removing Row/ Rows from a
Table, Deleting, Rows Based on condition from another Table; Making Data
● Database Objects: View, Table, Sequence, Index, and Synonyms, DDL (Data Definition
Language), Naming Convention, Creating Views, Creating Synonyms, Simple Views and
Complex Views, Retrieving Data From a View, Querying a View, Modifying a view.
Defining Constraints, NOT NULL, UNIQUE KEY, PRIMARY KEY, FOREIGN KEY, FOREIGN KEY
with Constraints.
● Creation of a Table/ Relation: CREATE TABLE Statement, Data types, the DEFAULT
option, Creating Tables, Referencing Another User’s Tables, Querying the Database
Dictionary to view all tables in the Oracle Database, Creating a Table by Using a
Sub-Query; Managing Existing Tables and other Database Objects: The ALTER TABLE
Dropping Views, Dropping Synonyms, Dropping Tables; giving permission to other users
● General concept : User interfaces (Front End), Underlying Database (Back End),
System, Personal Management System/ hard system, Fees Management System, Result
(Entity-Relationship Model), Entity and Entity Set, Attributes (Single, Composite and
language in SQL.
● Data Warehousing & Data Mining: Data Dictionary, MetaData; Object Modelling:
1. HTML
(URI) – Fragment Identifiers and Relative URI’s, History of HTML, SGML, Structure of
HTML/ DHTML Document, Switching between opened Windows and browser (Container
● Basic Tags of HTML: HTML, HEAD, TITLE, BODY (Setting the Fore colour and Background
colour, Background Image, Background Sound), Heading tag (H1 to H6) AND ATTRIBUTES
(ALIGN), FONT tag and Attributes (Size: 1 to 7 Levels, BASEFONT, SMALL, BIG, COLOR), P,
PREFORMATTED, SUB, SUP, STRIKE), Ordered List-OL (L1, Type-1, I, A, a; START, VALUE),
Unordered List-UL (Bullet Type- Disc, Circle, Square, DL, DT, DD), ADDRESS Tag;
● Creating Links: Link to other HTML documents or data objects, Links to other places in
the HTML documents, Links to places in other HTML documents; Anchor Tag<A HREF>
AND <A NAME>, Inserting Inline Images <IMG ALIGN, SRC, WIDTH, HEIGHT, ALT, Image
● Tables: Creating Tables, Border, TH, TR, TD, CELLSPACING, CELLPADDING, WIDTH,
dimensions, Frame- Src, frame border, height and width, Creating two or more rows
Frames <FRAMESET ROWS>, Creating two or more Columns Frames <FRAMESET COLS>,
two-way communication;
● From Tags: FORM, <SELECT NAME, SIZE, MULTIPLE/ SINGLE> <OPTION>…</SELECT>,
RADIO, RESET, SUBMIT, INPUT <VALUE, SRC, CHECKED, SIZE, MAXLENGTH, ALIGN>;
● Concept and Importance of Document Object Model, Dynamic HTML document and
● Introduction to Cascading Style Sheet (CSS): 3 ways of introducing the style sheets to
your document. Basic Syntax; Creating and saving cascading style sheets. <STYLE> tag.
Examples showing the linking of external style sheet files to a document; Inline and
● Features of XML : XML can be used with existing protocols, Supports a wide variety of
applications, Compatible with SGML, XML documents are reasonably clear to the
layperson;
● Structure of XML: Logical Structure, Physical Structure; XML Markup: Element Markup
● Naming Rules: used for elements and attributes, and all the descriptors, Comments
Entity Declarations: <! ENTITY name “replacement text”>; Element Declarations: <!
ELEMENT name content>; Empty Elements: <! ELEMENT empty. element EMPTY>;
● Element Content Models: Element Sequences i.e. <! ELEMENT counting (first, second,
third, fourth)>, Element Choices <! ELEMENT choose (this.one/ that.one )>, Combined
● Character Content: PCDATA (Parseable Character data) <! ELEMENT text (#PCDATA),
● Developing a DTD: Modify an existing SGML DTD, Developing a DTD from XML Code,
● Viewing: Viewing XML in Internet Explorer, Viewing XML Using the XML Data Source
Object XSL (Extensible Style Sheet Language) or CSS (Cascading Style Sheet); Browse the
records: Single record at a time (Using buttons), Multiple records at a time (Using an
HTML Table);
● Active Server Pages (ASP): Concept of ASP, features of ASP, other equivalent tools-JSP,
PHP;
● Data types: Integer, Floating-Point (Single, Double), String, Date, Boolean, Currency,
Variant, Object;
7. Functions
● Conversion functions: Abs (), Cbool (), CByte (), Cint(), CStr (), CSng (), CLng (), Cdate ();
String Manipulation Functions: Ucase (), Lcase (), Len (), Left (), Right (), Mid (), Ltrim (),
InStr(), Rtrim (), Ltrim (); Time & Date Functions: Date (), Day(), Hour (), Left (), Len (),
Session, Server, ASP Error; Response Object: Write Method, Addheader, Append To Log,
Binary Write, Using Shortcuts <%=value/ expr%>, Controlling information: Buffer, Flush
● Text Files: Open and Read content from a text file; Elementary Database Concepts:
Concept of Table/ Relation, Relationship, Candidate Key, Primary Key, Alternate Key,
Foreign KEY
1. VB Script
variables, Scalar variables and Arrays), VBScript Constants, VBScript Operators, and
Operator precedence;
● MsgBox: functions of message box (Prompt, Buttons, Title, Helpline, Context), Return
Next, For..Each.Next;
● VBScript variables: Sub procedures, Function procedures; Using VBScript with HTML
form controls, Data handling functions, String functions, Date and Times function;
2. JavaScript
● Variable and data types: Data types and typecasting, String processing, Arrays,
Operators, Control flow with looping- for loop, while loop, using continue and break
statement, Adding comments to scripts, The Window object, The Document Object, The
Location Object, The Form Object, Working with control Objects (Button, reset and
submit objects, Checkbox objects and Radio objects, Select object, Password, text and
its importance;
● Basic concepts of Images: Digital Images Digital Image Representation Image Formats
● Theory of design: form, line, space, texture, colour, typography, layout, colour harmony,
unity, balance, proportion, rhythm, repetition, variety, economy, still life, light and
shade,
● Poster Design: Still experience, colored layout, Poster Design, Designing of Books,
conceptual illustrations, handling of assignment for the market; Image Scanning with the
help of scanner: Setting up Resolution, Size, File formats of images; image preview,
(Photoshop/ CorelDraw)
● Basic Concepts: An Introduction, creating, opening and saving files, Menus, Toolbox,
Color control icons, Mode control icons, Window controls icons; creating new images,
Image capture (TWAIN) from scanner other files; Image Handling: Cropping an image,
adjusting image size, increasing the size of the work canvas, saving an image;
● Layers : Adding layers, dragging and pasting selections onto sheets, dragging layers
between files, viewing and hiding layers, Editing layers, rotating selections, scaling an
object, preserving layers transparency, moving and copying layers, duplicating layers,
deleting layers, merging layers, using adjustment layers; Channels and Masks: Channel
palette, showing and hiding channels, splitting channels into separate image, merging
channels, creating a quick mask, editing masks using fast mask mode;
● Painting and Editing: Brushes palette, brush shape, creating and deleting brushes,
creating custom brushes, setting brush options, saving, loading and appending brushes,
Options palette; Opacity, pressure, or exposure, paint fade-out rate, making selections,
using selection tools, adjusting selections, softening the edges of a selection, hiding a
selection border, moving and copying selections, extending and reducing selections,
● Concept of Multimedia: Picture/ Graphics, Audio, Video; Sound: Recording Sound using
Sound Recorder (Capture), Sound capture through sound editing software (ex: Sound
forge), Sound Editing, Noise correction, Effect enhancement; Voice Recognition Software
Philips/ Dragon, MIDI Player, Sound Recorder, MONO & Stereo. Sound File Format: AIFF
(Audio Input File Format from Apple Mac), MIDI, WAV, MP3, ASF
(Streaming format from Microsoft). Importing audio and saving audio from Audio
Image files;
● Movie File Formats: AVI, MPEG, SWF, MOV, DAT; Movie Frames: Concept of Frame,
Frame Buffer, and Frame Rate; Authoring Tools; Making Animation, Embedding
Macromedia Flash Making of Simple Flash Movie, Setting Properties, Frame Rate,
● Scene: Concept of Scene, Duplicate Scene, Add Scene, Delete Scene, and Navigating
between Scenes;
● Layers : Concept of Layer, Layer Properties, Layer Name, Show/ Hide/ Lock layers, Type of
Layer- Normal/Guide/ Mask, Outline Color, Viewing Layer as an outline, Layer Height,
Adding/
deleting a layer;
● Frame: Concept of Frame; Creating a Key Frame, Inserting Text Into the Frame, Inserting
Graphical Elements into the frame, Converting Text/ Graphics to symbol, Inserting
Symbol into the Frame, Setting Symbol Property (Graphics/ Button/ Movie), Inserting
Blank Frame, Inserting Blank Key Frame, Inserting Key Frame into the Blank frame,
● Special Effects: Motion Tweening, Shape Tweening, Color effect, Inserting Sound Layer;
Testing a Scene and Movie; Import/ Export (Movie/ Sound and other multimedia objects)
Publishing: Publishing A Flash Movie; Changing publish Settings; Producing SWF (Flash
Movie), HTML page, GIF image, JPEG Image (*. Jpg), PNG Image, Windows Projector (*.
Exe), Macintosh Projector (*. Hqx), Quick Time (*. mov), Real Player (*.smil); Testing with
Publish Preview.
MHz) and Data transfer rate (bps, kbps, Mbps, Gbps, Tbps); Transmission media: Twisted
pair cable, coaxial cable, optical fibre, infrared, radio link, microwave link and satellite
link.
● Network devices : Modem, RJ45 connector, Ethernet Card, Hub, Switch, Router,
Gateway; Different Topologies- Bus, Star, Tree; Concepts of LAN, WAN, MAN; Protocol:
TCP/IP, File Transfer Protocol (FTP), PPP, Level-Remote Login (telnet), Internet, Wireless/
Mobile Communication, GSM, CDMA, WLL, 3G, SMS, Voice mail, Electronic Mail, Chat,
Video Conferencing;
● Network Security Concepts: Cyber Law, Firewall, Cookies, Hackers and Crackers;
WebPages; Hyper TEXT markup Language (HTML), extensible Markup Language (EML);
HyperText Transfer Protocol (HTTP); Domain Names; URL; Protocol Address; Website,
The Tier 1 of the exam will consist of 5 papers of General Awareness, Mental Ability, Reasoning Ability,
Hindi and English Language each consisting 20 marks and a paper related to the subject (100 marks)
Section-A
1. MCQs of one mark each from the subject concerned → 100 Marks