Algorithm and Problem solving

Algorithm and Problem solving

9th Grade

13 Qs

quiz-placeholder

Similar activities

Computational Thinking

Computational Thinking

9th - 11th Grade

12 Qs

Introduction to Programming

Introduction to Programming

2nd - 10th Grade

10 Qs

Edexcel Computer Science 2020 - Unit 04 - Quiz 01

Edexcel Computer Science 2020 - Unit 04 - Quiz 01

8th - 11th Grade

18 Qs

Computational Thinking

Computational Thinking

9th - 11th Grade

10 Qs

2.1 Linear and Binary Searching Algorithms

2.1 Linear and Binary Searching Algorithms

8th - 10th Grade

16 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

NEW_SMP_Mls8_Quiz

NEW_SMP_Mls8_Quiz

7th - 12th Grade

18 Qs

Y8 Recap

Y8 Recap

7th - 9th Grade

10 Qs

Algorithm and Problem solving

Algorithm and Problem solving

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Caesar Porman

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is decompose in computer science?

To combine multiple systems into one
To ignore a problem and move on
To make a problem more complex
To break down a complex problem or system into smaller, more manageable parts.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which one is not part of program development life cycle?

Debugging

Analysis

Testing
Coding

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is the rhombus shape for?

Decision

Output

task

Statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Number1 = input( )

IF Number1 < 10 :

print( "too small")

ELSE:
print( "valid")

what is the answer to input = 11?

valid
error
invalid
too big

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is this valid?
input = num1

No
True
Maybe
Yes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify four types of test data

Good data

bad data

common data

uncommon data

Random data

valid data

Invalid data

common data

Invalid data

valid data

Erroneous Data

OK data

Normal data Boundary data Erroneous data Extreme data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for x in range(1,15)
what kind of test data will be if x = 16?

Boundary

Error
True
Valid

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?