Skip to content

AeroSpace

Primary Sidebar

Categories

  • 8051 Interview Questions (2)
  • ADA (3)
  • Aeroplane Principles (1)
  • C (3)
  • Coverage (1)
  • Interview Questions (12)
  • MATLAB/SIMULINK (2)
  • Protocols (4)
  • REVIEW's (4)
  • RTRT (4)
  • SCADE (2)
  • Standards (DO178 B/C) (3)
  • Tools (1)
  • UML (5)

ADA Basics – III

admin December 18, 2017 0

SEPARATORS: separate (MY_S) function MY_F return BOOLEAN is begin TEXT_IO.PUT_LINE (“In function MY_F”); return TRUE; end MY_S;   Separates can be compiled in different libraries Separates should be compiled last […]

ADA Basics – II

admin December 11, 2017 0

ARRAYS: A:  array (INTEGER range 1 .. 10) of INTEGER; — Initializing array for I in 1 .. 10 loop A(I) := 0; end loop; A2 : array (INTEGER range […]

ADA BASICS-I

ADA BASICS-I

admin September 26, 2017 0

ADA Types: ADA – Basic Types – Objects:  — Type declarations type MY_T is …;   — user defined type type YOUR_T is …; — another user defined type — Object […]

UML - V

UML – V

admin June 4, 2016 1

Component Diagram : A component diagram provides a physical view of the system. Its purpose is to show the dependencies that the software has on the other software components (e.g., […]

UML - IV

UML – IV

admin June 3, 2016 0

State Chart Diagram : The statechart diagram models the different states that a class can be in and how that class transitions from state to state. It can be argued […]

UML - III

UML – III

admin June 2, 2016 0

Use- Case Diagrams : A use case illustrates a unit of functionality provided by the system. The main purpose of the use-case diagram is to help development teams visualize the […]

UML -II

UML -II

admin May 31, 2016 0

Collaboration diagrams Interaction diagrams show a series of method invocations among a group of objects. One type of interaction diagram is a collaboration diagram, which is essentially an object diagram […]

UML -I

UML -I

admin May 30, 2016 0

What is UML? Ans: “The Unified Modeling Language (UML) is a language for specifying, visualizing, constructing, and documenting the artifacts of software systems, as well as for business modeling and […]

MATLAB - II

MATLAB – II

admin May 22, 2016 0

Loops : Loops are an important component of flow control that enables matlab to repeat multiple statements in specific and controllable ways Simple repetition in matlab is controlled by two […]

MATLAB - I

MATLAB – I

admin May 22, 2016 0

Startup and Shutdown : Matlab (Windows)             :  Start MATLAB program (Windows platforms) Exit                                      :  Terminate MATLAB program (same as quit) Matlabrc                             :   Master Startup M-file for MATLAB -automatically executed by […]

1 2 … 5 Next →

Secondary Sidebar

Recent Posts

  • ADA Basics – III
  • ADA Basics – II
  • ADA BASICS-I
  • UML – V
  • UML – IV
  • Contact Us
  • Contact Us

Copyright © 2023. Proudly Powered by WordPress & Inception Theme