1st Fact sheet programming Flashcards

1
Q

hardware

A

physical components or pieces of a computer, such as a keyboard, monitor, hard disk drive, motherboard, or USB port.

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

software

A

the electronic or digital programs and instructions a computer uses to operate.

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

source code

A

another name for the lines of code or written instructions that tell a computer or microprocessor what to do.

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

compiler

A

takes source code and converts it into machine language (and eventually binary) which the computer can actually read and understand.

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

argument

A

a value or parameter used by a command or piece of code in a program.

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

syntax

A

the grammatical rules and structural patterns governing the ordered use of appropriate words and symbols for issuing commands, writing code, etc., in a particular software application or programming language

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

correct syntax, incorrect syntax

A

Using correct syntax means making sure the correct punctuation, commands, and arguments are in the proper places and order in a computer program. Incorrect syntax can cause a computer program not to function as intended.

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

software bug

A

an error, flaw,failure, orfaultin a computer program orsystemthat causes it to produce an incorrect or unexpected result, or to behave in unintended ways

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

debugger

A

a program that goes through lines of code and searches for “bugs” often times syntax errors or other issues. Most debuggers have the ability to “step through” lines of code, running them slow enough so that a person can follow what is going on.

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