1. Introduction Flashcards

1
Q

algorithm

A

sequence of precise instructions which leads to a solution

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

program

A

algorithm in a language the computer can understand

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

pseudo algorithm

A

list of instructions but includes coding terms

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

C++

A
  • object orientated (OO) language

- OO extension of C

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

elements of computer system

A
  • Hardware
  • Central Processing Unit + Main Memory
  • -Secondary Storage
  • Input/output devices
  • Software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Running programs on IOS terminal

A
  1. Type “make programname”

2. Type “./programname” to run it

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