Computational Thinking and Pseudocode

Computational Thinking and Pseudocode

KG - University

9 Qs

quiz-placeholder

Similar activities

Quiz 120.2B - Subroutines (recognising key terms)

Quiz 120.2B - Subroutines (recognising key terms)

11th Grade

10 Qs

Using Subroutines in Python

Using Subroutines in Python

12th Grade

10 Qs

Computing Fundamentals with Micro:Bit Quiz

Computing Fundamentals with Micro:Bit Quiz

6th - 8th Grade

6 Qs

CODE.ORG VOCAB

CODE.ORG VOCAB

5th - 9th Grade

10 Qs

SUBROUTINE 101

SUBROUTINE 101

9th Grade

10 Qs

LA5.C5: Branching and Subroutines

LA5.C5: Branching and Subroutines

9th Grade - University

14 Qs

GCSE Unit 2 Prep - pseudocode

GCSE Unit 2 Prep - pseudocode

10th Grade

10 Qs

Scratch -if else

Scratch -if else

6th - 8th Grade

12 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 ←

=

==

/

-