H446 Paper 2 Prep

H446 Paper 2 Prep

12th Grade

10 Qs

quiz-placeholder

Similar activities

Cloud computing & cloud storage

Cloud computing & cloud storage

11th - 12th Grade

13 Qs

AP CSP Exam Vocab Practice

AP CSP Exam Vocab Practice

9th - 12th Grade

15 Qs

CPU FDE cycle - 9

CPU FDE cycle - 9

9th - 12th Grade

11 Qs

AP CSP Vocab Quiz BI 1, 2

AP CSP Vocab Quiz BI 1, 2

9th - 12th Grade

11 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

U1 Digital Information Vocab

U1 Digital Information Vocab

9th - 12th Grade

12 Qs

IGCSE Data Transmission

IGCSE Data Transmission

8th - 12th Grade

15 Qs

ICT Unit Test Topic : DBMS - Access

ICT Unit Test Topic : DBMS - Access

8th - 12th Grade

15 Qs

H446 Paper 2 Prep

H446 Paper 2 Prep

Assessment

Quiz

Computers

12th Grade

Easy

Created by

RHSC Computing

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MATCH QUESTION

1 min • 5 pts

Match the following 2.1 Elements of computational thinking

Concurrently

What data will be needed often, we should cache this

Thinking ahead

Simplifying a problem by focusing on the important information only.

Thinking procedurally

The parts of a problem that can be tackled at the same time.

Thinking abstractly

Creating a step-by-step solution to the problem.

Thinking logically

Breaking down a complex problem into smaller, more manageable parts

2.

MATCH QUESTION

1 min • 5 pts

Match the following 2.2.1 Programming techniques

Polymorphism

Repeating a set of instructions a certain number of times or until a condition is met.

Inheritance

The mechanism by which one class can get the attributes and methods from another class.

Iteration

The ability to present the same interface for different underlying forms (data types).

Recursion

Combining data and methods that operate on that data into a single unit, or class

Encapsulation

A function that calls itself in order to solve a problem.

3.

MATCH QUESTION

1 min • 5 pts

Match the following 2.2.2 Computational methods

Data Mining

A model that can imitate the operation of a real-world process or system over time.

Backtracking

Creating a model that can imitate the operation of a real-world process or system over time.

Divide and Conquer

Process of searching large volumes of data for patterns.

Simulation

All possible solutions to a problem, building and abandoning paths to determine the solution.

Simulation

Breaking a problem into smaller sub-problems, solving each sub-problem

4.

MATCH QUESTION

1 min • 5 pts

Match the following Performance Modeling questions

Load Testing

The delay before a transfer of data begins following an instruction for its transfer

Throughput

A part of the system that slows everything else down.

Scalability

Testing how well a system performs when many tasks are done at the same time.

Bottleneck

The amount of work a system can do in a certain amount of time.

Latency

The ability of a system to handle more work or grow larger.

5.

MATCH QUESTION

1 min • 5 pts

Match the following

Worst Case

Maximum amount of time an algorithm can take to complete

Big O Notation

The amount of memory an algorithm uses in relation to the input size

Time Complexity

How long an algorithm takes to complete a function

Space Complexity

Notation for running time

Best Case

Minimum amount of time an algorithm can take to complete.

6.

MATCH QUESTION

1 min • 5 pts

Match the following search algorithms definitions

Breadth-First Search (BFS)

Checks each element in a list sequentially until the desired element is found or the list ends.

Linear Search

Operates by dividing the search interval in half repeatedly; requires a sorted list.

Depth-First Search (DFS)

Explores all neighbors at the present depth level before moving on to nodes at the next depth level.

Binary Search

Uses a function to directly compute the index of the desired element.

Hash Table Search

Explores as far down a branch as possible before backtracking.

7.

MATCH QUESTION

1 min • 5 pts

Match the following sorting algorithms definitions

Bubble Sort

builds the final sorted array one item at a time, with each new item being inserted into its correct position.

Insertion Sort

divides the array into two halves, recursively sorts them, and then merges the two sorted halves.

Quick Sort

repeatedly selects the smallest (or largest) element from the unsorted portion and moves it to the sorted portion.

Selection Sort

picks an element as a pivot and partitions the array around the pivot.

Merge Sort

repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

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?