-->

Friday, October 31, 2014

Generations of Computer for bank exams


Which was the first general purpose computer, designed to handle both numeric and textual information?

  • Universal Automatic Computer (UNIVAC) (1951) 

First Generation (1940-1956) Vacuum Tubes: 

The first computers used vacuum tubes for circuitry and magnetic drums for memory, and were often enormous, taking up entire rooms. The UNIVAC and ENIAC computers are examples of first-generation computing devices. In first generation of computer, this operating system allowed only one program to run at a time and a number of input jobs are grouped for processing. It is known as Batch Processing. 

Second Generation (1956-1963) Transistors: 

Transistors replaced vacuum tubes and ushered in the second generation of computers. 


Third Generation (1964-1971) Integrated Circuits: 

The development of the integrated circuit was the hallmark of the third generation of computers. Transistors were miniaturized and placed on silicon chips, called semiconductors, which drastically increased the speed and efficiency of computers. 

Fourth Generation (1971-Present) Microprocessors: 

The microprocessor brought the fourth generation of computers, as thousands of integrated circuits were built onto a single silicon chip. What in the first generation filled an entire room could now fit in the palm of the hand Fourth generation computers also saw the development of GUIs, the mouse and handheld devices 

Fifth Generation (Present and Beyond) Artificial Intelligence: 


Fifth generation computing devices, based on artificial intelligence, are still in development, though there are some applications, such as voice recognition, that are being used today. 

In 1981 IBM introduced its first computer for the home user, and in 1984 Apple introduced the Macintosh.

Thursday, October 30, 2014

Data Representation Computer Awareness topic for exams



Memory Units:


4 bit = 1 nibble 

8 bit = 1 byte 

1024 B = 1 KB (Kilo Byte) 

1024 KB = 1 MB (Mega Byte) 

1024 MB = 1 GB (Giga Byte) 

1024 GB = 1 TB (Tera Byte) 

1024 TB = 1 PB (Peta Byte) 

1024 PB = 1 XB (Exa Byte) 

1024 XB = 1 ZB (Zeta Byte) 

1024 ZB = 1 YB (Yota Byte) 


bit < Byte < KB < MB < GB < TB < PB < XB < ZB < YB 



►bit (b)

►Byte (B)

►Mbps – mega bits per sec.

►MBps – mega Bytes per sec.

►The information you put into the computer is called Data

►Information of a computer is stored as Digital Data

►A number system defines a set of values that is used to represent Quantity

►In which number system, the modern computers are operated? Binary Number System

►Name the most significant bit, which represent 1 and 0 for a positive number and negative number, respectively.

►Sign Bit

Which coding scheme represents data in a binary form in the computer system? ASCII, EBCDIC and Unicode are the most commonly used codes under this scheme.

►Binary Coding Scheme


EBCDIC is a 8-Bit code with 256 different representations of characters. It is mainly used in mainframe computers.

EBCDIC stands for Extended Binary Coded Decimal Interchange Code


►In the Hexadecimal Number System each number represents a power of 16. To represent the decimal numbers, this system uses numbers from 0 to 9 and characters from A to F to represent numbers 10-15, respectively. It is commonly used as a shortcut notation for groups of four binary digits


BCD is a method that represents the decimal digits with the help of binary digits. It takes advantage that one decimal numeral can be represented by 4-bit pattern. BCD stands for Binary Coded Decimal


This coding system is used to represent the interval storage area of the computers. In this system, every character is represented by a combination of bits. 


►Binary Coding System


The Base or Radix of the decimal number system is 10

The arithmetic operations (addition, subtraction, multiplication and division) performed on the binary numbers is called Binary Arithmetic


►What is the standard code the computer industry created to represent characters? American Standard Code for Information Interchange (ASCII).


ASCII is a code used for standardizing the storage and transfer of information amongst various computing devices.


It is required for representing more than 64 characters. At present, the mostly used coding systems are ASCII and EBCDIC


►Which code is also known as Reflected Code? Gray Code


The 7-bit ASCII code is widely used for Two (0 or 1)

In the binary language, each letter of the alphabet, each number and each special character is made up of a unique combination of Eight Bits. 


Introduction of computer awareness section exams




►A Computer is a general purpose device that can be programmed to carry out a set of arithmetic or logical operations automatically. Since a sequence of operations can be readily changed, the computer can solve more than one kind of problem. 

A general purpose computer has four main components: the arithmetic logic unit (ALU), the control unit, the memory, and the input and output devices (collectively termed I/O). 

The data that is fed into a computer processor received into the computer by a keyboard or other sources is called Input

A computer is an electronic device that accepts data from the user (input), processes the data by performing calculations and operations on it and generates the desired Output. 

The device which is used with a computer to display or store data is called Peripherals

The mechanical, magnetic, electronic and electrical components that comprises a computer system such as the Central Processing Unit (CPU), monitor, keyboard, etc. is known as Hardware

A set of instructions that tells the computer about the tasks to be performed and how these tasks are to performed, is known as Software

An unprocessed collection or representation of raw facts represented in a manner suitable for communication, interpretation or processing by humans or by automatic means, is known as Data

The result of processing, manipulating and organizing data in a way that adds to the knowledge of the person receiving it, is known as Information

The smallest unit of information, a computer can understand and process, is known as Bit

The primary goal of computer is to process information that it receives and output the results. The process of control and alter information is known as Processing

Which number system computer used to store data and perform calculation? Binary Number System

Computer Speed, Accuracy, Diligence, Storage Capability, Automation, Remembrance Power and Versatility are the main Characteristics of Computer. 

Self-Intelligence, Decision-Making power, Learning power, Self-care, Feelings are the Limitations of Computer. 

A mainframe computer is a much larger computer that typically fills a room and may cost many hundreds or thousands of times as much as a personal computer. They are designed to perform large numbers of calculations for governments and large enterprises. 

Read-only memory (ROM) is a storage medium used in computers and other electronic devices. Data stored in ROM can only be modified slowly or with difficulty, or not at all. 

ROM is non-volatile and the contents are retained even after the power is switched off. It only allows reading. The types of ROM include PROM, EPROM and EEPROM. 

Random Access Memory (RAM), allows the computer to store data for immediate for immediate manipulation and to keep track of what is currently being processed. 

RAM is referred to as volatile memory and is lost when the power is turned off. It allows reading and writing. The two main types of RAM are static RAM and dynamic RAM. 

SRAM stands for Static Random Access MemorySRAM retains data as long as power is provided to the memory chip and need not be refreshed periodically.

DRAM stands for Dynamic Random Access MemoryThe data on DRAM continues to move in and out of the memory as long as power is available and must be continually refreshed to maintain the data.

Primary memory is computer memory that a processor or computer accesses first or directly.For example: RAM, and Cache Memory. 
Secondary memory (or secondary storage) is the slowest and cheapest form of memory. It cannot be processed directly by the CPU. 

Secondary memory devices include magnetic disks like hard drives and floppy disks, optical disks such as CDs and CDROMs, and magnetic tapes, which were the first forms of secondary memory. 

Virtual memory is memory on the hard disk that the CPU uses as an extended RAM. 

Installation is the process of copying software programs from secondary storage media to the hard disk. 

A central computer that holds collections of data and programs for many PCs, workstations and other computers is a Server

Programmer: The person who write programs / instructions. 

Programming Language: The language in which the programmer write the instructions to train and work with computers. 
Ex: C, C++, Java, SQL etc.

    Computer Awareness Section Preparation Topics For Exams

    Computer Awareness for various exams like Bank PO, Clerk, Specialist Officers, SSC, PSC and other government exams, here we have divided the whole Computer Awareness Section into some categories (list based on banking and other competitive exams), my suggestion is to check each topic then start preparing by using the questions in the Practice Section tab.


    Computer Awareness Section Preparation Topics For Exams

    Computer Awareness topics that are tested in the Banks/ SSC/ UPSC/ Other Competitive Exams Computer Awareness Section include the following :








    Click here for Computer Awareness Practice Questions (Sets)





    Computer Awareness questions are asked almost in all competitive exams like IBPS Exams (IBPS PO, IBPS CLERKS, IBPS RRB (Officers Scale-1/ 2/ 3 & Office Assistants)), SBI PO, SBI Clerks,   Campus Placements (IT Companies), UPSC , UGC, SSC, and other exams including State PSC (Public Service Commission).

    I hope you liked this Computer Awareness section page, if not please share your experience or let us know your problems while looking at this page/ site. Your valuable  suggestions are invited through email (vigneshwarreddyp@gmail.com). Thank you.

    Saturday, October 18, 2014

    Square Roots & Cube Roots Examples

    Square Roots & Cube Roots Practice Questions

    Square Roots & Cube Roots Previous Exam Questions

    Square Roots & Cube Roots Tips

    Formulas Square Roots & Cube Roots

    IMPORTANT FACTS AND FORMULAE

    Square Root: If x 2 =y, we say that the square root of y is x and we write,  y =x.
    Thus ,   4 =2,  9 =3, 196 =14.

    Cube Root: The cube root of a given number x is the number whose cube is x. We denote the cube root of x by 3x

    Square & Cube Roots | Aptitude Exam Practice Questions





    Here is another topic named as SQUARE ROOTS and CUBE ROOTS, really this will be fun if you know some short-cuts in solving the problems. 

    These type of questions are asked in every competitive entrance test, namely IBPS Exams(IBPS PO, IBPS CLERKS, IBPS RRB (Officers Scale-1/ 2/ 3 & Office Assistants)), SBI PO,SBI Clerks,  GRE, GMAT, XAT, CSAT, CLAT, MAT, Common Aptitude Test (CAT), SNAP, Campus Placements (IT Companies), UPSC , UGC, SSC, and other exams including State PSC (Public Service Commission).

    So first of all look at the FORMULAS Tab before you visit any of the other sections in this category.
    Follow these steps:

    ►Step1: FORMULAS
    Step2: TIPS
    Step3: EXAMPLES
    Step4: PRACTICE
    Step5: PREVIOUS EXAM QUESTIONS

    So, start planning yourself for proper preparation. Ultimately you will be able to solve, any kind of questions given in the exams regarding SQUARE ROOTS & CUBE ROOTS, within 30-40 secs. Believe me if you practice more, you can solve this problems even less than 30 seconds.

    Start your practice right now. All the best. :-)


    Friday, October 17, 2014

    English Preparation Topics for Exams

    Logical Reasoning Section Preparation Topics

    Logical reasoning is the process which uses arguments, statements, premises and axioms to define whether a statement is true or false, resulting in logical or illogical reasoning. In today’s logical reasoning, three different types of reasoning can be distinguished. These are known as deductive reasoning, inductive reasoning and abductive reasoning and are based on deduction, induction and abduction respectively.

    Logical Reasoning Section in the exams is used to test the students ability of thinking logically and solving the problems based on the situation given.


    Logical Reasoning topics that are tested in the Banks/SSC/UPSC/CAT/GRE/GMAT Logical Reasoning Section include the following :



    Quantitative Aptitude Section Preparation Topics - Online Tests

    Here we have divided the whole Quantitative Aptitude Section into some categories (list based on banking and other competitive exams), my suggestion is to check each topic and look at the Formulas, Tips, Examples and then start preparing by using the questions in the Practice Section tab.


    Arithmetic & Statistics topics that are tested in the Banks/ SSC/ UPSC/ CAT/ GRE/ GMAT Quantitative Aptitude Section include the following :



    Quantitative for Competitive Exams







    Here are some other topics of Quantitative Aptitude Section which are asked in the written test of many MNC's during Oncampus and Offcampus drives


    Quantitative for Placements














    Data Interpretation Topics (Quantitative Aptitude Section)


    Quantitative for Competitive Exams Data Interpretation
    Tabulation
    Pie Graphs
    Bar Graphs
    Line Graphs


    Algebra and Geometry topics that are tested in the GMAT Quantitative Aptitude Section include


    Algebra & Geometry Quantitative for Competitive Exams
    Linear EquationsQuadratic Equations 
    Arithmetic and Multiplicative (Geometric) Progressions (AP, GP) and sequences.Set Theory 
    InequalitiesGeometry 
    Co-ordinate GeometrySolid Geometry



    SUGGESTIONS
    (All about Quantitative Aptitude)

    We all know that, all the competitive exams has a section named as Quantitative Aptitude section which tests our ability to solve the problems with SPEED and ACCURACY. So, to succeed in any competitive exam which you attend, this Quantitative Section plays a vital role in deciding and placing you in the list of successful candidates.

    So to be one among that list all you need is to practice as many problems as possible, because this practice sharpens you to solve the given problems within a given time. And even by practicing you can also increase your accuracy with speedy.


    Believe me or not, many aspirants/ students make the most common mistake by underestimating the importance of doing practice. I have seen many candidates who did the same mistake, they do only the remembering the formulas of the particular topic and see one or two examples that's it, and they say that their preparation has completed. Do you believe that these candidates do succeed in their exams? No, they never and ever succeed.


    So finally what i want to tell you guys is, never skip this important part (practicing Quantitative Aptitude) of you preparation. Without practice quantitative section will become a nightmare for you.


    Quantities aptitude questions are asked almost in all competitive exams like IBPS Exams (IBPS PO, IBPS CLERKS, IBPS RRB (Officers Scale-1/ 2/ 3 & Office Assistants)), SBI PO, SBI Clerks,  GRE, GMAT, XAT, CSAT, CLAT, MAT, Common Aptitude Test (CAT), SNAP, Campus Placements (IT Companies), UPSC , UGC, SSC, and other exams including State PSC (Public Service Commission).


    I hope you liked this quantitative aptitude section page, if not please share your experience or let us know your problems while looking at this page/ site. Your valuable  suggestions are invited through email (abcdefg123@gmail.com). Thank you.

    Tuesday, October 14, 2014

    How to Prepare for Bank Exams-Planning-Practicing

    How to prepare for bank exams? How much time does it takes to prepare for bank exams? Can i crack the bank exam in my first attempt? All these are the very common question nowadays, many a lot students may have the same question in their mind with no proper answer. This situation raised as there is no one to guide them properly, as lack of knowledge and awareness of the banking sector. So, we have considered this as a serious issue and decided to give some useful information regarding the BANK EXAMS.

    Here are the 7 Factors which have to be considered for Bank Job Preparation:

    1) How to prepare for bank exams ?
    2) How much time one need to give/ spend for preparation?
    3) Do they required to go for any Coaching institute or not?
    4) How and Where to prepare/ get materials?
    5) What will be their work if he/ she got selected into banking industry?
    6) Job security in Banking Industry vs Private Organizations?
    7) Basic Salary and Growth?

    How to prepare for bank exams ?

    Answer for this question is very simple, How to prepare for bank examsQuestion itself contains the answer, Yes i mean it, just strike it off the HOW TO question from your mind now it self. It means you have started your preparation for the Bank Exams.

    OK, but what does that preparation mean? Nothing its a package of 3 P's: Planning, Practicing, Presenting.

    Planning: First of all you need to analyse the Previous Question Papers, know your strengths and weakness in the Bank Exam Syllabus (Almost all bank exams have the same syllabus, but with different standard level of question). And try to improve the areas in which you consider yourself as weak.

    Practicing: Then you need to start practicing the questions both strong and weaker areas, but work hard in the weak areas mostly.


    Presenting: Lastly, solve some mock tests (online or paper based). 

    These 3 P's make you perfect to make you stand in the front line of the competition. This is how you have to prepare for the Bank Exams.

    If you have any queries regarding this, you can post them as a comment. We will advice you to get prepare well.