2009 BCA objective questions of paper II with answer. BRAB university
- ……. gate is NOR \OR path.
- DCTL gate is current hogging problem.
- CMOS logic gate is highest noise immunity.
- AND gate is known as coincidence detector.
- 2 bytes are there in 10111001, 01101110 numbers.
- The Exclusive NOR gate followed by an inverter.
- The binary code of (73)10 is (1001001)2.
- A half byte is known as nibble.
- The operator << and >> are Bitwise Shift Operator.
- Variable that is both alive and active through the entire program are known as Global Variable.
- A variable that holds the memory address of another object is called as Pointer variable.
- The function that sets the position to a desired in the file is fseek().
- Bitwise operator in c programming language takes only integer operands.
- In C programming language X-=y+1 means X=X-Y+1.
- When a variable of data type double is converted into float then explicit conversion takes place.
0 Comments