Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
unit testing and integration testingunit testing focuses on the least element of software design by the module unit test is conducted on every of the
is the rom a volatile memory explainansno rom is a non-volatile memory programming of rom includes making of the needed interconnections at
what is rom ansrom it is called read only memory is a permanent or semi-permanent memory the data is permanently stored and cannot be changed in
i compiler and interpreter these are two types of language translatorsa compiler changes the source program user-written program into an object code
explain the concept of top-down design for a programtop down designa top-down approach is fundamentally breaking down a system to gain insight into
easter island is a small island about 150 square miles in area in the pacific ocean about 2000 miles from south america in about 400 ad there was a
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