Computational thinking for EOT test

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What is an algorithm that’s about writing normal sentences?

Plain English

2
New cards

What is an algorithm that’s about drawing the steps in shaped boxes with arrows?

Flowcharts

3
New cards

What is an algorithm which is like a simplified programming?

Pseudocode

4
New cards

What is an algorithm that’s written a formal language like python?

Code

5
New cards

What would print(314) do?

314

6
New cards

What would print(“hi everyone”) do?

hi everyone

7
New cards

What is the sign for subtraction in Python?

-

8
New cards

What is the sign for addition in Python?

+

9
New cards

What is the sign for multiplication in Python?

*

10
New cards

What is the sign for division in Python?

/

11
New cards

What would print(7//3) do?

2

12
New cards

What would print(“7” + “3”) do?

73

13
New cards

What shapes come in a flowchart?

Oval, flow line, parallelogram and rectangle

14
New cards

What does the oval in the flowchart do?

Denotes the ____ or the ___ of an algorithm.

start, end

15
New cards

What does the flow line in the flowchart do?

Denotes the _______ of _____ ____ in a program.

direction, logic flow

16
New cards

What does the parallelogram in the flowchart do?

Denotes either an _____ or an _____.

output, input

17
New cards

What does the rectangle in the flowchart do?

Denotes a ______ to be carried out

process

18
New cards

What does unambiguous mean?

Clear and precise

19
New cards

What does input mean?

Data sent to a computer for processing

20
New cards

What does output mean?

Data processed and sent out by a computer