N5 High Priority

N5 High Priority

12th Grade

31 Qs

quiz-placeholder

Similar activities

String in C Programming

String in C Programming

University

26 Qs

sql basics vaishali

sql basics vaishali

11th - 12th Grade

36 Qs

JSON Schema Overview and Validation

JSON Schema Overview and Validation

12th Grade

26 Qs

AP Computer Science Unit 2

AP Computer Science Unit 2

11th - 12th Grade

26 Qs

JSON

JSON

12th Grade

27 Qs

Java Lab Code.org AP CSA

Java Lab Code.org AP CSA

10th - 12th Grade

26 Qs

APCSA Unit 6 Review Arrays

APCSA Unit 6 Review Arrays

10th - 12th Grade

26 Qs

IEEE Coding Cybersecurity

IEEE Coding Cybersecurity

University

27 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?