2.2.2. Computational Methods

2.2.2. Computational Methods

12th Grade

19 Qs

quiz-placeholder

Similar activities

Principles of Computer Science

Principles of Computer Science

10th - 12th Grade

20 Qs

Backtracking Algorithms Quiz

Backtracking Algorithms Quiz

12th Grade

15 Qs

Exploring Algorithms and Complexity

Exploring Algorithms and Complexity

12th Grade

19 Qs

CSP Unit 10 Vocab V2

CSP Unit 10 Vocab V2

12th Grade

18 Qs

Computational Methods

Computational Methods

12th Grade

20 Qs

Career & Google Documents Vocabulary Quiz By Mr. B

Career & Google Documents Vocabulary Quiz By Mr. B

12th Grade

20 Qs

T-Level DBS RCE 4 - Revision No 4

T-Level DBS RCE 4 - Revision No 4

12th Grade

20 Qs

Week 11 Networks and Routing

Week 11 Networks and Routing

10th Grade - Professional Development

15 Qs

2.2.2. Computational Methods

2.2.2. Computational Methods

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Richard Smith

Used 49+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is meant by a computable problem?

A problem that can be solved using an algorithm

Bees

A problem solved by a computer

A problem that cannot be solved

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Give three limiting factors to computable problems
Processing power
Processor speed
Computer memory
SSD size

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State one factor which might be considered during the Problem Definition phase
Strengths and weaknesses of current solution
Previous systems
Problem decomposition
Develop sections in parallel

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to the process in which problems are continually broken down until each subproblem can be represented as a subroutine?
Problem decomposition
Problem Definition
Divide and Conquer
Abstraction

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

State two purposes of problem decomposition
Identify sections which can make use of pre-coded modules or libraries
Simplify project management
Strengths and weaknesses of current solution
Develop sections in parallel

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

State two purposes of problem decomposition
Develop sections in parallel
Simplify testing and maintenance
Backtracking
Data mining

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe how the Divide and Conquer technique works
The problem size is halved with every iteration. Each individual subproblem is then solved recursively. The solutions to the subproblems are then recombined o<br />form the final solution to the problem.
A computational technique in which excessive details are removed to simplify a problem
Identify sections which can make use of pre-coded modules or libraries
The backtracking algorithm works by methodically visiting each path and building a solution based on the paths found to be correct. If a path is found to be invalid at any point, it backtracks to the previous stage and visits an alternate path.

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?