MCQ

Arrays

  1. An array of an array is called : Multi casting array Uni casting array Multidimensional array One dimensional array Answer Multidimensional array 2. Which of the following concepts make extensive use of arrays? Spatial locality Caching Scheduling of processes Binary trees Answer Spatial locality 3. Elements of an array are numbered as 0, 1 …

Arrays Read More »

Computer Fundamental

  1. Second-generation computer used – Transistor instead of vacuum tubes  Integrated circuitry Vacuum tubes instead of an electromechanical device None of the above Answer Transistor instead of vacuum tubes 2. Which computer gives the best qualities of both digital and analog computers?  Analog computer Mainframe computer Supercomputer  Hybrid computer 3. Which computer solves a …

Computer Fundamental Read More »

Constants and Variables

  1. A process of translation of program text into object or assembly text is known as : Code Generation Constant Code None of these 2. Which data items never change their value during a program run? Keyword Operator  Literal None of these 3. Every executable statement in C ++ must be terminated by a …

Constants and Variables Read More »

Functions

  1. A function cannot be defined inside – Another function A program A class None of these 2. Which C libram file declare functions for processing strings ?  < Stdlib.h >  < String.h >  < time.h >  < Stdio.h > 3. Not initializing a reference variable will cause : Termination of program Overloading A …

Functions Read More »

Input Output Statements

  1. What is an alternative name for an object? Function Variable Reference Initialization 2. The Const modifier on its own is equivalent to : Const float Const int Const Char None of these 3. Setw ( ) and Setprecision ( ) manipulators are use to ? Formate output data Formate Processing data  Formate Input …

Input Output Statements Read More »

ITI Electrician Objective Question in Hindi

ITI Electrician Objective Question in Hindi 1 . MCB का पूरा नाम – मिडिल सर्किट ब्रेकर मेन सर्किट ब्रेकर मिनिएचर सर्किट ब्रेकर मेनलाइन करंट ब्रेकर उत्तर मिनिएचर सर्किट ब्रेकर 2. विद्युत ऊर्जा की इकाई क्या है? वाट किलोवाट घंटा किलोवाट जूल उत्तर किलोवाट घंटा 3. एक वोल्ट समान है। एक जूल के एक कूलॉम के …

ITI Electrician Objective Question in Hindi Read More »

Loop Control Structure

  1. The repetition of a set – of – statements depending upon a condition test is known as – Selections Iteration  Sequence  None of these 2. A sequence of statements contained within a  pair of braces and is called a : Brick  Branch Blob Block 3. Which fram following is a jump statement? continue …

Loop Control Structure Read More »

Number System

  1. When we convert 10010 binary numbers to decimals. Then the solution is :  2010 1810  1410  1610 2. How many bits are in 1 byte? 3. An organized way of representing numbers is called?  Character System  Number system Integer System  None of these Answer Number system 4. How many different characters can ASCLL …

Number System Read More »

Operators in C ++

  1. The process of converting one predefined type into another is called : Typecasting Type conversion  Type convection  None of these Answer Type conversion 2. Which operator is used to string together several expressions?  comma, operator  Arithmetic operator  Relational operator Conditional operator Answer comma, operator 3. Which operator is having the right to left …

Operators in C ++ Read More »