Knowledge in softwarre testing

software engineering

software engineering is the subject that describes the procedure to develop a particular software and levels of procedure that is software design,coding,testing,management.

asdsadasd

dasdsadsadsad

Software Engineering notes for Bs Cloud Computing sem 06 REVA University 2019

following docs contains information regarding the software engineering curriculum for Bs cloud computing and big data 6th sem REVA University. Contains basic knowledge related to: software engineering software requirements software design system software software project software testing software design

software engineering

usecase diagram activity diagram class diagram sequence diagram collaboration diagram merits demerits hardware requirement software requirement project description software design software design for verification of the verification of the details of the student by the

SYSTEM SOFTWARE

There are two main types of software: systems software and application software. Systems software includes the programs that are dedicated to managing the computer itself, such as the operating system, file management utilities, and disk operating system (or DOS). System software is a software that provides platform to other softwares. Some examples can be operating systems, antivirus softwares, disk formating softwares, Computer language translators etc. These are commonly prepared by the computer manufacturers. These softwares consists of programs written in low-level languages, used to interact with the hardware at a very basic level. System software serves as the interface between the hardware and the end users. The most important features of system software include : 1. Closeness to the system 2. Fast speed 3. Difficult to manipulate 4. Written in low level language 5. Difficult to design Operating System An operating system (OS) is a type of system software that manages computer’s hardware and software resources. It provides common services for computer programs. An OS acts a link between the software and the hardware. It controls and keeps a record of the execution of all other programs that are present in the computer, including application programs and other system software. The most important tasks performed by the operating system are 1. Memory Management: The OS keeps track of the primary memory and allocates the memory when a process requests it. 2. Processor Management: Allocates the main memory (RAM) to a process and de-allocates it when it is no longer required. 3. File Management: Allocates and de-allocates the resources and decides who gets the resources. 4. Security: Prevents unauthorized access to programs and data by means of passwords. 5. Error-detecting Aids: Production of dumps, traces, error messages, and other debugging and error-detecting methods. 6. Scheduling: The OS schedules process through its scheduling algorithms. Compiler : A compiler is a software that translates the code written in one language to some other language without changing the meaning of the program. The compiler is also said to make the target code efficient and optimized in terms of time and space. A compiler performs almost all of the following operations during compilation: preprocessing, lexical analysis, parsing, semantic analysis (syntax-directed translation), conversion of input programs to an intermediate representation, code optimization and code generation. Examples of compiler may include gcc(C compiler), g++ (C++ Compiler ), javac (Java Compiler) etc. Interpreter : An interpreter is a computer program that directly executes, i.e. it performs instructions written in a programming or scripting language. Interpreter do not require the program to be previously compiled into a machine language program. An interpreter translates high-level instructions into an intermediate form, which is then executes. Interpreters are fast as it does not need to go through the compilation stage during which machine instructions are generated. Interpretter continuously translates the program until the first error is met. If an error comes it stops executing. Hence debugging is easy. Examples may include Ruby, Python, PHP etc. Assembler : An assembler is a program that converts assembly language into machine code. It takes the basic commands and operations and converts them into binary code specific to a type of processor. Assemblers produce executable code that similar to compilers. However, assemblers are more simplistic since they only convert low-level code (assembly language) to machine code. Since each assembly language is designed for a specific processor, assembling a program is performed using a simple one-to-one mapping from assembly code to machine code. On the other hand, compilers must convert generic high-level source code into machine code for a specific processor.

Software Process

Software project management is an art and science of planning and leading software projects. It is a sub-discipline of project management in which software projects are planned, implemented, monitored and controlled. This is ppt created by Nirma University Faculty Prof. Daiwat Vyas

Project Management

Project management is the practice of initiating, planning, executing, controlling, and closing the work of a team to achieve specific goals and meet specific success criteria at the specified time. This ppt is created by Nirma faculty Prof. Daiwat Vyas.

Software Testing Strateigies

Software testing is the process of exercising a program with the specific intent of finding errors prior to delivery to the end user. A good test has a high probability of finding an error.

Cohesion and Coupling

Cohesion is the “single-mindedness’ of a component. It implies that a component or class encapsulates only attributes and operations that are closely related to one another and to the class or component itself. The degree to which a component is connected to other components and to the external world is called coupling.

Kubernetes KUDO

Following Document contains information regarding Kubernetes and its application regarding Kubernetes KUDO

Software Engineering- Software Product and Process

Here we learn about some important concepts of Software engineering: Software Product and Process Software Engineering Paradigm Software Development Lifecycle Waterfall model and more

FUNDAMENTAL OF COMPUTERS (CONCEPT OF COMPUTER) (First semester notes) Chapter-1 (Part-3) Makhanlal chaturvedi national University,Bhopal

(Part-3) IN This, There is a chapter first of COMPUTER FUNDAMENTAL Subject Part-3 named INTRODUCTION OF COMPUTER Makhanlal Chaturvedi national journalism and communication University, Bhopal. There is a very important note oF Fundamental computers For BCA first semester Students. Share with your friends and help them to learn Fundamental of Computers. There are Five subjects in BCA first semester .