N5 High Priority

N5 High Priority

12th Grade

31 Qs

quiz-placeholder

Similar activities

Paper 2 Comp Science revision

Paper 2 Comp Science revision

12th Grade

30 Qs

PUHB Februari - PPLG

PUHB Februari - PPLG

9th - 12th Grade

30 Qs

Quiz PBD 21 Sept 2023

Quiz PBD 21 Sept 2023

University

30 Qs

2DO PARCIAL DB

2DO PARCIAL DB

University

29 Qs

database AS

database AS

11th Grade - University

30 Qs

Unit 5 Vocabulary

Unit 5 Vocabulary

10th - 12th Grade

31 Qs

Typescript class 02

Typescript class 02

University

26 Qs

JavaScript Quiz

JavaScript Quiz

University

30 Qs

N5 High Priority

N5 High Priority

Assessment

Quiz

Computers

12th Grade

Medium

Created by

S Johnston

Used 1+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of loop would be best for input validation?

Fixed loop

Conditional loop

Infinite loop

Recursion

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is an example of a standard algorithm?

Sorting a list

Printing text to the screen

Defining a variable

Using a fixed loop

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which logical operator would be used to check if BOTH conditions are true?

A) AND

B) OR

C) NOT

D) XOR

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be displayed by the following Python code? (Quiz - 1 correct answer) x = 10 y = 20 print(x + y / 2)

A) 15

B) 20

C) 25

D) Error

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of error occurs when a variable is used before being declared?

Syntax error

Runtime error

Logic error

Execution error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which symbol represents a decision in a flowchart?

Rectangle

Diamond

Oval

Arrow

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A program calculates the average test score from a list. Which standard algorithm should be used?

Traversing an array

Input validation

Sorting

Searching

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?