Computer Science Progress Check Year 10

Computer Science Progress Check Year 10

10th Grade

21 Qs

quiz-placeholder

Similar activities

Crash Course in Computer Science

Crash Course in Computer Science

10th Grade

21 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Python

Python

10th Grade

23 Qs

IST P-STEM Unit 1 Hardware and Python Review

IST P-STEM Unit 1 Hardware and Python Review

8th - 12th Grade

20 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

AP CSA Unit 1 Review

AP CSA Unit 1 Review

10th - 12th Grade

20 Qs

Computer Science Progress Check Year 10

Computer Science Progress Check Year 10

Assessment

Quiz

Computers

10th Grade

Medium

Created by

D Hesketh

Used 7+ times

FREE Resource

21 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match the following lines of code to a suitable use!

Entering the cost of an item

int(input())

Entering how many products are in stock

float(input())

Entering your first name

str(input())

2.

REORDER QUESTION

1 min • 1 pt

Reorder the following storage capacities from smallest to largest

byte

bit

mebibyte

nibble

kibibyte

3.

CLASSIFICATION QUESTION

3 mins • 1 pt

Organise the issues to decide if they would cause an error at runtime (code runs with an issue) or compilation (code wouldn't even run)

Groups:

(a) Runtime

,

(b) Compilation

Using * instead of + to get the total of a shopping basket

A spelling mistake in an output message to the screen

Asking the user for a number when the input is str

Forgetting to indent an IF statement

2+2 = 22

Using PRINT instead of print in the code

Missing a bracket off your user input code line

4.

DROPDOWN QUESTION

1 min • 1 pt

Complete the line of source code:

​ (a)   = ​ (b)   (​ (c)   (​ (d)   Enter your name")​ (e)  

FirstName
str
input
"
)
FIRSTNAME
Cost
int
float
(

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A variable that changes its value as the program is run.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A variable that does not change as the program is run.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Which 2 lines of code show whitespace?

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?