Introduction to Programming Vocabulary

Introduction to Programming Vocabulary

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

C3.2 - Introducing Coding for Game Development

C3.2 - Introducing Coding for Game Development

9th Grade

13 Qs

AP CSP - Code.org Unit 3 Review

AP CSP - Code.org Unit 3 Review

9th - 12th Grade

15 Qs

Q4 Exam Cumulative

Q4 Exam Cumulative

10th - 11th Grade

20 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

CodeHS Unit 1

CodeHS Unit 1

9th - 12th Grade

12 Qs

AP CSP Unit 3 Ch 1 Vocab

AP CSP Unit 3 Ch 1 Vocab

9th - 12th Grade

16 Qs

Scratch

Scratch

5th - 9th Grade

20 Qs

Scratch

Scratch

9th Grade

21 Qs

Introduction to Programming Vocabulary

Introduction to Programming Vocabulary

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

LaToya James

Used 123+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Algorithm

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

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

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

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

High Level Programming Language

A problem solving approach (also known as stepwise design) in which you break down a system to gain insight into the sub-systems that make it up.

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

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.

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Low Level Programming Language

A classic method for learning programming with commands to control movement and drawing of an on-screen robot called a "turtle". The turtle hearkens back to early implementations in which children programmed a physical robot whose dome-like shape was reminiscent of a turtle.

A named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs.

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

A programming language that captures only the most primitive operations available to a machine. Anything that a computer can do can be represented with combinations of low level commands.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Iterate

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

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.

A collection of commands made available to a programmer.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Selection

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.

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

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

A named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sequencing

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.

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

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

A description of the behavior of a command, function, library, API, etc.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Abstraction

·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.

A named group of programming instructions. Reusable abstractions that reduce the complexity of writing and maintaining programs.

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

A collection of commands / functions, typically with a shared purpose.

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?