Unit I: Classification of embedded Systems We can classify embedded systems into different categories w.r.t. size and real time requirement as given below, Embedded systems Small scale embedded system Medium scale embedded systems Sophisticated embedded system Real time embedded system Stand alone embedded system Mobile embedded systems Networked Embedded Systems Small scale embedded system Normally […]
BSc (ECS)
Python-II
Unit – I Multithreading : This article covers the basics of multithreading in Python programming language. Just like multiprocessing, multithreading is a way of achieving multitasking. In multithreading, the concept of threads is used. Let us first understand the concept of thread in computer architecture. Thread In computing, a process is an instance of a computer program that is being executed. Any […]
Data Communication And Networking-II
Unit-I Transport, Session, Presentation & Application layers Elements of Transport Protocols-Addressing:-
Data Communication and Networking – I
Unit -I. Introduction to Data Communication & Networking Data Communication:- Data communication refers to the exchange of data between a source and a receiver via form of transmission media such as a wire cable. Data communication is said to be local if communicating devices are in the same building or a similarly restricted geographical area. […]
Advanced Java
Unit-I Networking: networking classes and interfaces Java supports TCP/IP both by extending the already established stream I/O interface introduced in Chapter 20 and by adding the features required to build I/O objects across the network. Java supports both the TCP and UDP protocol families. TCP is used for reliable stream-based I/O across the network. UDP […]
Advanced Microprocessor
unit I CPU Organization:- General Register Organization:- General purpose registers are used to store temporary data within the microprocessor. There are 8 general purpose registers in 8086 microprocessor. Figure – General purpose registers AX – This is the accumulator. It is of 16 bits and is divided into two 8-bit registers AH and AL to […]