Y10 Test Quiz

Y10 Test Quiz

10th Grade

60 Qs

quiz-placeholder

Similar activities

XII Database & SQL

XII Database & SQL

9th - 12th Grade

61 Qs

Exploring Computer Science Unit 1 Review

Exploring Computer Science Unit 1 Review

9th - 12th Grade

55 Qs

APCSP Exam Review

APCSP Exam Review

9th Grade - University

63 Qs

Massive GCSE Computer Science Quiz

Massive GCSE Computer Science Quiz

10th - 11th Grade

61 Qs

3. Hardware - Computer Architecture: Computer Science CIE IGCSE

3. Hardware - Computer Architecture: Computer Science CIE IGCSE

10th Grade

61 Qs

 2.3 Producing Robust Programs

2.3 Producing Robust Programs

10th Grade

58 Qs

Digital Data Quiz

Digital Data Quiz

10th Grade

60 Qs

IT Fundamentals 1

IT Fundamentals 1

9th Grade - University

63 Qs

Y10 Test Quiz

Y10 Test Quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

E Edwards

Used 5+ times

FREE Resource

60 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

Put these in the correct order.

​ (a)  

​ (b)  

​ (c)  

kilo = int(input("Enter the number of kilos: "))
pound = kilos * 2.204
print("That is",pound,"pounds")

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What programming construct is implemented in Python through the use of the if statement?

Sequence

Selection

Iteration

Repetition

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What symbol do we use to assign a variable? (The actual symbol, not the name)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does an input function do?

Allows the user to enter a value

Allows the user to create a variable

Allows the programmer to ask the user a question

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

>= is an example of what kind of operator?

Comparison (Relational)

Arithmetric

Logical

Assignment

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following 4 bit binary numbers is equal to 11 in denary?

1011

1010

0111

1001

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

0101 is equivalent to what in Denary?

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?