0% found this document useful (0 votes)
152 views4 pages

Dexter CP

The document outlines the modules and content covered in various coding courses offered by dexterCoding. The C with Interview Preparation course covers topics like data types, operators, conditional statements, loops, arrays, strings, functions, pointers, file handling etc. across 6 modules in 30 hours for a fee of Rs. 3000. Similarly, the other courses on C++ with OOPs, Data Structures, and Java cover relevant concepts in their respective domains across multiple modules over 30-35 hours for fees ranging from Rs. 3500-4000.

Uploaded by

Sarthak Joshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
152 views4 pages

Dexter CP

The document outlines the modules and content covered in various coding courses offered by dexterCoding. The C with Interview Preparation course covers topics like data types, operators, conditional statements, loops, arrays, strings, functions, pointers, file handling etc. across 6 modules in 30 hours for a fee of Rs. 3000. Similarly, the other courses on C++ with OOPs, Data Structures, and Java cover relevant concepts in their respective domains across multiple modules over 30-35 hours for fees ranging from Rs. 3500-4000.

Uploaded by

Sarthak Joshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

dexterCoding

CourseName:CwithInterviewPreparation
Duration:30Hrs
Fees:3000/
ModuleI
HistoryofC,IntroductiontoC,Input/OutputInC,DataTypes,IntroductiontoOperators,Arithmetic
Operators,LogicalOperators,RelationalOperators,ConditionalOperator,BitwiseOperators,Shift
Operators,CommaOperator,SpecialOperators.TypeConversionandTypeCasting.Introductionto
functionsinmath.h
ModuleII
ConditionalStatements,IfStatement,ElseStatement,ElseIfStatement,If..ElseIfladder,NestedIf,
Switch..case..breakstatements.Introductiontoloops,For,WhileandDo..whileloops,NestedLoops,
Useofbreakandcontinuestatementsinloops.
ModuleIII
IntroductiontoArrays,SingleandDoubleDimensionalArrays,IntroductiontoFunctions,Passing
valuesandreturningvaluesto/fromfunctions.CallbyvalueandCallbyreference,Returningby
reference,Recursion,IntroductiontoStrings,VariousStringFunctionsinstring.h,Introductionto
functionsinctype.h
ModuleIV
IntroductiontoStorageClasses,Auto,Register,StaticandExternStorageClasses,Introductionto
PreprocessorDirectives,Macros,ConditionalCompilation.
ModuleV
IntroductiontoStructures,Differencebetweenstructureandanarray,InitializationofStructures,
ArrayofStructures,ArrayofMembersofStructure,Passingandreturningstructureto/from
functions,NestedStructures,Union,Differencebetweenstructureandunion.
ModuleVI
IntroductiontoPointers,OperationsonPointers,VoidPointer,Pointersandarrays,Pointersand
strings,Pointersandstructures,Pointersandfunctions,useofconstqualifierwithpointers.
IntroductiontoFileHandling,textandbinaryfiles,readingandwritingtextfrom/tofile,readingand
writingstructures,CRUDOperations.

dexterCoding
CourseName:C++withOOPs
Duration:35Hrs
Fees:3500/
ModuleI
IntroductiontoC++,Input/OutputinC++,OperatorsinC++,ScopeResolutionOperator,References
inC++,Constqualifierwithreferences.
ModuleII
Variousconditionalstatementssuchasif,else,switchcasebreaketc,Typesofloopsandwhento
usewhichone,Arrays,Strings,Functions,Structures,Unions
ModuleIII
ClassandObjects,Definingmemberfunctionsinsideandoutsidetheclass,Inlinefunctions,Access
Specifiers,ParameterizedandNonParameterizedconstructors,Destructors,Useofthispointer,
StaticDatamembersandmemberfunctions,Friendfunctionsandclasses,ConstructorInitializerlist.
ModuleIV
FunctionOverloading,OperatorOverloading,IntroductiontoInheritance,Varioustypesof
Inheritance,OrderofConstructioninDerivedclasses,Adding,changingandhidingmembersin
derivedclasses,MultipleInheritance,DiamondProblem,VirtualBaseClasses,VirtualFunctions,
AbstractBaseclasses,ConceptofVPTRandVTABLE,EarlyBindingandLateBinding.
ModuleV
Introductiontotemplates,classtemplates,functiontemplates,ExceptionhandlinginC++,Handling
errorsusingassert,cerrandexit.IntroductiontoSTL,VariousSTLClasses,IteratorsandContainers

dexterCoding
CourseName:DataStructures
Duration:30Hrs
Fees:3000/
ModuleI
IntroductiontoDataStructures,Complexity,Recursion,IntroductiontoLinkedList,Diiferences
betweenalinkedlistandanarray,Creation,traversal,insertionanddeletionoperationsonlists,
DoublyLinkedList,CircularLists,DoublyCircularlists
ModuleII
IntroductiontoStacksandQueues,ApplicationsofStacksandQueues,Expressionevaluationusing
Stacks
ModuleIII
Trees,BinaryTree,BinarySearchTree,TreeTraversal,Addingandremovingnodesinatree,Heap,
ConversionbetweenInfix,PrefixandPostfixnotations,ApplicationsofTrees
ModuleIV
IntroductiontoGraphs,VariousTerminologiesrelatedtographs,DepthFirstandBreadthFirst
TraversalinGraphs,SpanningTreeandMinimumSpanningTree,Shortestpathproblem
ModuleV
Searchingandsortingofarrays.LinearandBinarySearch.BubbleSort,SelectionSort,InsertionSort,
MergeSortandQuickSort.Comparisonofvarioussortingalgorithms.

dexterCoding
CourseName:Java
Duration:35Hrs
Fees:4000/
ModuleI
IntroductiontoJava,DataTypes,Operators,ConditionalStatements,Loopsfor,whileand
do..while,Singleandmultidimensionalarrays,Introductiontostrings,stringbuilderandstring
buffer,variousstringfunctions.
ModuleII
ClassandObjects,MethodOverloading,Constructor,Staticvariablesandmethods,thiskeyword,
Inheritance,AggregationandComposition,Methodoverriding,RuntimePolymorphism,Staticand
DynamicBinding,Abstractclassandinterfaceandwhentousewhichone,Objectcloning,Callby
valueandcallbyreference,Packages
ModuleIII
Introductiontoexceptionhandling,theuseoftry,catch,finally,throwandthrowskeywords.
FileInputandOutput,Introductiontostreams,FileWriterandReader,DataInputStreamandData
OutputStream.
ModuleIV
Introductiontocollections,UsingvariouscollectionclassessuchasArrayList,LinkedList,Iterators,
Hashsetetc.
IntroductiontoMultithreading,LifeCycleofaThread,CreatingThread,Sleepingathread,Joininga
thread,ThreadPriority,ThreadPooling,Performingmultipletaskbymultiplethread,Concurrency
problemanditssolution,GarbageCollection.
ModuleV
Introductiontoswings,creatinguserinterfaceusingvariouscontrols,LayoutManagers,creating
eventsandeventhandlers.
IntroductiontoJDBC,ConnectingtoMySql,DriverManager,ConnectionInterface,Statement
Interface,Resultset,Preparedstatement,CRUDoperationsonadatabase.

You might also like