Showing posts with label Amcat. Show all posts
Showing posts with label Amcat. Show all posts

Wednesday, August 26, 2015

Amcat Data Structure MCQ Part - 2

Leave a Comment
Data-structures and Basics Algorithms 


1. Data Storage Methods: Linked lists, Arrays, Queues, Stacks, Trees, Heaps, Hash
tables, graphs; Stress on which data structure to use for a given application 
2. Data retrieval, Insertion of new data, merging of data from two data structures 
3. Data search and sorting, Methods of array sorting and trade-off
4. Algorithm Complexity: Space and time Complexity, Asymptotic Notation


Read More...

Amcat Data Structure MCQ Part - 1

2 comments
A. AMCAT Structure and constructs of Computer Programs 

1. Programming flow, Procedures, Functions and Arguments, Methods
2. Data-types, how data is stored in computers, input/outpu, manipulation, methods 
of referencing and assessing data (including pointers). 
3. Iteration, decision-making, recursions
4. Algorithm Complexity: Space and time Complexity, Asymptotic Notation
5. Compilation, Linking and Execution; debugging, kinds of errors. 

B. Object Oriented Programming Concepts 

1. Classes, objects and methods 
2. Data Encapsulation, Data hiding, Inheritance
3. Polymorphism, Overloading, Abstraction


Read More...