e.lines
Quiz by , created more than 1 year ago

An informative quiz to test your understanding of programming at a KS3 standard

6
0
0
e.lines
Created by e.lines about 8 years ago
Close

Programming

Question 1 of 7

1

What is iteration in computing?

Select one of the following:

  • A loop

  • A pretty pattern

  • A function

Explanation

Question 2 of 7

1

When using Boolean logic, which expression is there to check if a condition is false?

Select one of the following:

  • NOT

  • AND

  • OR

Explanation

Question 3 of 7

1

When using Boolean logic, which expression checks to see if the combined result of two conditions is true?

Select one of the following:

  • AND

  • OR

  • NOT

Explanation

Question 4 of 7

1

When using Boolean logic, which expression checks to see if one or both of the conditions is true?

Select one of the following:

  • OR

  • AND

  • NOT

Explanation

Question 5 of 7

1

What is Boolean Logic?

Select one of the following:

  • It is a form of algebra to help you make decisions in computer programming.

  • It is a alien's way of explaining why they killed something.

  • A mathematical way of representing a sequence.

Explanation

Question 6 of 7

1

What does Boolean logic use?

Select one of the following:

  • Conditions

  • A laser beam

  • Expressions

Explanation

Question 7 of 7

1

How is selection implemented in programming?

Select one of the following:

  • IF-ELSE

  • ELIF-ELSE

  • It isn't

Explanation