Skip to content

AeroSpace

You are here: Home > Page 5

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)

C Quiz

admin March 26, 2014 3

1)What is the output of following program?

1
2
3
4
5
main()
{
int x = -10;
printf("%dn", ~x+1);
}

a)-11 b)-9 c)10 d)Size of the integer is required to Ans:c 2)What is the output of following program?

1
2
3
4
main()
{
printf("%cn", '1' + 1);
}

a)ASCII value of […]

MCDC

MCDC

admin March 17, 2014 55

  1. What is MCDC ?   Ans: Modified Condition/Decision Coverage – Every point of entry and exit in the program has been invoked at least once, every condition in a […]

ARINC 429 Protocol

admin February 25, 2014 5

ARINC:         Aeronautical Radio, Incorporated (ARINC) is a major company that develops and operates systems and services to ensure the efficiency, operation, and performance of the aviation and travel […]

DO178B Interview Questions

admin December 25, 2013 16

1) What is DO-178B? Ans:                 Software Considerations in Airborne Systems and Equipment Certification is a guidance document that focuses on software processes and objectives to […]

← Previous 1 … 4 5

Secondary Sidebar

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