Input type Number/Email tag

For Number/Numeric Values in HTML (input type=”number”) Example : How to Enter only Number values in html. Example : How to Enter only number values in between 10 and 100 in html. Example : How to enter only number values up to 10 digits in html. Example : How to increase the size of Read more…

Loading

Input type Radio/Check Box Tag

for Radio Values in HTML (input type=”radio”) Example : How to create radio button to select only one choice at a time in html. for Check Box Values in HTML (input type=”checkbox”) Example : How to create check box to select none/multiple choice at a time in html.

Loading

Input type Date/Time Tag

for Date/Calendar Values in HTML (input type=”date”) Example : How to create calendar to select desired day, month & year in html page. Example : How to find/get date difference/no. of days between two dates. Example : How to find/get current day’s name in an html page. Example : How to display date in Read more…

Loading

Import & Export in Sql

Example : How to Export Oracle 10g/11g Database file or How to create dump(.dmp) file in Oracle10g/11g . Example : How to Export selected tables in Oracle10g/11g Database file as dump(.dmp) file. Example : How to Import dump(.dmp) file into Oracle 10g/11g.

Loading

CO Reference Books

Slno. Name of Books Author Publications 01. Computer Organization & Architecture Stallings William Prentice Hall of India Publication/Pearson Education Asia. 02. Computer System Architecture Mano M. Morris Prentice Hall of India Publication/Pearson Education Asia. 03. Computer Architecture: A Quantitative. Approach Hennessy/Patterson Morgan Kaufmann 04. Structured Computer Organization A. Tanenbaum PHI Read more…

Loading

Interview Questions

Computer Architecture Basics Ques. : What is computer architecture? Ques. : What is computer organisation? Ques. : What are the categories of computer architecture? (System design, Instruction set architecture, Micro architecture or computer organisation) Ques. : What is pipelining? Ques. : What are the five stages in pipeline? Ques. : What Read more…

Loading

Difference Between

Difference Between RISC and CISC Processors Slno Similarities 1. Both are Processor’s architecture that are predominantly used today. Slno RISC CISC 1. Stands for ‘Reduced Instruction Set Computers’ Stands for ‘Complex Instruction Set Computers’. 2. Each instruction utilizes comparatively less number of Instruction cycle before completion of a job. (Main Read more…

Loading

Miscellaneous Topics

VLSI (Very Large Scale Integration)Technology VLSI began in the 1970s when complex semiconductor and communication technologies were being developed. Carver Mead is an inventor, chip designer, entrepreneur, and university physicist. Mead. It was founded in 1979 and head quarter is California USA. VLSI is a modern and advanced technology for chip Read more…

Loading

Assembly Language

Introduction Assembly language programming is the first step to improving the programming structure. As we know that machine language is very difficult to understand when a program or instruction is written in machine language. Therefore, each manufacturer of a microprocessor has developed a symbolic code for each education called a Read more…

Loading

Instruction Organisation

Introduction A computer instruction is made up of an operation code (op-code) followed by either zero, one or two bytes of operands. Definition Instruction An instruction is a signal(command) in the form of a sequence of 0s and 1s(machine language) that is given to a computer’s processor(microprocessor) to do some Read more…

Loading