Scripting languages Flashcards
Learn different scripting languages
1
Q
What are Scripting Languages used for?
A
Building websites when creating individual webpages.
2
Q
What are the uses of Java?
A
- allows you to enter and process data to produce an output
- used for solving complex problems which are problems with mathematical calculations and equations
- has rigid static typing systems based on hardware-level concepts. E.g when declaring an Integer variable, we decide what data type it will hold and it will only hold given the given digits, making Java limited and not flexible.
3
Q
What are Perl and Python scripting languages?
A
Languages that provide flexibility and dynamic type checking to aid rapid development.
4
Q
What are Perl and Python known for?
A
As glue languages because it compiles more than one language at the same time for a specific purpose.
5
Q
Give facts on Scripting Languages
A
- unique style of programming language
- different from traditional languages
- made to glue languages
- one statement can execute a large number of instructions
- a “type-less” language but can still develop complex algorithms and data structures
- used to create dynamic web pages
6
Q
What are the 2 Web Scripting Languages?
A
Server-side
Client-side
7
Q
Give facts on Server-side Scripting language
A
- process done as a user, everything done in a server. User only received result/output from process
- made use of huge resources of the server
- completes all processing and send plain pages to user
- reduce client-side computation overhead