Search Header Logo

Year 9 Programming Mini Assessment

Authored by Sarah Burchell

Computers

9th Grade

Used 1+ times

Year 9 Programming Mini Assessment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

OPEN ENDED QUESTION

5 mins • 1 pt

Look at the following program source code.  When the program is run, the sum of the numbers are not printed out.  Explain why this is so. (1)


num1 = input('What is your first number? ')

num2 = input('What is your second number? ')

num3 = input('What is your third number? ')

num4 = input('What is your fourth number? ')

num5 = input('What is your fifth number? ')

Sum = num1+num2+num3+num4+num5

print('The sum is: ', sum)



Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Add a welcome message to the first line of the code above (1)


Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 2 pts

What are the two modes available to learning how to program in Python? (2)


Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

5 mins • 3 pts

Rewrite the following statement in a strict syntax of Python. (3)


if <condition> is true then print <message A> else print <message B.


Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

10 mins • 4 pts

Write the code for Python below for a program that performs the following: (4)

  1. Prints a typical welcome message

  2. Followed by a request to input one’s name and age

  3. Assigns these two items of data to variables

  4. Outputs the message:

‘Nice to meet you <name variable>, you are <age variable> years old!’


Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

10 mins • 4 pts

Media Image

Jenny is trying to write a program for her youth club which asks the user to type in their age.  If the user’s age is between 10 and 14, then they are eligible to be members.  That means, a child who is 10, 11, 12, 13 or 14 can join. If they are not in this age range, they are not eligible to be members.  Here is her program:

When Jenny tries to run this program, it will not work.  Correct the program above by inserting your proposals in the appropriate places. (4)

Type the full lines of code to show corrections.



Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

3 mins • 1 pt

What is casting?

Evaluate responses using AI:

OFF

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?