aerointerview.com Open in urlscan Pro
198.46.81.190  Public Scan

URL: http://aerointerview.com/
Submission: On April 30 via manual from DE — Scanned from DE

Form analysis 1 forms found in the DOM

GET http://aerointerview.com/

<form role="search" method="get" class="search-form" action="http://aerointerview.com/">
  <label class="font-secondary label-search">
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field font-primary form-control" placeholder="Search …" value="" name="s">
  </label>
  <input type="submit" class="search-submit font-primary font-secondary btn btn-default form-control" value="Search">
</form>

Text Content

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

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

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

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

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

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

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

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

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

Search for:


RECENT POSTS

 * ADA Basics – III
 * ADA Basics – II
 * ADA BASICS-I
 * UML – V
 * UML – IV

 * Contact Us

 * Contact Us

Copyright © 2022. Proudly Powered by WordPress & Inception Theme