Module 2 Unit 3 Flashcards

1
Q

What shows a structure of code without using the specific syntax of one language?

A

pseudocode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an interpreter language?

A

Interpreted, languages run within the context of an interpreter, which converts the code to machine codes during runtime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how is a markup language differ from compiled language?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are constants and variables examples of?

A

Programming identifiers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what type of programming concept allows for variable size container?

A

A vector.

  • An array is a fixed size one
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A conditional branch
ex: ‘If’ ‘Then’ statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

in a program what does a loop do?

A

A loop performs, one or more instructions until (or while) a condition is met.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is the difference between a procedure and a function?

A

A procedure does something while functions or something, and then returns of value to the main program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what three things are needed to find an object?

A

Properties attributes and methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what three scripting options are commonly used in windows 10 to perform administrative tasks?

A

Batch, files, windows, powerful script, and VBSscripts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

True or false? You do not need to install a web application to your computer. It would be access via browser.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is the advantage of a local network hosted application in in terms of data storage?

A

If data is stored on the server or not on the local workstation, it is easier to apply access controls to back it up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly