Showing 10-18 of 26 results
Software Engineering
Software engineering concerns methods and techniques to develop large software systems. The engineering metaphor is used to emphasize a systematic approach to develop systems that satisfy organizational requirements and constraints. This chapter gives a brief overview of the field and points at emerging trends that influence the way software is…
Data Structure and Algorithms
Data Structures are the programmatic way of storing data so that data can be used efficiently. Almost every enterprise application uses various types of data structures in one or the other way. This course by Academy Europe will give you a great understanding on Data Structures needed to understand the…
Computer Programming
Computer programming is the act of writing computer programs, which are a sequence of instructions written using a Computer Programming Language to perform a specified task by the computer. Computer Programming is fun and easy to learn provided you adopt a proper approach. This course by Academy Europe attempts to…
Computer Logical Organization
Computer Logical Organization refers to the level of abstraction above the digital logic level, but below the operating system level. At this level, the major components are functional units or subsystems that correspond to specific pieces of hardware built from the lower level building blocks. This course by Academy Europe…
Computer Graphics
Computer graphics are used to simplify this process. To display a picture of any size on a computer screen is a difficult process. Various algorithms and techniques are used to generate graphics in computers. This course by Academy Europe will help you understand how all these are processed by the…
Computer Fundamentals
Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions (called program), produces a result (output), and saves it for future use. This course by Academy Europe explains the foundational concepts of computer…
Behavior Driven Development
Behavior Driven Development (BDD) is a software development process that originally emerged from Test Driven Development (TDD). BDD uses examples to illustrate the behavior of the system that are written in a readable and understandable language for everyone involved in the development. https://youtu.be/4ZW3gMKmP8s Free Certification Academy Europe presents high-quality formal…
Basics of Computer Science
Computer Science is one of the disciplines of modern science under which, we study about the various aspects of computer technologies, their development, and their applications in the present world. Likewise, Computer Science includes a wide range of topics such as the development of Computer Technology (hardware and software), application…
C Programming Basics
C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. It keeps fluctuating at number one scale of popularity along with Java programming language, which…