Chapter 11 Computer science AS LEVEL

Chapter 11 Computer science AS LEVEL

11th Grade

10 Qs

quiz-placeholder

Similar activities

Loops and Lists and Arrays

Loops and Lists and Arrays

9th - 12th Grade

15 Qs

Programming Review

Programming Review

9th - 12th Grade

15 Qs

K-pop

K-pop

7th - 12th Grade

12 Qs

TXT Quiz- Easy

TXT Quiz- Easy

KG - Professional Development

12 Qs

unit 7 programming quiz

unit 7 programming quiz

9th - 12th Grade

15 Qs

Java

Java

1st - 12th Grade

8 Qs

computer science

computer science

8th - 12th Grade

5 Qs

Cyber Camp 6

Cyber Camp 6

11th Grade

13 Qs

Chapter 11 Computer science AS LEVEL

Chapter 11 Computer science AS LEVEL

Assessment

Quiz

Other

11th Grade

Easy

Created by

bryan bryan

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a loop in programming?

To execute a block of code once

To stop the execution of a program

To repeat a block of code multiple times

To store multiple values

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In pseudocode, indentation is optional and has no impact on the logic.

True
False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following pseudocode

x ← 5

y ← 2

OUTPUT x MOD y

1

2

4

3.5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you open a file for reading in pseudocode?

data = OPENFILE("data.txt", "READ")

OPENFILE "data.txt" FOR READ

FILE data = READ "data.txt"

OPEN "data.txt" AS READ

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the pseudocode output?

num ← 4

IF num > 2 AND num < 6 THEN

    OUTPUT "Valid"

ELSE

    OUTPUT "Invalid"

ENDIF

Valid

Error

Invalid

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens in a REPEAT UNTIL loop?

The loop only runs if the condition is true

The loop works like a FOR loop

The loop never runs

The loop runs at least once before checking the condition

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a PROCEDURE in pseudocode?

It is used for loops

It replaces a variable

It performs a task but does not return a value

nothing

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?