The resolution of a 0โ5 V 6-bit digital-to-analog converter (DAC) is
The sequence of events that happen during a typical fetch operation is
Chromatography is generally used by
Point where 3 medians of a triangle meet is called the
Median in set 6, 4, 2, 3, 4, 5, 5, 4 would be
Average of all observations in a set of data is known as
How many select lines will a 16 to 1 multiplexer will have
The octal equivalent of (247)10 is __________
The number 140 in octal is equivalent to
A voltage regulator has ripple rejection of -50 dB. If input ripple is 1 mV, what is the output ripple voltage in ยตV? The answer should be up to two decimal places. __________
What is the output of the below code considering size of short int is 2, char is 1 and int is 4 bytes? int main() { short int i = 20; char c = 97; printf("%d, %d, %d\n", sizeof(i), sizeof(c), sizeof(c + i)); return 0; }
Which of the following file contains user defined functions (UDFs)
The hexadecimal number for (95.5)10 is _______
What is the command to set the execute permissions to all the files and subdirectories within the directory /home/user1/direct