Month 1 week 5 Flashcards

1
Q

Coding

A

translating one language to another.hen someone builds an application, we refer to it as coding an application

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

Scripting

A

Scripting is coding in a scripting language. scripts are mainly used to perform a single or limited range task

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

Programming

A

coding in a programming language. Programming languages are special languages that software developers use to write instructions for computers to execute.Larger applications like your web browser, text editors, and music players are all usually written in programming languages

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

software

A

it generally refers to something that was programmed

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

copyright

A

used when creating original work.. Software that is written is also protected by copyright.commercial software, it’s common to let someone else use their software, if they pay for a license

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

non-commercial software

A

popular option is making it open-source.his means the developers will let other developers share, modify, and distribute their software for free.Open source projects are usually contributed by developers who work on the project for free in their free time.

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

Application Software

A

like a text editor, web browser, or graphics editor

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

System software

A

software used to keep our core system running, like operating system tools and utilities

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

firmware

A

system software .Firmware is software that’s permanently stored on a computer component. Ex. The BIOS is software that is stored permanently on hardware.

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

e can send binary code or bits to our

A

CPU.hen they’ll use an instruction set to run those commands.

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

abstraction

A

The concept of taking a complex system and simplifying it

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

Assembly language

A

that allowed computer scientists to use human readable instructions, assembled into code that the machines could understand.

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

compiled programming languages

A

A compiled programming language uses human readable instructions, then sends them through a compiler. The compiler takes the human instructions and compiles them into machine instructions.

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

Interpreted languages

A

aren’t compiled ahead of time. A file that has code written in one of these languages is usually called a Script.

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

Script

A

script is run by an interpreter, which interprets the code into CPU instructions just in time to run them

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

Compiled languages

A

Interpreted languages are not broken into machine instructions beforehand, like compiled languages are.

17
Q

Interpreted languages

A

Interpreted languages are not broken into machine instructions beforehand, like compiled languages are.

18
Q

software bugs

A

software bug is an error in software that causes unexpected results.

19
Q

Git

A

Git is a version control system that helps keep track of changes made to files and directories

20
Q

file extension .exe

A

exe is a file extension found in Windows for an executable file.

21
Q

automation

A

Automation makes processes work automatically.tools of automation like programs and scripts to help you with troubleshooting issues.

22
Q

terminal

A

a program which provides a text-based interface for typing commands.