SLR20 Flashcards

1
Q

What is thinking procedurally in terms of computer science

A

Breaking a problem down into smaller tasks for a team of programmers to complete

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

When thinking procedurally, what does priority do

A

Decides which tasks need to be completed first

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

What is the purpose of a flowchart for programming

A

A flowchart is an easy way of explaining what a block of code does. It can also be used to explain what you’re working on to someone who might not have a very good understanding of programming such as, a boss, or a friend.

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

What is pseudocode

A

A simple way of explaining code to someone without all of the grammar that typical languages will have

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

What is pseudocode good for

A

Because it has no grammar it’s good as a universal language meaning it can be easily translated into anyway language

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

How do event driven programs work

A

Nothing happens until an event tell it to do something. This could be from a click of a mouse or key on the keyboard

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

Are event driven programs easy to predict

A

No they are nearly impossible to predict as little anything can happen at anytime from each input

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

What is a sub-procedure

A

A small program inside another program that is called by the main program when something happens

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

Why are sub-procedures good for programming

A

They are space efficient and allow the computer to get through the code quicker as it can make use of scheduling

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