1 answer
2
5 answers
4
In propositional logic, which of the following is equivalent to $p \rightarrow q$?$\sim p\rightarrow q$$ \sim p \vee q$$ \sim p \vee \sim q$$p\rightarrow \sim q$
1 answer
5
The excess $3$ code is also called cyclic redundancy codeweighted codeself complimenting codealgebraic code
1 answer
6
What will be the value of $x$ and $y$ after execution of the following statement(C language) n = 5; x = n++; y = -x;$5,-4$$6,-5$$6,-6$$5,-5$
3 answers
7
In C programming language, if the first and the second operands of operator $+$ are of types int and float, respectively, the result will be of type intfloatcharlong int
2 answers
9
In a circularly linked list organization, insertion of a record involves the modification ofno pointer$1$ pointer$2$ pointers$3$ pointers
2 answers
11
1 answer
12
1 answer
14
In networking terminology UTP meansUnshielded Twisted pairUbiquitious Teflon portUniformly Terminating portUnshielded T- connector port
1 answer
15
Two finite state machines are said to be equivalent if theyhave same number of stateshave same number of edgeshave same number of states and edgesrecognize same set of to...
2 answers
16
1 answer
18
Start and stop bits are used in serial communication for error detectionerror correctionsynchronizationslowing down the communication
1 answer
21
An external variableis globally accessible by all functionshas a declaration “extern” associated with it when declared within a functionwill be initialized to $0$ if ...
6 answers
22
2 answers
29