Introduction to Computer Science Flashcards

1
Q

Computing Science

A

study of computation

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

Computation

A

Modeling
Representation
Manipulation
Transformation of information

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

algorithms

A

A plan or recipe that is used to solve a problem

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

programs

A

A sequence of instructions that specifies how to perform a computation
It is made of algorithms and data

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

Computational Problem Solving

A

Computational problem solving comes before Programming

It’s about finding an abstract computational solution for a problem or task

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

Programming

A

Programming is about taking a computational solution and describing it in a particular programming language

A way to instruct the computer to perform a certain task or a set of instructions

Description of computations, written in a way that a computer can execute them

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

What is a (Python) Program?

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