Answer Posted / somanath mishra
Firm ware is the combination of hard ware and software.
For ex.Bios is a software
which holds the hardware Romchip
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
sample and simple coding where we get?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
why not instantiating servet using new operator?
Write a shell program to test whether a given year is leap year or not ?
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
Is class is a abstract datatype in java?
what is the difference between uservariables and systemvariables (in Environmental variables)???
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
it is a language or tools?
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
when we use mantis? how learn mantis?
How do i find out the number of parameters passed into function?