Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
q write a menu driven program to convert the given decimal number into binary octal and hexadecimal number fractional numbers are
q develop a program that accepts decimal number and converts it into given base fractional numbers are allowed and negative numbers are not allowed
write a program to convert the given decimal number into its equivalent binary
q192810 - aee16 x8 find value of x use 8s complement methodq write first 10 numbers in the base 4qexplain error-detection code amp error-correction
q perform binary subtraction using 1s amp 2s complement11010-1011201111-010131111-10111q 1922510 - c0c16 x7 find values of x using 7s
q convert the following decimal numbers into 9s amp 10s complement13654299318293q convert the following binary numbers into 1samp 2s
q perform binary subtraction on following11101-1000211111-1011311011-101001q perform binary multiplication amp division on
qexplain the followingabcd codebgray codecexcess-3 codedtrue complement methodqaddition-subtraction-multiplication-divisionperform binary addition on
qwhat are the values of x y and z 10110011012 x10 y8 z16qwhat are the various ways to represent negative numbers in the computer
qconvert the following binary numbers into hexadecimal double check by converting the result hexadecimal to
qconvert the following binary numbers into octal double check by converting the result octal to
q convert the following decimal numbers into hexadecimal double check by converting the result hexadecimal to decimala 24b
qconvert the following decimal numbers into octal double check by converting the result octal to
define the identifiers of c languagein c the names of the functions variables and arrays and various other user - defined items are called
define the character set of c languagec uses the lower case letter a to z the upper case letters a to z the digits 0 to 9 and certain characters as
explain the structure of a c programeach c program consists of one or more functions one of the which must be main a function name is forever
explain the fundamentals of c programmingthe c is a general purpose structured programming language the c was developed and first implemented by the
define step by step procedure in computer programmingthe computer programming is the skill and art of creating a computer program a defined set of
explain the working of assembleran assembler is the computer program for translating assembly language fundamentally a mnemonic representation of
define compilers and interpreters with high level languageboth compilers and interpreters are available for most high-level languages though lisp and
explain the benefits of interpreterthe benefit of an interpreter though is that it doesnt need to go through the compilation stage during which
explain the working of interpreterthe interpreter is a program that executes instructions written in a high-level language there are two manners to
define compilers with high level programming languageall high-level programming language except strictly interpretive languages comes with a compiler
explain the low level language - computer programmingan assembly language or a machine language is known as low-level language which are closer to
explain the advantages of high level languagesthe major advantage of high-level languages over low-level languages is that they are easier to write