Showing posts with label computer awareness. Show all posts
Showing posts with label computer awareness. Show all posts

Saturday, June 20, 2015

Computer Objective Question For Banking in Hindi And English in .Pdf

Computer Objective Question For Banking in Hindi And English in .Pdf


As we have discussed about the most asked general awareness material(in .pdf) and Interview cracker material(.pdf).Today i am going to share some 

important computer material which is frequently asked  question in exam and the material which is most important for the writtenbanking exam ( like IBPS PO,

IBPS CLERK,IBPS SO etc) and also for all other competitive exams.
If i share the experiences of my PO exam then i must say this(computer) section

 is the main part of my success in exam.


So don't get bore, get the download link here
Important Computer Notes Specially For SBI in pdf( Must Read)


DOWNLOAD HERE : Double click to get your pdf file

Material in English:

Saturday, March 1, 2014

study material for professional knowledge: Operating System Concepts(Basics)

study material for professional knowledge: 
Operating System Concepts(Basics)






What is an Operating System?
  • A program that acts as an intermediary between a user of a computer and the computer hardware.
  • Operating system goals:
  • Execute user programs and make solving user problems easier.
  • Make the computer system convenient to use.
  • Use the computer hardware in an efficient manner.
  • Computer systems typically contain: Hardware and Software Hardware - electronic, mechanical, optical devices Software – programs
  • Without support software, the computer is of little use.
  • An interface between Hardware and User Programs
  • An abstraction of the hardware for all the (user) processes
  • Hide the complexity of the underlying hardware and give the user a better view of the computer

Computer System Components

  • Hardware – provides basic computing resources (CPU, memory, I/O devices).
  • Operating system – controls and coordinates the use of the hardware among the various application                           programs for the various users.
  • Applications programs – define the ways in which the system resources are used to solve the computing problems of the users (compilers, database systems, video games, business programs).
  • Users (people, machines, other computers). 


Abstract View of System Components
         



Operating System Definitions


  • Resource allocator – manages and allocates resources.
  • Control program – controls the execution of user programs and operations of I/O devices .
  • Kernel – the one program running at all times (all else being application programs).

The Goals of an OS
  •      Let users run programs:
  •      Correctness- Memory boundaries, priorities, steady state
  •      Convenience-User should not handle the tiny details (encapsulate/abstract), provide synchronization primitives, system calls, file system, tools
  •      Efficiency-Resource Utilization, resource Sharing, Multitasking
  •      Fairness (in resource allocation)
  •      Among: users, tasks, resources
  •      The tradeoff between efficiency and fairness

An OS is a Resource Allocator

  • Multiple users  get all computing resources “simultaneously”:
  • Cpu time
  •  Memory (ram, swap, working set, virtual,..)
  •  File system (storage space)
  •  I/O devices (display, printers, mouse,..)
  •  The OS should give every user the illusion that she is getting all resources to herself (not sharing!) 

Virtual  Continuity

  • A process can get “switched in” or “switched out”.
  • OS should give the illusion for the process as if it exists in the CPU continuously => Context Switching

Context switching

  •       When an event occurs, the operating system saves the state of  the active process and restores the state of the new process. 
  •      This mechanism is called a Context Switch.
  •      What must get saved? Everything that the next process could or will damage. For example:

              Program counter (PC)
            Program status word (PSW)
              CPU registers (general purpose, floating-point)
            File access pointer(s)
            Memory
Scheduling and Context switch
        Give up the CPU == switch out the current process + switch in another process
Preemptive Scheduling

  • There are OS’s where a process is forced to give up the cpu (e.g. when stayed for too long).
  • Such systems are implementing a “preemptive scheduling” policy.
  • Examples include Windows NT, Unix, - BUT NOT - Windows prior to Win95 ! or Macintosh!

Using Priorities

  • Most OS’s provide the priority mechanism
  • Priorities are associated with processes
  • Priority are used to help the OS to reach fairness

Process
    A process is a program in execution.
    The components of a process are:
            the program to be executed,
            the data on which the program will execute,
            the resources required by the program—such as memory and file(s)—and  the status of the execution.

OS Features Needed for Multiprogramming

  •      I/O routine supplied by the system.
  •      Memory management – the system must allocate the memory to several jobs.
  •     CPU scheduling – the system must choose among several jobs ready to run.
  •     Allocation of devices.


Time-Sharing Systems–Interactive Computing
   

  • The CPU is multiplexed among several jobs that are kept in memory and on disk (the CPU is allocated to a job only if the job is in memory).
  • A job swapped in and out of memory to the disk.
  • On-line communication between the user and the system is provided; when the operating system finishes the        execution of one command, it seeks the next “control statement” from the user’s keyboard.
  • On-line system must be available for users to access data and code.




Study material: Important Questions for Computer Awareness for all exams

Study material: Important  Questions  for Computer Awareness for all exams


  • Job control language is used for Mainframe computer.
  • A stub link is a network that is connected to only one router.
  • You will require video card to see graphics on your computer.
  • A computer peripheral that prints one line of output at a time is known as line printer.
  • In time sharing mode each user uses a local input/output device.
  • NOT gate is used to invert the input signal.
  • ALGOL is an algorithmic language.
  • IEEE 802.16 standard represents WiMAX.
  • Tutorial is written for those who do not very much about computer.
  • Point-of-sale software is an example of vertical market software.
  • Computer port does not exist in a computer.
  • Terminal symbol in a flowchart indicates the beginning and end in a program’s logic flow.
  • Part of a computer instruction word that designates the function performed by a specific instruction is – OPCODE.
  • The most common method for gaining access to the Internet is through a – provider or host computer.
  • Blue-ray disk is an example of optical disk.
  • Bridge can check the physical address of source and destination contained in the frame.
  • Downlink is a term related to receiving data from a satellite.
  • Operation code is also known as order code.
  • PDF is an acronym for PORTABLE DOCUMENT FORMAT.
  • Windows.exe file starts MS WORD.
  • SUM(B2:B9) is an example of a formula in MS-Excel.
  • MS-DOS is an operating system that dos nor implement multitasking truly.
  • Tangible parts of a computer are called Hardware.
  • AMPS is the first generation cellular technology.
  •  A container used to display a set of tabbed pages of elements is known as tab box.
  • High level language is a machine independent language.
  • Shimmer Sparkle Text, Blinking Background, etc are known as text effects.
  • 10 Base F type of Ethernet uses star topology.
  • An error that causes a program to abort and many there of return the user to the OS is called a fatal error.
  • Personal Area Network is another name of Bluetooth.
  • 11 is the default font size of a cell content in MS-EXCEL.
  • Cut and paste is the best method to move some text from one page to different page.
  • One definition of AI i.e. Artificial Intelligence focuses on problems solving methods that processes symbols.
  • The “big picture” diagram of a system is a system flowchart.
  • Control unit is the part of CPU containing clock, program counter, instruction register.
  • In a compiler, the syntax analysis is done by parser.
  • Presentation layer is responsible for the protocol conversion.
  • Testing is process of finding error code.
  • ULSI hardware technology was used by fifth generation computers.
  • For each instruction in a program memory the CPU goes through a ‘fetch code – execute’ sequence. 

Want to share anything with us?
You can reach us at

topnaukrialert@gmail.com

Popular Posts

Blog Archive

Most Viewed

Featured Post

Census 2011 - Important Points for exams(for IBPS,SSC,UPSC,State PSC's and others)

Census 2011 - Important Points: Census 2011 is the 15th Census of India since 1872. The motto of census 2011 was  'Our Census, Our ...