WJEC Computer Science KO - Algorithms 1

WJEC Computer Science KO - Algorithms 1

11th Grade

12 Qs

quiz-placeholder

Similar activities

Java Quiz 1: Introduction

Java Quiz 1: Introduction

6th - 12th Grade

10 Qs

Practice for 8th AP Java Quiz

Practice for 8th AP Java Quiz

10th - 12th Grade

14 Qs

AP CSP 2020 Midterm Review

AP CSP 2020 Midterm Review

10th - 12th Grade

16 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

Python Basics

Python Basics

KG - University

16 Qs

8525 AQA GCSE 3.2.1 Data Types

8525 AQA GCSE 3.2.1 Data Types

10th - 11th Grade

15 Qs

Java String class methods

Java String class methods

10th - 12th Grade

10 Qs

Quiz 142 - Python inputs and outputs

Quiz 142 - Python inputs and outputs

9th Grade - University

15 Qs

WJEC Computer Science KO - Algorithms 1

WJEC Computer Science KO - Algorithms 1

Assessment

Quiz

Computers

11th Grade

Medium

Created by

ICT Pentrehafod

Used 7+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

A) A complex mathematical equation

B) A set of instructions in programming to solve a given problem

C) A type of computer hardware

D) A programming language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of pseudo code for declaring a subroutine?

A) if counter = 1

B) Declare CapitalLetterOfName

C) myvariable is integer

D) output "Please enter a number."

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of indentation in pseudo code?

A) To define a new data type

B) To declare a variable

C) To make the structure of the code clear

D) To perform an assignment operation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a data type listed in the specification?

A) boolean

B) float

C) string

D) integer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a selection statement in an algorithm?

A) To repeat a set of instructions

B) To perform an assignment to a variable

C) To decide between different options based on a condition

D) To declare a subroutine

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for a repetition structure in pseudo code that repeats until a certain condition is met?

A) for ... next i

B) if ... else

C) repeat ... until

D) set counter = 0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a rogue value in the context of loops?

A) A value that increments the counter

B) A value that starts the loop

C) A value that falls outside the range of possible values for the data being processed

D) A value that is used to define a variable

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?