Ch.2 Flashcards
A programming language
A language that helps you instruct the computer to perform tasks to solve our problems.
High-level languages
are similar to text written in human-readable form.
Low-level language
are more similar to machine code.
_______is used to translate (compile) the source code (with file extension _______) of Pascal into a
computer __________ file (with file extension “.exe”).
A compiler
“.pas”
executable
Is Pascal case-sensitive?
No.Pascal is not case-sensitive (case insensitive).
IDE stands for __________ ___________ _________
Integrated Development Environment
Integrated Development Environment
is a software application that provides comprehensive functions for program development.
Integrated Development Environment usually consists of: \_\_\_\_\_ \_\_\_\_\_ editor Compiler and/or \_\_\_\_\_\_\_\_\_ Debugger Build \_\_\_\_\_\_\_ tools
Source code
interpreter
automation
Debugger
helps us to find some of the problems or errors in our programs, and provide solutions or hints on how to solve them.
Build automation tools
are used to automatically complete some complex tasks, including packaging a binary code generated
What is “Case insensitive”?
Computer will handle upper-case and lower-case characters the same.
State the web-address of JDoodle.
https://www.jdoodle.com