year 10 topic 1 computer quiz

year 10 topic 1 computer quiz

10th Grade

9 Qs

quiz-placeholder

Similar activities

Big Idea 1

Big Idea 1

9th - 12th Grade

10 Qs

OCR GCSE IDE's

OCR GCSE IDE's

9th - 10th Grade

14 Qs

Arrays Test Review

Arrays Test Review

9th - 12th Grade

12 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Testing

Testing

9th - 11th Grade

9 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