CODE Unit 3 Voc--Intro to Programming (1st-9wds)

CODE Unit 3 Voc--Intro to Programming (1st-9wds)

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

TV Programmes

TV Programmes

12th Grade

10 Qs

Measuring and marking and setting out t

Measuring and marking and setting out t

9th Grade

10 Qs

Pet minitest 1

Pet minitest 1

7th - 12th Grade

10 Qs

vehicle transmission and driveline units(a)

vehicle transmission and driveline units(a)

KG - 12th Grade

10 Qs

Lesson1_Quizz

Lesson1_Quizz

11th - 12th Grade

10 Qs

สอบย่อย ครั้งที่ 1 (BC.2/2)

สอบย่อย ครั้งที่ 1 (BC.2/2)

11th Grade

10 Qs

11ACC Revision

11ACC Revision

11th - 12th Grade

13 Qs

Python Fundamentals -2

Python Fundamentals -2

11th - 12th Grade

10 Qs

CODE Unit 3 Voc--Intro to Programming (1st-9wds)

CODE Unit 3 Voc--Intro to Programming (1st-9wds)

Assessment

Quiz

9th - 12th Grade

Easy

Created by

B Morgan

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A precise sequence of instructions for processes that can be executed by a computer

algorithm

high level programming language

low level programming language

abstraction

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a simplified representation of something more complex which allows you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.

algorithm

high level programming language

low level programming language

abstraction

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A programming language with many commands and features designed to make common tasks easier to program. Its functionality is encapsulated as combinations of low level commands.

algorithm

high level programming language

low level programming language

abstraction

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A programming language that captures only the most primitive operations available to a machine.

algorithm

high level programming language

low level programming language

abstraction

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To repeat in order to achieve, or get closer to a desired goal.

pair programming

sequencing

selection

iterate

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements.

pair programming

sequencing

selection

iterate

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Putting commands in correct order so computers can read the commands.

pair programming

sequencing

selection

iterate

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A method of programming in which two programmers write code using a single computer. One programmer in the "driver" role uses the mouse and keyboard to actually write the code while a second acts as a "navigator", keeping track of the big picture, catching errors, and making suggestions. Programmers switch roles frequently and communicate throughout the process.

pair programming

computer programming

team programming

turtle programming

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A classic method for learning programming with commands to control movement and drawing of an on-screen robot.

pair programming

computer programming

team programming

turtle programming