Sequence and selection

Sequence and selection

9th - 10th Grade

11 Qs

quiz-placeholder

Similar activities

Data Types and Operations

Data Types and Operations

10th Grade

15 Qs

2.2 Passwords

2.2 Passwords

9th - 10th Grade

10 Qs

J277 - 1.4 - Controlling Network Access

J277 - 1.4 - Controlling Network Access

10th Grade - University

10 Qs

J277 Network Threats

J277 Network Threats

7th - 11th Grade

10 Qs

Computer & Internet Safety

Computer & Internet Safety

9th - 12th Grade

15 Qs

P1.3 - Solution planning

P1.3 - Solution planning

10th Grade - University

11 Qs

Microbit Algorithms

Microbit Algorithms

9th Grade

15 Qs

String Manipulation and Validation

String Manipulation and Validation

10th Grade

14 Qs

Sequence and selection

Sequence and selection

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

Ed Smith

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

1. The following pseudocode tests how quickly a user can type a given sentence without making any mistakes. 

The statement time.clockTick() returns the number of seconds elapsed since the program started followed by the number of characters in the sentence typed. 

What type of variable is each of the following?

a) mistakeMade

2.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

1. The following pseudocode tests how quickly a user can type a given sentence without making any mistakes. 

The statement time.clockTick() returns the number of seconds elapsed since the program started followed by the number of characters in the sentence typed. 

What type of variable is each of the following?

b) n

3.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

1. The following pseudocode tests how quickly a user can type a given sentence without making any mistakes. 

The statement time.clockTick() returns the number of seconds elapsed since the program started followed by the number of characters in the sentence typed. 

What type of variable is each of the following?

c) totalTime

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

1. The following pseudocode tests how quickly a user can type a given sentence without making any mistakes. 

The statement time.clockTick() returns the number of seconds elapsed since the program started followed by the number of characters in the sentence typed. 

What type of variable is each of the following?

d) sentence

5.

FILL IN THE BLANK QUESTION

3 mins • 2 pts

Media Image

e) What does line 16 do?

6.

FILL IN THE BLANK QUESTION

3 mins • 3 pts

Media Image

f) Alter the program so that instead of storing the sentence “The quick brown fox jumped over the lazy dog”,  the user can enter the sentence on which they will be timed.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

2. A customer entering security details when logging in to a bank website is asked to enter three random characters from their password, which must be at least 8 characters long and contain no spaces. Assume that in this case the password is HC&dt2016. 

The letters are then compared to those in the password held on file for that customer.  Kelly has a first attempt at writing pseudocode for the algorithm. 

(a) What value is assigned to numChars at line 2?

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?