Programming in 'C'
Description: 'C' | |
Number of Questions: 25 | |
Created by: Karuna Seth | |
Tags: -C- Programming Operating System |
Which of the following data types allows an user to define his own identifier to represent an existing data type in 'C'?
What is the range of integer data type in ANSI 'C'?
Which of the following operators are used in 'C' to operate at Bit-level in a program?
Which of the following string handling functions in 'C' compares the first n characters of two input strings?
Which of the following memory management techniques allows different pieces of a program to be compiled independently?
Which of the following string handling function in 'C' searches for a specified character in the string?
Which of the following policies deals with the selection of a page in main memory to be replaced after a page fault occurs and a new page must be brought in?
In a process management, if a process has finished an execution, then it is said to be in _____________ state.
Which of the following types of software virtualizations is a full virtualization with dynamic recompilation, which simulates the complete hardware allowing an unmodified OS for a completely different CPU to be run?
Which of the following characteristics of threads allows the sharing of a lot resources that cannot be shared in a process?
Which of the following system programs contains the machine independent part of the operating system?
Which of the following techniques is used in a number of computer systems to reduce the speed mismatch between slow speed I/O devices and fast CPU?
Which of the following types of errors is generated when undeclared names and type incompatibilities errors are displayed on the screen?
Which of the following assemblers is an open set of technical specifications that any person or company can license and use to develop microprocessors and other semiconductor devices based on published industry standard?
Which of the following components of computer system defines the ways in which the system resources are used to solve the computing problems of the users?
Which of the following registers in Intel x86 family is also called as Base Pointer Register?
Which of the following is the system software that transfers data from offline memory into internal storage?
Which of the following memory allocations refers to the process of allocating memory at compile-time before the associated program executed, unlike dynamic memory allocation where memory is allocated as required at run-time?
In which of the following phases of the compiler is the the intermediate code convert into a sequence of machine instructions?
Which of the following is the address specified by the programmer using ORIGIN statement?
In which of the following is a program built from multiple subprograms and the references from one subprogram to another are made by using symbols?
Which of the following is defined as the interval from the time of submission of a program to the time of its completion?
Which of the following is particular kind of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed?
In the process managment, which of the following is a variable that accepts non-negative integer values and except for initialization, it may be accessed and manipulated through two primitive operations - wait and signal?
In which of the following states of a process will a running process not use up all of its turn on the CPU before it reaches a point from which it cannot continue without some co-operation from the outside world?