Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what are compilers and interpreters compiler and interpreter these are two types of language translators a compiler changes the source program
lists out some applications of shift register ansapplications of shift registers a serial to parallel converterb parallel to serial converterc delay
how does an enumstatement differ from a typedef statementtypedef statement permits user to define an identifier that would show an exiting data type
what are various types of shift registers anskinds of shift registersi siso that is serial-in serial-out shift registerii sipo that is serial-in
what is a shift register ans shift register a register wherein data finds shifted towards left or right while clock pulses are applied is termed
define a structurea structure having an ordered group of data objects unlike the elements of an array the data objects within a structure can have
what is a linked listlinked list a linked list is a self referential structure which having a member field that point to the similar structure type
define macros a macro is a pre-processor directive which is a program that processes the source code before it passes by the compiler these
explain path testing path testing testing in which all paths in the program source code are tested at least once path testing has been one of
what is interpreteran interpreter is a program that appears to execute a source program as if it were machine
what is a digital comparator ansdigital comparator the comparison of two numbers is an operation which evaluates if one number is greater than less
what is a compilera compiler is a program that accepts a program written in a high level language and creates an object
how do subroutines help in program writingsome of the significant characteristics ofsubroutine that help in program writing are a subroutine is named
what is a subroutinea subroutine is a named independent section of c code that performs a particular task and optionally returns a value to the
what is tri-state logic ans tri-state logicin common logic circuits there are two states of the output as low and high if the output is not in the
define the term complexity of an algorithmcomplexity of an algorithm is the calculate of analysis of algorithm analyzing an algorithm means
what are the advantages of cmos logic ansadvantages of cmos logici the power dissipation is mini-mum of all the logic familiesii lsi and vlsi are
what is bubble sortbubble sortthe basic idea in bubble sort is to scan the array to be sorted sequentially various times every pass puts the largest
explain the difference between a function declaration and function definition function declaration and function definition a function
what is a pre-processora pre-processor is a program that procedure the source code before it passes by the compiler it handles under the control of
what are the different storage classes in c storage classes in c there are four storage classes in c a automatic storage class b register
execution error and compilation errorerrors like as mismatch of data types or array out of bound error are called as execution errors or runtime
which of the best method between linear addressing and matrix addressing modes ansbest method matrix addressing is the suitable method since this
explain the use of structures with pointersc permits a pointer to a structure variable in fact a pointer to a structure is same to a pointer to any
can a structure be used within a structureyes a structure can be used within a structure known as nesting of