TRB-CS-Master online coaching center (QUIZ-5)- (Operating System)
Quiz
- What is the name given to the organized collection of software that controls the overall operation of a computer?
- Working system
- Peripheral system
- Operating system
- Controlling system
- The principle of locality of reference justifies the use of
- reenterable
- non reusable
- virtual memory
- cache memory
- The register or main memory location which contains the effective address of the operand is known as
- pointer
- indexed register
- special location
- scratch pad
- 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 token's as they appear in the program. 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.
- Thrashing can be avoided if
- the pages, belonging to the working set of the programs, are in main memory
- the speed of CPU is increased
- the speed of I/O processor is increased
- all of the above
- In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with
- recognition of basic syntactic constructs through reductions.
- recognition of basic elements and creation of uniform symbols
- creation of more optional matrix.
- use of macro processor to produce more optimal assembly code
- Resolution of externally defined symbols is performed by
- Linker
- Loader
- Compiler
- Assembler
- System generation:
- is always quite simple
- is always very difficult
- varies in difficulty between systems
- requires extensive tools to be understandable
- System generation:
- is always quite simple
- is always very difficult
- varies in difficulty between systems
- requires extensive tools to be understandable
- The Memory Address Register
- is a hardware memory device which denotes the location of the current instruction being executed.
- is a group of electrical circuits (hardware), that performs the intent of instructions fetched from memory.
- contains the address of the memory location that is to be read from or stored into.
- contains a copy of the designated memory location specified by the MAR after a "read" or the new contents of the memory prior to a "write".
- In virtual memory systems, Dynamic address translation
- is the hardware necessary to implement paging
- stores pages at a specific location on disk
- is useless when swapping is used
- is part of the operating system paging algorithm
- Fragmentation of the file system
- occurs only if the file system is used improperly
- can always be prevented
- can be temporarily removed by compaction
- is a characteristic of all file systems
- Fragmentation of the file system
- occurs only if the file system is used improperly
- can always be prevented
- can be temporarily removed by compaction
- is a characteristic of all file systems
- A non-relocatable program is one which
- cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation.
- consists of a program and relevant information for its relocation.
- can itself performs the relocation of its address-sensitive portions.
- all of the above
- Which of the following are(is) Language Processor(s)
- assembles
- compilers
- interpreters
- All of the above
- 41 . 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 t
- index addressing
- indirect addressing
- auto increment
- auto decrement
- The memory allocation scheme subject to "external" fragmentation is
- segmentation
- swapping
- pure demand paging
- multiple contiguous fixed partitions
- 43 . While working with MS-DOS, which command will you use to transfer a specific file from one disk to another?
- DISKCOPY
- COPY
- RENAME
- FORMAT
- 44 . What is the name of the operating system for the laptop computer called MacLite?
- Windows
- DOS
- MS-DOS
- OZ
- 45 . 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
- 46 . 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
- Page stealing
- is a sign of an efficient system
- s taking page frames from other working sets
- should be the tuning goal
- is taking larger disk spaces for pages paged out
- In MS-DOS 5.0, which is the number that acts as a code to uniquely identify the software product?
- MS
- DOS
- MS DOS
- 5.0
- Bug means
- A logical error in a program
- A difficult syntax error in a program
- Documenting programs using an efficient documentation tool
- All of the above
- Memory management is :
- not used in modern operating system
- replaced with virtual memory on current systems
- not used on multiprogramming systems
- critical for even the simplest operating systems
- The initial value of the semaphore that allows only one of the many processes to enter their critical sections, is
- 8
- 1
- 16
- 0
- The Register - to - Register (RR) 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 the above
- A page fault
- is an error is a specific page
- occurs when a program accesses a page of memory
- is an access to a page not currently in memory
- is a reference to a page belonging to another program
- An algorithm is best described as
- A computer language
- A step by step procedure for solving a problem
- A branch of mathematics
- All of the above
- 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
- Block caches or buffer caches are used
- to improve disk performance
- to handle interrupts
- to increase the capacity of the main memory
- to speed up main memory read operation
- The action of parsing the source program into the proper syntactic classes is known as
- syntax analysis
- lexical analysis
- interpretation analysis
- general syntax analysis
- Which, of the following is not true about the description of a decision table?
- A decision table is easy to modify
- A decision table is directly understood by the computer
- A decision table is easy to understand
- All of the above
- Trojan-Horse programs
- are legitimate programs that allow unauthorized access
- do not usually work
- are hidden programs that do not show up on the system
- usually are immediately discovered
- When did IBM release the first version of disk operating system DOS version 1.0?
- 1981
- 1982
- 1983
- 1984
- Which of the following is false about disk when compared to main memory?
- non-volatile
- longer storage capacity
- lower price per bit
- faster
- Producer consumer problem can be solved using
- semaphores
- event counters
- monitors
- all of the above
- Most of the microcomputer's operating systems like Apple DOS, MS DOS and PC DOS etc. are called disk operating systems because
- they are memory resident
- they are initially stored on disk
- they are available on magnetic tapes
- they are partly in primary memory and partly on disk
- The CPU, after receiving an interrupt from an I/O device
- halts for a predetermined time
- hands over control of address bus and data bus to the interrupting device
- branches off to the interrupt service routine immediately
- branches off to the interrupt service routine after completion of the current instruction
- Seeks analysis
- is used for analyzing paging problems
- is used for analyzing device busy problems
- is used for analyzing control-unit busy problems
- is only shown on real-time displays
- Which is a permanent database in the general model of compiler?
- Literal Table
- Identifier Table
- Terminal Table
- Source code
- What is the name of the technique in which the operating system of a computer executes several programs concurrently by switching back and forth between them?
- Partitioning
- Multitasking
- Windowing
- Paging
- Operating system
- inks a program with the subroutines it references
- provides a layered, user-friendly interface
- enables the programmer to draw a flowchart
- all of the above
- Software that measures, monitors, analyzes, and controls real-world events is called:
- system software
- real-time software
- scientific software
- business software
- The details of all external symbols and relocation formation (relocation list or map) is provided to linker by
- Macro processor
- Translator
- Loader
- Editor
- The macro processor must perform
- recognize macro definitions and macro calls
- save the macro definitions
- expand macros calls and substitute arguments
- all of the above
- A development strategy whereby the executive control modules of a system are coded and tested first, is known as
- Bottom-up development
- Top-down development
- Left-Right development
- All of the above
- Which of the following is helpful in evaluating applications software what will best suit your needs?
- recommendations by other users
- computer magazines
- objective software reviews
- all of the above
- What problem is solved by Dijkstra's banker's algorithm?
- mutual exclusion
- deadlock recovery
- deadlock avoidance
- cache coherence
- The dispatcher
- actually schedules the tasks into the processor
- puts tasks in I/O wait
- is always small and simple
- never changes task priorities
கருத்துகள் இல்லை:
கருத்துரையிடுக