year 10 topic 1 computer quiz

year 10 topic 1 computer quiz

10th Grade

9 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Syntax, Logic and Runtime errors 2024

Syntax, Logic and Runtime errors 2024

10th Grade - University

13 Qs

Programming Languages

Programming Languages

9th - 12th Grade

12 Qs

OCR GCSE IDE's

OCR GCSE IDE's

9th - 10th Grade

14 Qs

Testing Recap (Sep)

Testing Recap (Sep)

9th - 11th Grade

12 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

GCSE CS Programming Languages & IDEs

GCSE CS Programming Languages & IDEs

10th - 12th Grade

10 Qs

LO13_Lesson 10

LO13_Lesson 10

10th Grade

14 Qs

year 10 topic 1 computer quiz

year 10 topic 1 computer quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

edp 455

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what is a flow chart?

the order of functions in code

the direction of flow in a code

the rough image of the code

a functional piece of code

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

the input function in a flow chart is presented as

square

circle

kite

trapezium

3.

FILL IN THE BLANK QUESTION

20 sec • 2 pts

"and, or, not" are apart of the .............. operators

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

decomposition is the process of

breaking down pieces of code to sort it one by one

of putting all the code into one large code

breaking the code and fixing to get the answer

breaking the code down to reorganise it to get the answer

5.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

an item that has a value is called a ...

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a miss spelling of code is called?

runtime error

input error

sequence error

syntax error

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a missed piece of code is called?

runtime error

input error

sequence error

syntax error

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

an error occurs whilst the code is being tested, this is called...

runtime error

input error

sequence error

syntax error

9.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

count - controlled iteration is...

where code is executed repeatedly until a condition is met

where code is run a permitted amount time

where code is run a set amount of times between checking for conditions