A Way For Learning

Common Words used in Computer Science Engineering

No comments

  • Algorithms: An abstract computational procedure which takes values or some value and produces a value or values as output
  • A Program is an expression of an algorithm
  • Problem: Specification of what are  valid inputs and what are acceptable outputs for each valid input
  • Input instance: A value x is an input instance for problem P if x is a valid input as per the specification.
  • Output: The information we get from the computer
  • Bug: An error in the code that's causing the program to not run as expected
  • Debug: Ways to find out the bugs in the code
  • Testing: Check the program is working correctly for all the possible inputs
  • Editor: A place to write the code
  • Testcase: Inputs given to the program to test its functionality

No comments :

Post a Comment