Assembler The Assembler is used to translate the program written in Assembly language into machine code. The source program is a input of assembler that contains assembly language instructions. The…
Category: B.Tech./1Sem/Computer System and Programming in C
Introduction to Digital Computer For Computer Science BTech First Year
Introduction to Digital Computer For Computer Science BTech First Year: Computer: The term computer is derived from the word compute. A computer is an electronic device that takes data and…
Differences among High Level Languages, Assembly Languages and Machine Languages.
High level languages Assembly languages Machine languages 1. Easy to understand 1. Less under stable 1. Very difficult to understand 2. Program are portable 2. Not portable-Portable…
High Level, Assembaly and Machine Languages
Programming Language: A computer program is basically a set of instruction which when executed by the computer do a specific task. The CPU processes the data as per the instruction…
Analysis of Algorithm and Flow Chart
Algorithm An algorithm is a complete, detailed, and precise step by step method for solving a problem independently of the software and hardware of the computer. Efficiency of an algorithm…
Conversion of Number System
Conversion of Number System Decimal Number System to Binary Number System:- (25.625)10 = (X)2 For 25 Output Remainder 25 / 2 = 12 1 12 / 2 =…
Decimal, Binary, Octal, Hexadecimal Number Systems
Number System A number system of base r is a system that uses distinct symbols for r digits. There are four types of number system- Decimal number system Binary number…
Microsoft Window Operating System
Microsoft Window Operating System MS Window was introduced by Microsoft Corporation in the year 1985. It was brought in as an odd on to MS-Dos due to growing interest of…
LINUX Operating System
LINUX Operating System Linux is basically multi user, multitasking operating system. It provides character interface & graphical user interface. Both for interacting with computer.It was originally designed and developed by…
UNIX Architecture (Purpose, Function, Services and Types)
UNIX Architecture: UNIX is multi user, multi-tasking operating system. UNIX has a hierarchical architecture consisting of several layers provides a unique function as well as maintains interaction with its lower…