Computational Thinking and Pseudocode

Computational Thinking and Pseudocode

KG - University

9 Qs

quiz-placeholder

Similar activities

Programming Constructs_Y10

Programming Constructs_Y10

9th - 12th Grade

10 Qs

Flowchart

Flowchart

1st - 9th Grade

10 Qs

Global and local variables

Global and local variables

10th - 12th Grade

10 Qs

Functions

Functions

10th Grade

8 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Scratch

Scratch

7th Grade

11 Qs

SLR 9 - Advanced Programming Techniques - Part Two

SLR 9 - Advanced Programming Techniques - Part Two

10th Grade

10 Qs

GRADE 10 ТЖБ

GRADE 10 ТЖБ

University

9 Qs

Computational Thinking and Pseudocode

Computational Thinking and Pseudocode

Assessment

Quiz

Computers

KG - University

Medium

Created by

Tezel Asena

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is abstraction?

To decompose an algorithm

Abstraction involves filtering out – essentially, ignoring - the characteristics that we don't need

A variable type

A form of selection to apply on code blocks

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is decomposition?

A variable type

To filter out the most important parts in a program

A boolean type

To breakdown an algorithm into manageable smaller sections.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is def in Pseudocode?

SUBROUTINE

DEF

sub

Function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is NOT in python?

not

@

=

&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is computational thinking?

A problem solving process that includes a number of characteristics

A type of function

A method used to minimise commenting

A methodology to call subroutines

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Pseudocode?

A complex programming language

Back end code for a program

A simplified programming language, used in program design.

A type of subroutine for a different programming language

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'FOR i 0 to 4'

FOR RANGE 1 TO 4

for i in range(1,4):

For i range 1, 4

range i to 4

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is MOD in pyhon

.

&

%

//

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is ←

=

==

/

-