sponsored links
- The strategy of allowing processes that are logically runnable to be temporarily suspended is called ?
- preemptive scheduling
- non preemptive scheduling
- shortest job first
- first come first served
- none of these
- The LRU algorithm
- pages out pages that have been used recently
- pages out pages that have not been used recently
- pages out pages that have been least used recently
- pages out the first page in a give area
- none of these
- Which of the following systems software does the job of merging the records from two files into one ?
- security software
- utility program
- networking software
- documentation system
- none of these
- Which of the following statement is false ?
- the technique of storage compaction involves moving all occupied areas of storage to one end or other of main storage
- compaction does not involve relocation of programs
- compaction is also known as garbage collection
- the system must stop everything while it performs the compaction
- none of these
- User-Friendly systems are :
- required for object- oriented programming
- easy to develop
- common among traditional mainframe operating systems
- becoming more common
- none of these
- Which of the following addressing modes, facilitates access to an operand whose location is defined relative to the beginning of the data structure in which it appears ?
- ascending
- sorting
- index
- indirect
- none of these
- The FIFO algorithm
- executes first the job that last entered the queue
- executes first the job that first entered the queue
- execute first the job that has been in the queue from longest
- executes first the job with the least processor needs
- none of these
- Assembly code data base is associated with ?
- assembly language version of the program which is created by the code generation phase and is input to the assembly phase
- a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure
- consists of a full or partial list or the tokens as they appear in the programm. Created by Lexical analysis and used for syntax analysis and interpretation.
- a permanent table which lists all key words and special symbols of the language in symbolic form
- none of these
- In which addressing mode the effective address of the operand is the contents of a register specified in the instruction and after accessing the operand, the contents of this register is incremented to point to the next item in the list ?
- index addressing
- indirect addressing
- auto increment
- auto decrement
- none of these
- In which addressing mode the contents of a register specified in the instruction are first decremented, and then these contents are used as the effective address of the operands ?
- index addressing
- indirect addressing
- auto increment
- auto decrement
- none of these
- What is the name given to the values that are automatically provided by software to reduce keystrokes and improve a computer user's productivity ?
- defined values
- fixed values
- default values
- special values
- none of these
- The Register - to - Register instructions
- have both their operands in the main store
- which perform an operation on a register operand and an operand which is located in the main store, generally leaving the result in the register, except in the case of store operation when it is also written into the specified storage location
- which perform indicated operations on two fast registers of the machine and leave the result in one of the registers
- all of these
- none of these
- The process of transferring data intended for a peripheral device into a disk (or intermediate store) so that it can be transferred to peripheral at a more convenient time or in bulk, is known as
- multiprogramming
- spooling
- caching
- virtual programming
- none of these
- Which of the following capabilities is required for a system program to execute more than one program at a time ?
- word processing
- compiling
- virtualmemory
- multitasking
- none of these
- The action of parsing the source program into the proper syntactic classes is known as
- syntax analysis
- lexical analysis
- interpretation analysis
- general syntax analysis
- none of these
- Banker's algorithm for recourse allocation deals with ?
- deadlock prevention
- resources of nationalized banks
- deadlock avoidance
- deadlock recovery
- mutual exclusion
- none of these
- Relocation bits used by relocating loader are specified (generated) by ?
- relocating loader itself
- linker
- assembler or translator
- macro processor
- none of these
- The higher versions of the operating systems are so written that programs designed for earlier versions can still be run. What is it called ?
- upgradability
- upward mobility
- universality
- upward compatibility
- none of these
- Which policy replaces a page if it is not in the favored subset of a process' pages ?
- FIFO
- LRU
- LFU
- Working set
- none of these
- Which of the following terms refers to the degree to which data in a database system are accurate and correct ?
- data security
- data validity
- data independence
- data integrity
- none of these
sponsored links
Repeater-Physical Layer
ReplyDeleteBridge-Data Link Layer
HUB-Multiport Repeater-Physical Layer-
Switch-Multiport Bridge-datalink-used for LAN connection
Router-Multiple LAN connection-Network-used for LAN-LAN Comm,WAN Comm
Gateway-all layers
Confidentality-Sender and Receiver expect Privacy
Integrity-the data must arrive at the receiver exactly as sent
Nonrepudiation-sender must not be able to deny sendinding a message that he sent
Verification(static)- check whether the software according to specifications.
Validation(dynamic)-to check whether software meets the customer expectations and requirements.
plzz provide a programing language introduction....
ReplyDeletehi ravi if u have more material of IT officer exam then pls send me at aksbipo@gmail.com
ReplyDeleteIs there any notification regarding the requirement of po and oa in Odisha grameen bank and utkal grameen bank ..??
ReplyDeletePls reply anyone.?
Mam kindly provide HR OFFICER professional knowledge quiz like this.. Much awaited..
ReplyDeletegood questions... :)
ReplyDeletehi ravi if u have more material of IT officer exam then pls send me at anil_86singh@rediffmail.com
ReplyDeleteMy employer has issued me NOC as
ReplyDelete"To Dinar Nasnodkar
This is to inform you that Goa Electronics ltd has no objection for you attending the interview for the post of clerical cadre."
and signed by our CEO
Is the format/wording right? Its a PSU but I'm employed on contractual basis, not permanent. Shouldn't they have mentioned clerical cadre through IBPS Organisations something like that, I mean specific? clerical cadre can be in any Govt Org. Please reply. I am tensed.
An E-R diagram can express the overall logical structure of a database graphically. E-R diagrams are simple and clear qualities that may well account in large part for the widespread use of the E-R model. Such a diagram consists of the following major components:
ReplyDelete• Rectangles, which represent entity sets
• Ellipses, which represent attributes
• Diamonds, which represent relationship sets
• Lines, which link attributes to entity sets and entity sets to relationship sets
• Double ellipses, which represent multi valued attributes
• Dashed ellipses, which denote derived attributes
• Double lines, which indicate total participation of an entity in a relationship set
• Double rectangles, which represent weak entity sets
Gr8 quiz
ReplyDeleteAbout TCP/IP
ReplyDeleteTCP and IP were developed by a Department of Defense (DOD) research project to connect a number different networks designed by different vendors into a network of networks (the "Internet"). It was initially successful because it delivered a few basic services that everyone needs (file transfer, electronic mail, remote logon) across a very large number of client and server systems. Several computers in a small department can use TCP/IP (along with other protocols) on a single LAN. As with all other communications protocol, TCP/IP is composed of layers:
IP - is responsible for moving packet of data from node to node. IP forwards each packet based on a four byte destination address (the IP number). The Internet authorities assign ranges of numbers to different organizations. The organizations assign groups of their numbers to departments. IP operates on gateway machines that move data from department to organization to region and then around the world.
TCP - is responsible for verifying the correct delivery of data from client to server. Data can be lost in the intermediate network. TCP adds support to detect errors or lost data and to trigger retransmission until the data is correctly and completely received.
Sockets - is a name given to the package of subroutines that provide access to TCP/IP on most systems.
i need material of I.T plz....can anyone help me ..........
ReplyDeletethnk u ...
ReplyDeleteSame condition here dear..but now I have kiran publication book..u have to go for dis
ReplyDelete