A computer has a word length of 8 bits (including sign). It is required to determine the range of integers that can be stored in the computer. If 1’s complement is used to represent the numbers, then the range will be -256 to 255 -128 to 127 -127 to 127 -256 to 256 TRUE ANSWER : ? YOUR ANSWER : ?
All the integers and decimal numbers are represented by even numbers real numbers whole numbers odd numbers TRUE ANSWER : ? YOUR ANSWER : ?
A demultiplexer is a N-to-1 device 1-to-N device 1-to-1 device N-to-N device TRUE ANSWER : ? YOUR ANSWER : ?
In binary number system the first digit (bit) from right to left is called as Last Bit First Bit MSB, Most Significant Bit LSB, Least Significant Bit TRUE ANSWER : ? YOUR ANSWER : ?
The set of which logic gates is designated as universal gate? NOT, OR , AND. NOR , NAND. XNOR, NOR, NAND. XNOR, NOR, NAND. TRUE ANSWER : ? YOUR ANSWER : ?
What is the minimum number of NOR gates required realizing an X-OR gating? 5 4 3 6 TRUE ANSWER : ? YOUR ANSWER : ?
Positive logic in a logic circuit is one in which logic 0 and, -1 are represented by negative and positive voltages respectively logic 0 and 1 are represented by 0 and positive voltage respectively logic 0 voltage level is higher than logic 1 voltage level logic 0 voltage level is lower than logic 1 voltage level. TRUE ANSWER : ? YOUR ANSWER : ?
The simplified block diagram of a 10-bit A/D converter of dual slope integrator type is shown in figure. The 10-bit counter at the output is clocked by a 1 Mhz clock. Assuming negligible timing overhead for the control logic, the maximum frequency of the analog signal that can be converted using this A/D converted is approximately . 500 Hz. 1 KHz. 250 Hz. 2 KHz. TRUE ANSWER : ? YOUR ANSWER : ?
The code used in digital systems to represent decimal digits, letters, and other special characters such as + , – , . , * , etc. is octal hexadecimal natural BCD ASCII TRUE ANSWER : ? YOUR ANSWER : ?