CA1-ProgrammingStructures

CA1-ProgrammingStructures

KG - Professional Development

10 Qs

quiz-placeholder

Similar activities

Algorithms

Algorithms

12th Grade

15 Qs

KS3 - Selection, Iteration or Sequence

KS3 - Selection, Iteration or Sequence

KG - 12th Grade

9 Qs

Y7 Kitronic Game Zip Microbit

Y7 Kitronic Game Zip Microbit

6th Grade

10 Qs

Speed Typing Test with Coding Vocabulary

Speed Typing Test with Coding Vocabulary

3rd - 8th Grade

15 Qs

Algorithm and Control Structures Quiz

Algorithm and Control Structures Quiz

12th Grade

12 Qs

Coding & Logic - Lesson 4

Coding & Logic - Lesson 4

Professional Development

9 Qs

8.7 BBC BASIC

8.7 BBC BASIC

6th - 8th Grade

15 Qs

AP Computer Science Principles - Module 3 Review

AP Computer Science Principles - Module 3 Review

10th - 12th Grade

15 Qs

CA1-ProgrammingStructures

CA1-ProgrammingStructures

Assessment

Quiz

Computers

KG - Professional Development

Easy

Created by

Phil Earls

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which of these are standard programming structures

Sequence

Loop

If

Selection

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is being described here: "code is executed line by line and no line can be skipped"

Sequence

Selection

Iteration

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The following code will store the users input into a variable called name?

name = input("Please enter your name:")

True

False

4.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

When using a IF statement and the condition is false where is the code to be executed located?

IF

ELSE

ELIF

5.

FILL IN THE BLANK QUESTION

1 min • 5 pts

The code in python to output to the screen is called _____.

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

the use of the code str.lower() and str.upper() will convert a string into that case

True

False

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

One form of iteration within python is called the ___ loop.

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?