Module 2 Unit 3 Flashcards
What shows a structure of code without using the specific syntax of one language?
pseudocode
What is an interpreter language?
Interpreted, languages run within the context of an interpreter, which converts the code to machine codes during runtime.
how is a markup language differ from compiled language?
Markup doesn’t provide instructions for the CPU to run as such. Markup is a way of using nested tags within a document to describe structure and contents.
what are constants and variables examples of?
Programming identifiers
what type of programming concept allows for variable size container?
A vector.
- An array is a fixed size one
You want to check whether a a condition has been met and if it has performed one action. Otherwise you want your program to perform a second action.
What sort of programming operation would help achieve this?
A conditional branch
ex: ‘If’ ‘Then’ statement
in a program what does a loop do?
A loop performs, one or more instructions until (or while) a condition is met.
what is the difference between a procedure and a function?
A procedure does something while functions or something, and then returns of value to the main program.
what three things are needed to find an object?
Properties attributes and methods
what three scripting options are commonly used in windows 10 to perform administrative tasks?
Batch, files, windows, powerful script, and VBSscripts.
True or false? You do not need to install a web application to your computer. It would be access via browser.
True
what is the advantage of a local network hosted application in in terms of data storage?
If data is stored on the server or not on the local workstation, it is easier to apply access controls to back it up