S3 Computing Science

S3 Computing Science

8th Grade

50 Qs

quiz-placeholder

Similar activities

Year 9 Python Programming

Year 9 Python Programming

6th - 8th Grade

47 Qs

Year 8 Term Exam

Year 8 Term Exam

8th Grade

45 Qs

CS8 4th SW ZLGA

CS8 4th SW ZLGA

8th Grade

45 Qs

CodeCademy - Python 3 - Syntax and Functions

CodeCademy - Python 3 - Syntax and Functions

7th - 12th Grade

50 Qs

Python Quiz - 50 Questions

Python Quiz - 50 Questions

6th - 8th Grade

50 Qs

Year 8: End of Year Assessment

Year 8: End of Year Assessment

8th Grade

47 Qs

Y8 ASSESSMENT

Y8 ASSESSMENT

7th - 8th Grade

50 Qs

CS8 - ZLGA - 2nd SW

CS8 - ZLGA - 2nd SW

8th Grade

45 Qs

S3 Computing Science

S3 Computing Science

Assessment

Quiz

Computers

8th Grade

Hard

SD - Output Textual, SD - Variables Textual, SD - Input Textual

Standards-aligned

Created by

Steven Wilson

Used 8+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Python statement is used to output information?

print()

output()

send()

screen()

Tags

SD - Output Textual

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following would output "Hello World" to the screen?

print("Hello World")

print(Hello World)

print('Hello World')

output("Hello World")

Tags

SD - Output Textual

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python command is used to get input from the user?

input()

get()

enter()

keyboard()

Tags

SD - Input Textual

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements about variables are true?

They are a space in memory set aside for a piece of information

They have a name, value and a data type

Their value can change throughout a program

They can contain multiple values

They are used to store numbers only

Tags

SD - Variables Textual

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of Python code stores the word "Computing" in a variable called subject?

subject = "Computing"

subject = Computing

Set subject to "Computing"

"Computing" = subject

Tags

SD - Variables Textual

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is an integer?

-1

"Mr Wilson"

-4.5

6

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is a real?

-4.5

4.5

"Mr Wilson"

4

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?