Topic 4_ Recap

timer
1:00
What comes to
your mind ???
1 / 12
volgende
Slide 1: Woordweb
TechnologySecondary Education

In deze les zitten 12 slides, met interactieve quizzen en tekstslides.

Onderdelen in deze les

timer
1:00
What comes to
your mind ???

Slide 1 - Woordweb

Deze slide heeft geen instructies

Set of instructions for solving a problem or sub problem in a finite amount of time using a finite amount of data.

A
Algorithm
B
Pseudocode
C
Methods
D
Sub programs

Slide 2 - Quizvraag

Deze slide heeft geen instructies

If S is “abcdefg”, what will be len?
int len=S.length();

Slide 3 - Open vraag

Deze slide heeft geen instructies

Slide 4 - Tekstslide

Deze slide heeft geen instructies

Slide 5 - Tekstslide

Bubble sort swaps adjacent items each time it goes through the list;
Selection sort finds the next smallest each time it goes through the list;
Bubble sort can exit early if already sorted;

Slide 6 - Tekstslide

Deze slide heeft geen instructies

Identify the operation from the given flowchart.

Slide 7 - Open vraag

Deze slide heeft geen instructies

VALUE[0] = 7
What does this statement indicate?

Slide 8 - Open vraag

Deze slide heeft geen instructies

Identify the given operation from the flowchart shown.

Slide 9 - Open vraag

Deze slide heeft geen instructies

Text
2 Conditions satisfied
Any 1 condition satisfied
if NOT X = 7 AND Y = 1 then
if X < 7 AND Y > 2 then
if X < 7 OR Y > 2 then
if X > 4 AND X = 4 then

Slide 10 - Sleepvraag

Deze slide heeft geen instructies

loop POS from 0 to 19
output STUDENTS[POS]
end loop
What will be the output of the above Algorithm?

Slide 11 - Open vraag

Deze slide heeft geen instructies

Collections
Collections store a set of elements. The elements may be of any type (numbers, objects, arrays,
Strings, etc.)

Slide 12 - Tekstslide

Deze slide heeft geen instructies